/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */
.rss_item .title a {
  color: #101011;
  font-size: 28px;
  line-height: 1.36em;
  font-weight: 500;
}

.rss_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.rss_content p {
  font-size: 18px;
  color: #606266;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

a.feedzy-arrow-link {
  font-size: 22px;
  color: #101011;
  font-weight: 500;
  line-height: 27px;
}

@media (max-width: 1024px) {
  .rss_item .title a {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .rss_item .title a {
    font-size: 24px;
  }

  .rss_content p {
    font-size: 16px;
  }
}

#trend-watch ul,
#style-voices-carousel ul {
  padding: 0;
  margin: 0;
}

#confidident-corner ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 32px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#confidident-corner ul li,
#trend-watch ul li,
#style-voices-carousel ul li {
  display: flex;
  flex-direction: column;
}

/* Correct image span styling */
#confidident-corner .rss_item .rss_image span,
#trend-watch .rss_item .rss_image span,
#style-voices-carousel .rss_item .rss_image span {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* Main image wrapper */
#confidident-corner .rss_item .rss_image,
#trend-watch .rss_item .rss_image,
#style-voices-carousel .rss_item .rss_image {
  content-visibility: auto;
  width: 100% !important;
  height: 370px !important;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
}

.rss_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

#style-voices {
  .rss_image {
    width: 100% !important;
    contain-intrinsic-block-size: auto 100px;
    border-radius: 16px;
    object-fit: cover;
    height: 370px !important;
    margin-bottom: 16px;
  }

  .rss_item {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  /* Flex container for ul */
  ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 32px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  /* 3 columns (default desktop) */
  ul li {
    display: flex;
  }
}

#grwmstyle-rss {
  .rss_image {
    width: 100% !important;
    contain-intrinsic-block-size: auto 100px;
    border-radius: 16px;
    object-fit: cover;
    height: 370px !important;
    margin-bottom: 16px;
  }

  .rss_item {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  /* Flex container for ul */
  ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 32px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  /* 3 columns (default desktop) */
  ul li {
    display: flex;
  }
}

.stylecsore-carousel .swiper-wrapper {
  align-items: center;
}

/* 2 columns for tablets */
@media (max-width: 1024px) {
  #confidident-corner ul {
    grid-template-columns: 1fr;
  }

  #style-voices ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #grwmstyle-rss ul {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* 1 column for mobiles */
@media (max-width: 768px) {
  #confidident-corner ul {
    grid-template-columns: 1fr;
  }

  #style-voices ul {
    display: grid;
    grid-template-columns: 1fr;
  }

  #grwmstyle-rss ul {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* contact page popup */
