@media screen and (max-width: 576px) {
  .treatment-single-content,
  .advice-inner,
  .product-reviews,
  .product-info-box,
  .course-teacher-details {
    padding: 18px 4px !important;
  }
}
body.page-id-710 .wrap {
  background-color: #fff0 !important;
}
body.page-id-710 .main-page-content {
  background: #fff0 !important;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  display: none;
}
#billing-fields {
  display: none;
}
.pelvi-info-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #d8d9da;
  padding-bottom: 24px;
  display: none;
}
.pelvi-treatment-top-bar {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
.pelvi-treatment-top-bar .pelvi-treatment-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.pelvi-treatment-top-bar .pelvi-fx-4 {
  flex: 1 0 24%;
}
.pelvi-treatment-top-bar .pelvi-fx-2 {
  flex: 1 0 49%;
}
.pelvi-treatment-top-bar p.pelvi-title {
  color: var(--Gray-800, #8c8e91);

  /* Text xs/Medium */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
  margin: 0 !important;
}
.pelvi-treatment-top-bar .pelvi-content,
.pelvi-treatment-top-bar .pelvi-content a {
  color: var(--Text-Description, #4f4f4f);

  /* Text sm/Medium */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.login-wrapper input {
  padding-left: 3em;
}

.product-reviews-inner {
  display: block;
}
.comment-text .description {
  margin-top: 4px;
  color: var(--Text-Description, #4f4f4f);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.treatment-single-content,
.advice-inner,
.product-info-box,
.course-teacher-details {
  display: flex;
  padding: 18px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;

  border-radius: 18px !important;
  border: 1px solid var(--Gray-50, #f2f2f2);
  background: var(--White, #fff);

  /* Shadow/sm */
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1),
    0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
.product-info-box form {
  display: flex;
  width: 100%;
}
.product-info-box form .single_add_to_cart_button,
.wc-block-cart__submit-button {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Primary, #f37163);
  color: #f9f9f9 !important;
}
.login-form-modal-inner .nsl-container-block {
  padding: 0 !important;
}

.nsl-button {
  position: relative;
  height: 50px;
  padding-left: 10px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px !important;
  background: var(--Primary, #f37163) !important;
  border: none !important;
  color: #f9f9f9 !important;
}
.nsl-button svg {
  background-color: #f9f9f9;
  border-radius: 50%;
}
div.nsl-container.nsl-container-block .nsl-container-buttons {
  width: 100%;
}
div.nsl-container .nsl-button-default {
  width: 100%;
}
.product-single-main .product-image-wrapper img {
  position: relative;
  z-index: 10;
  border-radius: 18px;
  border: 1px solid var(--Gray-50, #f2f2f2);
  background: var(--White, #fff);
  max-width: 600px;
}
.program-not-bought-label {
  position: absolute;
  width: 75px;
  padding: 10px;
  z-index: 5;
  color: #fff;
  background-color: #d96458;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  right: 10px;
  top: -20px;
  transition: all 0.3s;
  text-align: center;
  border-radius: 8px;
  display: flex;
}
.elementory-section .course-section {
  display: flex;
  flex-direction: column;
  padding: 14px 12px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--Gray-100, #e5e6e6);
  background: #fff;

  /* Shadow/sm */
  /* box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1),
    0px 1px 2px 0px rgba(16, 24, 40, 0.06); */
}
.elementory-section .course-section-title-elementory img {
  margin-right: 15px !important;
  margin-left: 0 !important;
  max-height: 58px !important;
  max-width: 58px !important;
}
.elementory-section .course-section-title-elementory .fal {
  position: absolute;
  right: 12px !important;
  top: 14px !important;
  font-size: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #bdbdbd;
}
.elementory-section
  .course-section
  .panel-group
  .panel-content
  .panel-content-inner {
  display: flex;
  padding: 6px 15px 8px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.badge-item.practice {
  color: var(--Text-Description, #4f4f4f);
  /* Text sm/Regular */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.badge-item.practice {
  display: flex;
  padding: 2px 8px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
}

.pelvi-duration-lesson {
  position: relative;
  display: flex;
  background-color: #d1d5de;
  flex-direction: column;
  border-radius: 12px;
  padding: 4px 8px;
  margin-top: 6px;
}
.pelvi-duration-lesson span {
  text-align: center;
}
.pelvi-duration-lesson span:nth-of-type(1) {
  color: var(--Dark-700, #46597a);
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 145.455% */
}
.pelvi-duration-lesson span:nth-of-type(2) {
  color: var(--Dark-700, #46597a);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 228.571% */
}
.pelvi-duration-lesson i {
  position: absolute;
  background-image: url("/wp-content/themes/studiare/assets/images/line%20(Stroke).png");
  background-repeat: no-repeat;
}
.pelvi-duration-lesson i:nth-of-type(1) {
  background-position: top left;
  left: 12px;
  top: -4px;
  width: 100%;
  height: 100%;
}
.pelvi-duration-lesson i:nth-of-type(2) {
  background-position: top right;
  right: 12px;
  top: -4px;
  width: 100%;
  height: 100%;
}

.course-section .panel-group .panel-content .panel-content-inner {
  border: none !important;
}
.course-panel-heading {
  border: none !important;
}
.course-section-title-elementory {
  display: flex;
  align-self: stretch;
  gap: 16px;
}
.course-section .panel-group.deactive {
  border-top: 1px solid #e5e6e6;
  width: 100%;
}
.badge-current-phase {
  padding: 2px 6px;
  display: inline-block;
  font-size: 12px;
  border-radius: 7px;
  margin-left: 6px;
  line-height: 1.2;
  text-transform: capitalize;
  background-color: #46597a;
  color: white;
}
.course-section .panel-content:not(:last-child) {
  border-bottom: 1px solid #e5e6e6;
}
.course-section .course-panel-heading {
  gap: 4px;
  border-radius: 6px;
  margin: 6px 0;
  align-self: stretch;
}
.product-single-main .product-single-top-part {
  background-color: #fff0 !important;
  border: none !important;
}
.product {
  margin-top: 24px;
}
.pelvi-price-box,
.pelvi-practice-info-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.pelvi-box-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.pelvi-price-box-part {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  flex-direction: row-reverse;
}
.pelvi-price-box .pelvi-title {
  color: var(--Gray, #808285);

  /* Text sm/Medium */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.pelvi-price-box-part ins .woocommerce-Price-amount {
  color: var(--Text-Title, #333);

  /* Display sm/Semibold */
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 126.667% */
}
.pelvi-price-box-part del .woocommerce-Price-amount {
  color: var(--Gray-700, #999b9d);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 211.111% */
  text-decoration-line: strikethrough;
}
.pelvi-off-badge {
  display: flex;
  padding: 4px 6px;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
  background: var(--Primary-200, #fbd4d0);
}
.pelvi-off-badge span {
  color: var(--Primary, #f37163);

  /* Text lg/Medium */
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}
.pelvi-practice-info-box .pelvi-title {
  color: var(--Text-Title, #333);

  /* Text lg/Medium */
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}

.pelvi-practice-info-box .pelvi-box-row {
  display: flex;
  padding: 6px 5px;
  align-items: center;
  align-self: stretch;
  border-radius: 14px;
  border: 1px solid var(--Gray-200, #d8d9da);
}
.pelvi-info-unit {
  display: flex;
}
.pelvi-practice-info-box .pelvi-box-row .pelvi-info-unit {
  display: flex;
  gap: 12px;
  width: 50%;
}

.pelvi-practice-info-box .pelvi-box-row .pelvi-info-unit .pelvi-title {
  color: var(--Gray-800, #8c8e91);

  /* Text xs/Medium */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
.pelvi-practice-info-box .pelvi-box-row .pelvi-info-unit .pelvi-value {
  color: var(--Text-Description, #4f4f4f);

  /* Text sm/Medium */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.pelvi-practice-info-box .pelvi-box-row .pelvi-info-unit .icon {
  display: flex;
  font-size: 1.7em;
  align-items: center;
  justify-content: left;
}
.pelvi-practice-info-box .pelvi-box-row .pelvi-info-unit:nth-of-type(1) {
  border-right: 1px solid var(--Gray-200, #d8d9da);
}
.pelvi-practice-info-box .pelvi-box-row .pelvi-info-unit:nth-of-type(2) {
  padding-left: 5px;
}
.pelvi-info-unit img.img-fluid {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.pelvi-info-unit .name {
  padding-left: 8px;
}
.pelvi-info-unit .name h6 {
  color: var(--Text-Title, #333);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.pelvi-info-unit .name span {
  color: var(--Gray, #808285);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.pelvi-price-box-row.doctors {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pelvi-related-diseases {
  display: block;
}
.pelvi-related-diseases .badge {
  display: inline-flex;
  margin-bottom: 4px;
  padding: 4px 8px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid var(--Gray-400, #bfc0c2);
  color: var(--Gray, #808285);

  /* Text xs/Medium */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
}

.treatment-bg-top-1 {
  width: 475px;
  height: 462px;
  position: absolute;
  left: 17px;
  top: -62px;
}
.treatment-bg-top-2 {
  width: 408px;
  height: 399px;
  position: absolute;
  left: -106px;
  top: 281px;
}
.treatment-bg-middle-1 {
  position: absolute;
  right: -85px;
  top: 1102px;
  width: 475px;
  height: 462px;
}
.treatment-bg-middle-2 {
  width: 406px;
  height: 397px;
  position: absolute;
  right: -106px;
  top: 1418px;
}
.treatment-bg-footer-1 {
  width: 475px;
  height: 462px;
  position: absolute;
  left: 17px;
  bottom: 613.926px;
}
.treatment-bg-footer-2 {
  width: 408px;
  height: 399px;
  position: absolute;
  left: -106px;
  bottom: 333.926px;
}

/*about-us-page*/
.about-us-testimonials .testimonial-content {
  align-items: flex-end;
  display: flex;
  flex-direction: column-reverse;
}
.about-us-testimonials .testimonial-inner {
  display: flex;
}
.about-us-testimonials blockquote {
  text-align: left !important;
  color: #fff;
}

.about-us-testimonials .testimonial-author-main h5 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.about-us-testimonials .owl-nav .owl-prev {
  right: 24px !important;
  bottom: 15px !important;
  left: auto !important;
  top: auto !important;
}
.about-us-testimonials .owl-nav .owl-next {
  left: 24px !important;
  bottom: 15px !important;
  right: auto !important;
  top: auto !important;
}

.about-us-testimonials .testimonial-avatar {
  position: relative !important;
  overflow: visible !important;
  border-radius: 0 !important;
}
.about-us-testimonials .testimonial-avatar img {
  height: 160px !important;
  width: auto !important;
}
.about-us-testimonials .testimonial-avatar::before,
.about-us-testimonials .testimonial-avatar::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.about-us-testimonials .testimonial-avatar::before {
  top: -3px;
  left: -3px;
}
.about-us-testimonials .testimonial-avatar::after {
  bottom: -3px;
  right: -3px;
}

/* Container to hold both TOC and Content */
.pelvi-blog-post-container {
  display: flex;
  align-items: flex-start; /* Aligns content to the top */
  gap: 20px; /* Adds some space between TOC and content */
}

/* TOC styling */
.pelvi-toc {
  flex: 0 0 calc(30% - 20px);
  position: sticky;
  top: 120px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Remove default list styling */
#pelvi-toc-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 10px; /* Adjust margin to fit the vertical line */
}

/* Vertical line as bullet */
#pelvi-toc-list li::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: currentColor; /* Adjust color as needed */
  margin-right: 10px; /* Space between line and text */
  vertical-align: middle;
}

/* TOC link styling */
#pelvi-toc-list a {
  text-decoration: none;
  color: #666; /* Default link color */
  font-weight: normal; /* Default weight */
}

/* Active TOC link styling */
#pelvi-toc-list a.active {
  color: #000; /* Active link color */
  font-weight: bold; /* Bold for active link */
}

/* Content styling */
.pelvi-blog-post-content {
  flex: 1 0 calc(70% - 20px); /* 75% width, flexible */
  padding: 20px; /* Adds some padding */
}

/* Responsive Design */
@media (max-width: 768px) {
  .pelvi-blog-post-container {
    flex-direction: column-reverse; /* Stack TOC on top of content on small screens */
  }
  .pelvi-toc {
    flex: 1 0 auto;
    top: 0;
    position: relative; /* No sticky on mobile */
    max-height: none; /* Remove height restriction on mobile */
    margin-bottom: 20px; /* Adds spacing below TOC */
  }
  .pelvi-blog-post-content {
    flex: 1 0 auto;
  }
}

.wp-block-categories {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 10px;
}
.wp-block-categories li.cat-item {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #2f446a;
  border-radius: 10px;
  background-color: transparent;
  color: #2f446a;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.wp-block-categories li.cat-item:hover {
  background-color: #2f446a;
  color: white !important;
}

.wp-block-categories li.cat-item a {
  color: inherit !important;
}

.wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background-color: white; /* Background color of the input */
  border: 1px solid var(--Gray-500, #b2b4b5);
  border-radius: 8px;
  padding: 10px 14px;
  max-width: 400px; /* Adjust width as needed */
  margin: 0 auto; /* Center align */
  background: var(--White, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.wp-block-search__input {
  border: none !important;
  outline: none !important;
  flex-grow: 1;
  padding: 0 0 0 10px !important;
  font-size: 16px;
  box-shadow: none !important;
}

.wp-block-search__input::placeholder {
  color: #999; /* Placeholder text color */
}

.wp-block-search__button {
  background: none; /* Remove default button background */
  border: none; /* Remove default button border */
  cursor: pointer; /* Pointer cursor on hover */
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999; /* Icon color */
}

.search-icon {
  width: 20px; /* Adjust the size of the search icon */
  height: 20px;
}

.wp-block-search__inside-wrapper:focus-within {
  box-shadow: 0 0 0 2px #2f446a; /* Optional: Add focus shadow to the input wrapper */
  border-color: #2f446a; /* Change border color on focus */
}
.wp-block-search__button-inside {
  width: 100%;
}

.blog-hero-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Two columns layout */
  grid-template-rows: auto; /* Dynamic row height */
  gap: 20px; /* Space between grid items */
}

.blog-hero-post-large {
  grid-column: 1 / 3; /* Span across both columns */
  position: relative;
  background-color: #8c97ac;
  overflow: hidden;
  border-radius: 10px;
}

.blog-hero-post-small-grid {
  position: relative;
  grid-column: span 1; /* Each occupies one column */
  background-color: #8c97ac;
  overflow: hidden;
  border-radius: 10px;
}
.product-pop-title {
  margin-top: 48px;
}
.blog-hero-post-large img,
.blog-hero-post-small-right img,
.blog-hero-post-small-grid img {
  opacity: 0.9;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px 10px 0 0; /* Round the top corners */
}

.blog-hero-post-details {
  padding: 20px;
}
.blog-hero-category {
  border-radius: 24px;
  background: #f37163;
  margin-bottom: 49px !important;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.blog-hero-post-details h2 a {
  color: #fff;
  text-align: center;
  font-family: Lufga;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 126.667% */
}
.blog-hero-post-details p {
  color: #fff;
  text-align: left;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.blog-hero-date {
  border-radius: 24px;
  background: #c9c9c9;
  padding: 4px 9px;
  justify-content: center;
  color: rgb(255 255 255);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-shadow: 0 0 BLACK;
}
.blog-hero-reading-time {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.blog-hero-post-large .blog-hero-post-details,
.blog-hero-post-small-right .blog-hero-post-details,
.blog-hero-post-small-grid .blog-hero-post-details {
  text-shadow: -2px 2px 4px #2f446ab8;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px; /* Round the bottom corners */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .blog-hero-container {
    grid-template-columns: 1fr; /* One column layout for mobile */
  }

  .blog-hero-post-large {
    grid-column: 1 / 2;
  }

  .blog-hero-post-small-right {
    grid-column: 1 / 2;
    grid-row: auto;
  }

  .blog-hero-post-small-grid {
    grid-column: 1 / 2;
  }
}

.wp-block-latest-posts__featured-image img {
  display: none;
}
.wp-block-latest-posts__post-excerpt {
  display: none;
}
.blog-expert-recommend-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-expert-item {
  background-color: #f9f9f9;
  display: flex;
  padding: 6px;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--Gray-100, #e5e6e6);
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1),
    0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  min-height: 100px;
}

.blog-expert-item img {
  width: 25%;
  height: auto;
  border-radius: 10px;
  margin-right: 6px;
  min-height: 100%;
  object-fit: cover;
}

.blog-expert-item h3 {
  font-size: 18px;
  margin: 10px 0;
}

.blog-expert-item p {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}
/* Hide on mobile */
@media (max-width: 768px) {
  .blog-expert-recommend-container,
  .blog-expert-recommend-title {
    display: none;
  }
}

.blog-loop-list article {
  background-color: #f9f9f9;
  display: flex;
  padding: 6px;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  border-radius: 12px;
  background: #fff;
  min-height: 100px;
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 24px;
}
.blog-loop-list article .post-inner {
  display: inline-flex;
}
.blog-loop-list article .post-inner a {
  max-width: 30%;
  min-width: 30%;
  max-height: 100%;
  border-radius: 10px;
  margin-right: 6px;
  min-height: 100%;
  object-fit: cover;
}
.blog-loop-list article .post-inner img {
  border-radius: 10px;
}

.site-logo {
  display: flex;
  flex-direction: row;
}
.site-translator {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 10px;
}
#flags {
  padding-left: 15%;
  scale: 1.2;
}

.limited-content {
  max-height: 200px; /* Initial collapsed height */
  overflow: hidden !important;
  transition: max-height 0.5s ease !important; /* Smooth transition for height */
}

.limited-content.expand {
  max-height: none; /* Remove height restriction when expanded */
}

/* Optional: Add a fade effect at the bottom of the content */
.limited-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /* Size of the gradient */
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none; /* Ensure gradient doesn't block interaction */
}

.limited-content.expand:after {
  display: none; /* Remove gradient when content is expanded */
}

.hidden {
  display: none;
}

.gfield_select.appointment_provider_id {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
