.Container.Meidina {
  position: relative;
  width: 99.5%;
  height: 170px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f6d9e5;
  border-radius: 15px;
  overflow: hidden;
}

.backgroundMeidina {
  position: absolute;
  inset: 0;
  background: #f2c6d8;
  z-index: 0;
}

.bm-children {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  opacity: 0.25;
}

.bm-children:nth-child(1) {
  top: 10px;
  left: 100px;
  background: #f4cade;
}

.bm-children:nth-child(2) {
  bottom: 5px;
  left: 280px;
  background: #efbfd2;
}

.bm-children:nth-child(3) {
  top: 40px;
  right: 220px;
  background: #f3c4d8;
}

.bm-children:nth-child(4) {
  bottom: 0;
  right: 60px;
  background: #efbfd2;
}

.bm-children:nth-child(5) {
  top: 15px;
  left: 620px;
  background: #f4cade;
}

.Container.Meidina .Profile,
.Container.Meidina .ConSocial,
.Container.Meidina .ConDesc,
.Container.Meidina .ConVid {
  position: relative;
  z-index: 1;
}

.Container.Meidina .Profile {
  width: 105px;
  height: 145px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(180, 120, 145, 0.14);
}

.Container.Meidina .ImageProfile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.Container.Meidina .ImageProfile img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.95);
}

.Container.Meidina .ConNameNpm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.Container.Meidina .TextP {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #8b3b65;
}

.Container.Meidina .ConSocial {
  width: 92px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex-shrink: 0;
}

.Container.Meidina .Social {
  width: 92px;
  height: 28px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(180, 120, 145, 0.12);
  transition: 0.3s ease;
}

.Container.Meidina .Social:hover {
  transform: scale(1.03);
  background: #ffffff;
}

.Container.Meidina .SocLogo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Container.Meidina .SocLogo img {
  width: 14px;
  height: 14px;
}

.Container.Meidina .SocName {
  margin-left: 7px;
  font-size: 10px;
  font-weight: 600;
  color: #7b3658;
}

.Container.Meidina .ConDesc {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  max-width: none;
}

.Container.Meidina .ConFav {
  width: 100%;
  height: 30px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  box-shadow: 0 4px 10px rgba(180, 120, 145, 0.12);
  border: 2px solid #000;
}

.Container.Meidina .Fav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.Container.Meidina .FavText {
  font-size: 11px;
  font-weight: 700;
  color: #9b3d6e;
}

.Container.Meidina .VLineBreaak {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.Container.Meidina .Desc {
  width: 100%;
  height: 78px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 18px;
  padding: 8px 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(180, 120, 145, 0.12);
  border: 2px solid #000;
}

.Container.Meidina .DescText {
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
  color: #7b3658;
}

.Container.Meidina .ConVid {
  width: 190px;
  height: 105px;
  flex-shrink: 0;
}

.Container.Meidina .Video {
  width: 100%;
  height: 100%;
}

.Container.Meidina .Video iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 14px rgba(180, 120, 145, 0.15);
}