#ambassador-pop-1 {
  #follower-options button,
  button.browse-file-btn {
    width: 114px;
    font-size: 14px;
    padding: 8px 16px;
    color: #111111;
    font-weight: 400;
    background: none;
    box-shadow: none;
    border: 1px solid #eff1f5;
  }

  #follower-options button.active {
    font-weight: 500;
    border: 1px solid #f96c4e;
  }

  div#uploadArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px 0;
    gap: 8px;
    border-radius: 8px;
    border: 1px dashed #cacfd8;
  }

  .form-wrapper input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    padding: 10px 19px;
    border-radius: 100px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #656565;
  }

  .label-heading {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
  }

  .user-info.col-12 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 20px;
  }

  .col-12 {
    padding-bottom: 15px;
  }

  .or-divider {
    text-align: center;
  }

  .or-divider span {
    font-size: 11px;
    color: #99a0ae;
  }

  .btn-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 20px;
  }

  div#follower-options {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    flex-wrap: wrap;
    gap: 10px;
  }

  button#stylescore-cancel-btn {
    background: none;
    color: #ff8008;
  }

  p {
    margin: 0;
    padding: 0;
  }

  .uploadtext-closebtn {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  button#removeFileBtn {
    display: none;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: red;
    padding: 0px !important;
    box-shadow: none;
    border-radius: 0px !important;
  }

  p#uploadText {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    color: rgba(14, 18, 27, 1);
  }

  p#uploadTextFormats {
    font-size: 12px;
    color: #525866;
  }

  .error {
    color: red;
    font-size: 14px;
  }

  .btn-section button {
    box-shadow: none;
  }

  div#form-sucess-message {
    display: none;
    font-size: 16px;
    color: #51d951;
    text-align: center;
    padding-bottom: 20px;
  }

  .label-heading {
    display: flex;
  }

  .tooltip .tooltip-text {
    display: flex;
    flex-direction: row;
    gap: 22px;
    padding: 12px;
    position: absolute;
    box-shadow: 0px 12px 16px -4px #10182814;
    border-radius: 8px;
    top: -50px;
    left: -20px;
    transition: all 5s ease-in;
    display: none;
  }

  .tooltip-text p {
    display: inline-block;
    color: red;
    width: 300px;
  }

  .tooltip span {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 14px;
  }

  .tooltip {
    position: relative;
    transition: all 5s ease-in;
    margin-left: 15px !important;
  }

  .tooltip:hover .tooltip-text {
    display: flex;
  }

  .iti__flag-container {
    display: inline-block;
    width: 90px;
    height: 100%;
    margin-right: 5px;
  }

  .iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
    width: 100%;
  }

  .iti--separate-dial-code .iti__selected-flag {
    background-color: #fafafa;
    border-radius: 23px;
    padding: 8px;
    border: 1px solid #e1e1e1;
  }

  input#ambassador-phone {
    width: calc(100% - 95px);
  }

  input {
    background: #fafafa !important;
  }

  .iti__flag-container {
    position: unset !important;
  }

  div#data-required-message {
    display: none;
    padding-bottom: 24px;
  }

  input#ambassador-phone {
    padding: 10px 19px !important;
  }

  ul#iti-0__country-listbox {
    width: 100% !important;
  }

  div#upload-progress-container {
    padding-bottom: 24px;
  }

  .popup-subheading a {
    color: #155eef;
  }

  .popup-subheading a:hover {
    color: #2c5ab5;
  }

  .or-divider {
    text-align: center;
    position: relative;
    margin-bottom: 24px;
  }

  .or-divider:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #666666;
    top: 60%;
    left: 0;
  }

  .or-divider span {
    position: relative;
    background: #fff;
    padding: 0 8px;
    color: #666666;
    font-size: 14px;
    font-family: "onest", Sans-serif;
    font-weight: 400;
  }

  @media (max-width: 768px) {
    div#follower-options {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 8px;
    }

    .user-info.col-12 {
      display: grid;
      grid-template-columns: repeat(1, 1fr) !important;
    }
  }

  @media (max-width: 468px) {
    .tooltip-text p {
      display: inline-block;
      width: 178px;
    }

    div#follower-options {
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }

    .elementor-widget-container {
      padding: 12px !important;
    }

    button {
      padding: 9px 16px !important;
      font-size: 14px !important;
      font-weight: 500 !important;
      width: auto !important;
    }

    input {
      font-size: 14px !important;
      padding: 10px 12px !important;
      background: #fafafa !important;
    }

    .user-info.col-12 {
      padding-bottom: 12px !important;
    }

    .tooltip .tooltip-text.social-icons {
      left: -150px;
    }
  }
}

/* end contact page popup */

/* home slider */
#creator-spotlight-1 {
  .video-thumb-wrapper {
    position: relative;
    display: inline-block;
  }

  .custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 2;
  }

  .wall-video {
    width: 100%;
    height: auto;
    background: #000;
  }

  .embed-video-wrapper {
    overflow: hidden;
    border-radius: 16px;
  }

  .embed-video-wrapper iframe {
    border-radius: 16px;
    height: -webkit-fill-available;
  }

  video.wall-video {
    border-radius: 16px;
    height: 100%;
  }

  iframe {
    min-width: 100% !important;
  }

  .swiper-button-prev {
    left: 46.5%;
    bottom: 15px;
    top: auto;
  }

  .swiper-button-next {
    left: auto;
    right: 46.5%;
    bottom: 15px;
    top: auto;
  }

  .stylecsore-carousel-navigation .swiper-button-prev,
  .stylecsore-carousel-navigation .swiper-button-next {
    position: unset;
  }

  .stylecsore-carousel-navigation {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    border: 1px solid #edac62;
    border-radius: 50%;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 16px;
    color: #edac62;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ff8008 0%, #ffc837 100%);
  }

  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    color: #fff;
  }

  .video-thumb-wrapper,
  .embed-video-wrapper {
    width: 100%;
    aspect-ratio: 9 / 16;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    background-image: url("/wp-content/uploads/2025/08/Frame-2147236394.png");
    background-repeat: no-repeat;
    background-position: center;
  }

  .embed-video-wrapper blockquote {
    margin-top: -16px;
  }

  @media (max-width: 768px) {
    .swiper-button-prev {
      left: 42.5%;
    }

    .swiper-button-next {
      right: 42.5%;
    }
    .embed-video-wrapper blockquote {
      margin-top: 10px;
    }
  }

  @media (max-width: 468px) {
    .swiper-button-prev {
      left: 30%;
    }

    .swiper-button-next {
      right: 30%;
    }
  }
}

/* end home page slider */
