@media screen {
  .post-type-archive-testimonials .testimonials-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-testimonials .testimonials-list-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen {
  .post-type-archive-testimonials .testimonials-list-wrapper .testimonial-post {
    padding: 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 200;
        flex-basis: 200;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* Ensure children stack vertically */
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-testimonials .testimonials-list-wrapper .testimonial-post {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .post-type-archive-testimonials .testimonials-list-wrapper .testimonial-post {
    width: 33.33%;
  }
}
@media screen {
  .post-type-archive-testimonials .testimonials-list-wrapper .testimonial-post .testimonial-details {
    background-color: #fff;
    border-radius: 1.875rem;
    border: 0.0625rem solid #AF89C9;
    height: 100%; /* Ensures it stretches to match sibling elements */
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* Enables pushing the credit-wrapper to the bottom */
  }
  .post-type-archive-testimonials .testimonials-list-wrapper .testimonial-post .testimonial-details .top-data {
    padding: 1.875rem;
  }
  .post-type-archive-testimonials .testimonials-list-wrapper .testimonial-post .testimonial-details .top-data h3 {
    position: relative;
    margin-top: -3.125rem;
  }
  .post-type-archive-testimonials .testimonials-list-wrapper .testimonial-post .testimonial-details .top-data h3 svg {
    margin-bottom: 1.25rem;
  }
  .post-type-archive-testimonials .testimonials-list-wrapper .testimonial-post .testimonial-details .credit-wrapper {
    padding: 1.875rem;
    gap: 10px;
    background: #E6F3F9;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-top: auto; /* Pushes this element to the bottom of its container */
  }
  .post-type-archive-testimonials .testimonials-list-wrapper .testimonial-post .testimonial-details .credit-wrapper p {
    color: #1E1E1E;
    font-family: "Museo Sans Rounded", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .post-type-archive-testimonials .testimonials-list-wrapper .testimonial-post .testimonial-details .credit-wrapper p .author-name {
    color: #1E1E1E;
    font-family: "Mikado", museo-sans-rounded, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem; /* 100% */
  }
}
@media screen {
  .post-type-archive-testimonials .padding-bottom-xl .posts-navigation {
    border-top: 0;
    text-align: center;
  }
  .post-type-archive-testimonials .padding-bottom-xl .posts-navigation .nav-links a {
    color: #3E4E91;
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem; /* 126.316% */
    border-radius: 18.75rem;
    border: 0.1875rem solid #3E4E91;
    background: #FFF;
    -webkit-box-shadow: 4px 4px 0px 0px #E5E5E5;
            box-shadow: 4px 4px 0px 0px #E5E5E5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .post-type-archive-testimonials .padding-bottom-xl .posts-navigation .nav-links a:hover, .post-type-archive-testimonials .padding-bottom-xl .posts-navigation .nav-links a:focus {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 4px 4px 0px 0px #E5E5E5;
            box-shadow: 4px 4px 0px 0px #E5E5E5;
    background: #3E4E91;
    color: #FFF;
  }
}