@charset "UTF-8";
/*
Theme Name: FEMILITE 3.0
Author: studiobrothers.pl
Version: 1.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: s
*/
/* =WordPress Core
-------------------------------------------------------------- */
/* Text meant only for screen readers. */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 15px;
  align-items: center !important;
}
.wp-block-columns.flex-start {
  align-items: flex-start !important;
}
.wp-block-columns .wp-block-column {
  flex: 1;
  padding: 15px;
}
.wp-block-columns .wp-block-column figure.wp-block-image:not(.normal) img {
  width: 100%;
}

.wp-block-separator {
  border-color: #D9251C;
  opacity: 0.1;
  margin-bottom: 30px;
}



.femi-team__nav .splide-arrow {
    position: relative;
    right: 0;
    margin: 0 !important;
}

.femi-team__nav {
    gap: 17px;
}

.femi-team__nav .femi-team__count {
    font-size: 1.25em;
    color: #DE832B;
    display: flex;
    letter-spacing: 0.3em;
}

.femi-team__nav {
    margin-top: 4em;
        margin-bottom: -3em;
}

.program-femilite__top {
    display: grid;
    grid-template-columns: 50em 13em;
    justify-content: space-between;
}

.program-femilite__top h2 {
  margin-bottom: 1em;
}

.program-femilite__top svg {
    width: 100%;
    height: auto;
}

.program-femilite__slider {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    text-align: center;
    gap: 1em;
    margin-top: 4em;
}

.program-femilite__slider > div {background: #F2F9F3;border-radius: 1em;padding: 0.5em;}

.program-femilite__slider > div h3 {
    font-size: 1.2em;
    font-weight: 500;
    margin: 0.5em;
}

.program-femilite__slider > div p {
    font-size: 0.875em;
    padding-bottom: 0.5em;
}


.program-femilite__slider > div > div {
    position: relative;
}

.program-femilite__slider > div > div .splide__arrows button {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    background-size: 0.5em;
    margin: 0;
    bottom: 0;
    opacity: 1;
    border: 1px solid #ffcd9d;
}

.program-femilite__slider > div > div .splide__arrows {
    padding: 0 0.7em;
    margin-top: -2em;
    position: relative;
    top: -1em;
    margin-bottom: 0.6em;
}

.program-femilite__slider > div h5 {
    font-size: 0.785rem;
    background: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 4.4em;
    color: #014550;
    font-weight: 500;
    height: 3.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program-femilite__person img {
    border-radius: 1em;
    margin-bottom: 1em;
    aspect-ratio: 1 / 1.28;
    width: 100%;
}

.program-femilite__slider > div > div .splide__arrows button.splide__arrow.splide__arrow--next {
    background-image: url(/wp-content/uploads/2025/06/arrow-orange-22.svg);
}

@media(max-width: 768px) {
  .program-femilite__top svg {
    display: none;
  }

  .program-femilite__top {
    grid-template-columns: 1fr;
  }

  .program-femilite__slider > div {
    width: 49%;
}

  .program-femilite__slider {
    display: flex
;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 1em;
    margin-top: 4em;
    justify-content: center;
    flex-wrap: wrap;
  }
}




.program-femilite__slider > div > div .splide__arrows svg path {
    fill: transparent !important;
}

.program-femilite__slider > div > div .splide__arrows svg {
    filter: brightness(0) invert(1);
    width: 0.7em;
}

.program-femilite__slider > div > div .splide__arrow {background: #df832b;background-image: unset !important;border-color: #df832b !important;}

@media(max-width: 768px) {


  .program-femilite__slider > div > div .splide__arrows {
    top: -1.5em;
  }

.program-femilite__slider {
    flex-wrap: nowrap;
    overflow: scroll;
    justify-content: left;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    
    /* Snap scrolling (opcjonalne) */
    scroll-snap-type: x mandatory;
}

.program-femilite__slider > div {
    flex: 0 0 43%; /* Stała szerokość */
    min-width: 43%;
    scroll-snap-align: start;
}


        .program-femilite__slider::-webkit-scrollbar {
            height: 10px;
            margin-top: 20px;
        }

        .program-femilite__slider::-webkit-scrollbar-track {
            background: rgb(242 249 243);
            border-radius: 15px;
        }

        .program-femilite__slider::-webkit-scrollbar-thumb {
            background: #ffdab7;
            border-radius: 15px;
            border: 1px solid transparent;
            background-clip: content-box;
            transition: all 0.3s ease;
        }

      



.program-femilite__slider {
    padding-bottom: 20px;
}

}

@media(max-width: 567px) {



.program-femilite__slider > div {
    flex: 0 0 80%; /* Stała szerokość */
    min-width: 80%;
}


}




.home canvas#myChart {
    width: 100% !important;
    height: auto !important;
}



.p_spacing p {
    margin-bottom: 1em;
}

.splide_femi-team {
    margin-bottom: -12em;
}

@media(max-width: 768px){
    .team_ceo_left_column {
    max-width: 100% !important;
}

.team_ceo_text_wrap {
    max-width: 100% !important;
}

.team_ceo_image_wrap {
    margin-left: auto;
    margin-right: auto;
}

.splide_femi-team {
    margin-bottom: -5em;
}
}

.program-femilite__slider > div p {
    min-height: 12em;
}

.program-femilite__slider > div span {
    background: #D1F1D5;
    display: block;
    border-radius: 0 0 0.9em 0.9em;
    font-weight: 500;
    font-size: 0.7em;
    padding: 0.8em 1.5em;
    line-height: 1.4;
}

@media(max-width: 768px){
    .program-femilite__slider > div p {
    min-height: 30vw;
}
}

.page-template-page-harmonogram-video  .db_materials_outer_list_wrap > div {
    display: block !important;
}

@media(min-width: 992px){
    .recipe-info h4 {
    font-size: 0.71em !important;
    min-height: 4em!important;
}
}

.db_materials_dd_list_item p {
    margin-bottom: 1em;
}


@media(max-width: 768px) {
  .account_main_flex {
    grid-row-gap: 1em !important;
  }
}


.account_menu__wrap-mobile {
    color: #fff;
    background: #014550;
    display: none;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-size: 13px;
}


@media(max-width: 768px) {
  .account_main_flex {
    grid-row-gap: 1em !important;
  }

  .account-menu-wrapper {
    width: 100%;
    display: none;
}

.account_menu__wrap-mobile {
  display: block;
}


}



.month-nav-item:not(.disabled) .month-icon::before { content: "📅"; }

.quiz_form_flex:not(.is--disease) {
  max-width: 50em !important;
}

.filter-container ~ table * {
  font-size: 12px !important;
}

/* Filary Programu Sekcja */
.fillar-femilite__header {
  text-align: center;
  margin-bottom: 3rem;
}

.fillar-femilite__header p {
  max-width: 38em;
  margin: 40px auto 20px;
}
.fillar-femilite__header h2 {
  margin-bottom: 1rem;
}

.fillar-femilite__flex {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 3rem;
  align-items: flex-start;
  align-items: center;
}

.fillar-femilite__video-column {
  position: sticky;
  top: 2rem;
}

.fillar-femilite__video-container {
  position: relative;
  border-radius: var(--border-15px);
  overflow: hidden;
  aspect-ratio: 9/16;
  max-width: 24em;
  margin: 0 auto;
}

.fillar-femilite__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fillar-femilite__video.active {
  opacity: 1;
}

.fillar-femilite__tabs-column {
  flex: 1;
}

.fillar-femilite__tab-toggle {
  align-items: center;
}

.fillar-femilite__tab-number {
  font-weight: 600;
  color: var(--site-colors--orange02);
  margin-right: 0.5rem;
  min-width: 1.5em;
}

.fillar-femilite__mobile-video {
  display: none;
  margin-top: 1rem;
}

.fillar-femilite__mobile-video-player {
  width: 100%;
  border-radius: var(--border-15px);
  aspect-ratio: 16/9;
}





.fillar-femilite__tab.w--open-tab .faq_arrow {
  transform: rotate(180deg);
}

/* Smooth transitions for tab interactions */
.fillar-femilite__tab .faq_dropdown_toggle {
  transition: background-color 0.3s ease, border-bottom-color 0.3s ease;
}

.fillar-femilite__tab .faq_arrow {
  transition: transform 0.3s ease;
}

/* User's custom tab animations - using w--open-tab class */

/* Mobile responsiveness */
@media screen and (max-width: 991px) {
  .fillar-femilite__flex {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .fillar-femilite__video-column {
    display: none;
  }
  
  .fillar-femilite__mobile-video {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .fillar-femilite__header {
    margin-bottom: 2rem;
  }
  
  .fillar-femilite__mobile-video-player {
    /* aspect-ratio: 9/16; */
    aspect-ratio: auto;
        max-width: 300px;
        margin: 0 auto;
        display: block
  }
}

.faq_dropdown.fillar-femilite__tab.w--open-tab {
  background: #f2f9f3 !important;
}

.faq_dropdown.fillar-femilite__tab {
  transition: all .5s;
}

/* fadeIn/fadeOut will handle display - removing CSS display:none */

.fillar-femilite__tabs-column .faqs_list_wrap {
  align-items: flex-start;
}

.fillar-femilite__tabs-column .faqs_list_wrap > a {
  margin-top: 1em;
  gap: 0.3em;
}

.fillar-femilite__tab .faq_dropdown_toggle .is--faq-question {
  font-weight: 600;
}

@media(max-width: 768px) {
  .fillar-femilite__tabs-column .faqs_list_wrap > a {
    margin: 30px auto 0;
}
}

.page-template-page-oferta .fillar-femilite__tabs-column .faqs_list_wrap > a {
  display: none;
}

.home p#breadcrumbs {
  display: none;
}

@media(max-width: 768px) {
  .container.is--hero {
    padding-top: 3em;
  }
}

.info-alert-box {
  margin-top: 2em;
  background: #e60c0c;
  display: block;
  padding: 1em;
  border-radius: 0.4em;
  color: #fff;
  font-size: 1em;
  text-align: center;
}


.doctor-info {
  display: grid;
  grid-template-columns: 17em 1fr;
  gap: 2em;
}

.doctor-info .doctor-info__data > img {
  width: 100%;
  height: 22em;
  object-fit: cover;
  border-radius: 1em;
}

.doctor-info .doctor-info__data .name {
  background: #C5FACB;
  border-radius: 500px;
  width: 15em;
  height: 15em;
  position: absolute;
  bottom: -7.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0.875em;
}

.doctor-info .doctor-info__data {
  position: relative;
}

.doctor-info .doctor-info__data .name span {
  font-weight: 600;
  display: block;
  margin-bottom: 0.7em;
}

.doctor-info  .doctor-info__text {
  color: #014550;
  padding-top: 1.5em;
  border-top: 0.1em solid #C5FACB;
}

.doctor-info  .doctor-info__text .description {
  opacity: 0.8;
  margin-top: 1em;
  line-height: 1.5;
}

@media(max-width: 768px) {
  .doctor-info {
    grid-template-columns: 1fr;
    text-align: center;
}

.doctor-info .doctor-info__text {
    margin-top: 7em;
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
}

.doctor-info .doctor-info__data > img {
    max-width: 20em;
    margin: 0 auto;
    display: block;
    height: 28em;
}
}

.doctor-info .doctor-info__text .description p {
    margin-bottom: 1em;
}

.db_contact_wrap_outer__supportinfo {
  display: grid;
  grid-template-columns: 1fr 18em;
  align-items: flex-start;
  gap: 1.25em;
  margin-top: 1em;
}


.db_contact_wrap_outer__supportinfo .db_contact_wrap_outer__supportinfo_image {
  text-align: center;
  position: sticky;
  top: 1em;
}

.db_contact_wrap_outer__supportinfo .db_contact_wrap_outer__supportinfo_image span {
  width: 11em;
  height: 11em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #C5FACB;
  padding: 1em;
  border-radius: 200em;
  position: absolute;
  bottom: -5.5em;
  left: 50%;
  transform: translate(-50%, 0);
}

.db_contact_wrap_outer__supportinfo .db_contact_wrap_outer__supportinfo_image span strong {
  font-size: 1em;
}

.db_contact_wrap_outer__supportinfo .db_contact_wrap_outer__supportinfo_image span p {
  font-size: 0.875em;
  margin-top: 0.4em;
}

.db_contact_wrap_outer__supportinfo .db_contact_wrap_outer__supportinfo_image img {
  border-radius: 1em;
}

.support-message.expert .message-content p {
  margin-bottom: 0.8em;
}

.support-message.expert.welcome-message {
    position: relative;
    padding-left: 5em;
}

.support-message.expert.welcome-message:before {
    content: '';
    width: 4em;
    height: 4em;
    display: block;
    background: url(https://femilite.pl/wp-content/uploads/2024/07/Frame-50985.jpg);
    background-size: cover;
    border-radius: 100em;
    position: absolute;
    left: 0;
    top: 0;
}

/* KOMUNIKATOR EXPERT/USER  */

.page-template-page-komunikator-user div#messages-container {
  border-radius: 1em !important;
  padding: 1em !important;
  margin-bottom: 1.25em !important;
  background: #f2f9f3 !important;
}

.page-template-page-komunikator-user .item.expert .content {
  background: #fff !important;
  margin-right: auto !important;
  padding: 1em !important;
  font-size: 0.75em !important;
  border-radius: 0 0.8em 0.8em 0.8em !important;
  margin-top: 0 !important;
}

.page-template-page-komunikator-user .chat-user-page .messages-list .list .item.expert {
  background: transparent !important;
  width: 100% !important;
}

.page-template-page-komunikator-user .chat-user-page .messages-list .list .item .top .name {
  width: auto !important;
  font-size: 0.75em !important;
  margin-bottom: 0 !important;
  opacity: 0.8 !important;
  margin-left: 0 !important;
}

.page-template-page-komunikator-user .chat-user-page .messages-list .list .item .top .date {
  margin-left: 1em !important;
}

.page-template-page-komunikator-user .chat-user-page .messages-list .list .item.user {
  border: 0 !important;
  padding: 1em !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-end !important;
}

.page-template-page-komunikator-user .item.user .content {
  background: #c5facb !important;
  color: #014550 !important;
  padding: 1em !important;
  font-size: 0.75em !important;
  border-radius: 0.8em 0em 0.8em 0.8em !important;
}

.page-template-page-komunikator-user div#messages-container {
  padding: 0 !important;
}

.page-template-page-komunikator-user .chat-user-page .messages-list .list .item {
  margin-bottom: 0 !important;
}

.page-template-page-komunikator-user .chat-user-page .messages-list .list .item .content {
  margin-top: 1em !important;
  margin-left: 0 !important;
}

.page-template-page-komunikator-user .chat-user-page .messages-list .list .item.user .top .thumb {
  display: none !important;
}

.page-template-page-komunikator-user .chat-user-page .messages-list .list .item.expert .top .thumb {
  margin-right: 1em !important;
}

.page-template-page-komunikator-user .chat-user-page .messages-list .list .item.expert .top {
  margin-bottom: 1em !important;
}

.page-template-page-komunikator-user .chat-user-page .messages-list .list .item.user .top {
  justify-content: flex-end !important;
}

.page-template-page-komunikator-user .chat-user-page .messages-list .list .item.user .content {
  margin-right: 0 !important;
  width: fit-content !important;
}


@media(max-width: 768px) {
  .db_contact_wrap_outer__supportinfo {
    display: flex;
    flex-direction: column-reverse;
}

.db_contact_wrap_outer__supportinfo .db_contact_wrap_outer__supportinfo_image {
    position: relative;
    top: 0;
    margin-bottom: 2em;
    max-width: 20em;
    margin: 0 auto 6em;
}
}

.new-message-form textarea {
  border: 1px solid #c5facb;
  border-radius: 0.5em;
  height: 12em;
  resize: none;
}

.conversations-list {
  margin-top: 1.25em;
}

.conversation-item {
  background: #fff;
  border: 0.0625em solid #ddd;
  border-radius: 0.5em;
  padding: 0.9375em;
  margin-bottom: 0.9375em;
}

.conversation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}

.conversation-link {
  text-decoration: none;
  color: #014550;
  font-size: 1em;
}

.conversation-link:hover {
  text-decoration: underline;
}

.unread-badge {
  background: #e74c3c;
  color: white;
  padding: 0.125em 0.5em;
  border-radius: 0.75em;
  font-size: 0.75em;
  margin-left: 0.5em;
}

.last-message-date {
  color: #666;
  font-size: 0.75em;
}

.last-message-preview {
  color: #666;
  font-size: 0.875em;
  line-height: 1.4;
}

.no-conversations {
  text-align: center;
  padding: 2.5em;
  color: #666;
}



.conversations-list h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

@media(min-width: 768px){
  .account-menu-wrapper {
  width: 19em;
}
}

@media(max-width: 767px){
  .account-menu-wrapper {
  width: 100%;
max-width: 100%;
}

  
.account_menu_wrap {
  width: 100% !important;
  max-width: 100% !important;
}
div#messages-container *,
div#support-messages * {
    font-size: 12px;
}

  
}


/* Komunikator Taby  */

.expert-tabs.comunicator-tabs button {
  padding: 0.5em 0.9em;
  font-size: 0.95em;
  border-radius: 100px;
}

.expert-tabs.comunicator-tabs {
  margin-top: 1em;
}

.expert-tabs.comunicator-tabs button.active {
  background: #014550;
  color: #fff;
}

.page-template-page-komunikator-user div#ankieta-content h4,
.page-template-page-komunikator-user div#pomiary-content h4,
.page-template-page-komunikator-user div#notatki-content h4 {
  margin: 1em 0;
  font-size: 1.25em;
  font-weight: 500;
}

.page-template-page-komunikator-user div#notatki-content .add-note-form {
  padding: 0 !important;
  background: transparent !important;
}



.page-template-page-komunikator-user div#notatki-content .add-note-form h5 {
  font-size: 1em;
  margin: 0 0 1em 0;
}

.page-template-page-komunikator-user div#notatki-content .add-note-form button {
  background: #014550 !important;
  border-radius: 100px !important;
}

.page-template-page-komunikator-user div#notatki-content .add-note-form textarea {
  border-radius: 0.5em !important;
  border-color: #06dd8e !important;
  resize: none;
  min-height: 12em;
}

.support-message .message-content p {
  margin-bottom: 1em;
}

.support-message .message-content {
  text-align: left;
}

.support-messages-container {
  display: flex;
  flex-direction: column-reverse;
}

.voice-message-container {
  padding: 0;
  background: transparent;
  border: 0;
}

.voice-record-button {
  background: #014550;
}

span#transcription-status {
  display: none;
}

div#transcription-text {
  margin-top: 10px;
}

/* * NOWE - Style dla wyboru daty jadłospisu w meal-plan-box */ */
.meal-plan-date-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.date-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
}

.date-label {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    margin: 0;
    white-space: nowrap;
}

.date-input {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 13px;
    font-family: inherit;
    background: white;
    color: #014550;
    transition: all 0.3s ease;
    min-width: 140px;
}

.date-input:focus {
    outline: none;
    border-color: #04DD8F;
    box-shadow: 0 0 0 2px rgba(4, 221, 143, 0.1);
}

.date-input:hover {
    border-color: #04DD8F;
}

/* Responsive dla mobile */
@media (max-width: 768px) {
    .meal-plan-date-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .date-selector {
        width: 100%;
        justify-content: space-between;
    }
    
    .date-input {
        flex: 1;
        min-width: auto;
    }
}

/* Opinie  */

section.opinion-femilite {
  background: #fff;
}

section.opinion-femilite h2 {
  color: #014550;
}

/*OPINIE*/
.opinion-femilite {
  padding: 5rem 0;
  background: #f8f9fa;
}



/* Usunięto custom style h2 - używamy istniejących .team_top_tag_text */

.google-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.google-logo {
  font-size: 2rem;
  font-weight: bold;
  color: #4285f4;
}

.google-logo .g-blue { color: #4285f4; }
.google-logo .g-red { color: #ea4335; }
.google-logo .g-yellow { color: #fbbc05; }
.google-logo .g-green { color: #34a853; }

.google-rating-info {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.google-stars {
  color: #014550;
  font-weight: 500;
  font-size: 1.2rem;
}

.google-rating-text {
  font-size: 1.1rem;
  color: #014550;
}

/* Style dla Splide slidera opinii */
.opinions_splide {
  max-width: 100%;
  margin: 0 auto;
}


section.opinion-femilite .container {
  padding-top: 0;
  padding-bottom: 0;
}

/* .opinions_splide .splide__list {
  display: flex;
  align-items: stretch;
} */

.opinions_splide .splide__slide {
  height: auto;
  display: flex;
  align-items: stretch;
}

.opinion-femilite .splide__list {
  height: auto !important;
}

.opinion_slide_wrap {
  background: white;
    border-radius: 0.75rem;
    padding: 1.875rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    width: 100%;
    /* height: 100%; */
    display: flex
;
    flex-direction: column;
    border: 0.0625rem solid #DFE2DF;
}

.opinion_slide_wrap:hover {
  border-color: #FFDAB7;
}

/* Custom arrows dla Splide */
.opinions_custom_arrow_left,
.opinions_custom_arrow_right {
  border: 0.0625rem solid var(--site-colors--orange02-2);
  background-color: var(--site-colors--orange02-2);
  color: var(--site-colors--orange01);
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  width: 2.63em;
  height: 2.63em;
  font-size: 1em;
  transition: background-color .2s, color .2s;
  display: flex;
  cursor: pointer;
  border: none;
}

.opinions_custom_arrow_left:hover {
  background-color: var(--site-colors--orange01);
  color: var(--site-colors--orange02);
}

.opinions_custom_arrow_right:hover {
  background-color: var(--site-colors--orange01);
  color: var(--site-colors--orange02);
}

.opinion-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  flex-direction: column;
  gap: 0.625rem;
}

.opinion-author {
  display: flex;
  flex-direction: column;
}

.opinion-name {
  font-weight: 500;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0.3125rem;
}

.opinion-time {
  font-size: 0.9rem;
  color: #888;
}

.opinion-rating {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

.opinion-stars {
  color: #ffc107;
  font-size: 1.1rem;
}

.google-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.3125rem;
}

.opinion-content {
  font-size: .9em;
  line-height: 1.6;
  color: #014550;
}

/* Usunięto custom slider controls - używamy Webflow slidera */

/* Pasek postępu dla slidera opinii */
.opinion-progress-bar {
  width: 100%;
  height: 0.25rem;
  background: #f2f9f3;
  border-radius: 0.125rem;
  margin-top: 1.875rem;
  overflow: hidden;
}

.opinion-progress-fill {
  height: 100%;
  background: #FFDAB7;
    border-radius: 0.125rem;
  width: 0%;
  transition: width 0.3s ease;
}

/* Responsive - 3 slajdy na desktop, 2 na tablet, 1 na mobile */
@media (max-width: 1024px) {
  .opinion_slide {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .opinion-femilite {
    padding: 3.75rem 0;
  }
  
  .opinion_slide {
    width: 100%;
  }
  
  .opinion_slide_wrap {
    padding: 1.25rem;
    margin: 0 0.3125rem;
  }
  
  .google-rating {
  }
  
  .google-rating-info {
  }
}

@media (max-width: 480px) {
  .opinion-femilite .container {
    padding: 0 0.9375rem;
  }
  
  .opinion_slide_wrap {
    padding: 0.9375rem;
  }
}

.opinions_slider_arrows {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3em;
  gap: 1em;
}

.opinions_slider_arrows button.opinions_custom_arrow_left {transform: rotate(180deg);}

.opinion-femilite__top {
  display: grid;
  grid-template-columns: 33em 1fr;
  gap: 6em;
  max-width: 81.5em;
  margin: 5em auto 4em;
  align-items: center;
	text-decoration: none;
}

.opinion-femilite__top .google-rating {
  border: 1px solid #DFE2DF;
  border-radius: 0.5em;
  padding: 1.5em 1em;
}

.opinion-femilite__top h3 {
  font-size: 1.5em;
  line-height: 1.7;
}

@media(max-width: 768px){
  .opinion-femilite__top {
  grid-template-columns: 1fr;
  max-width: 500px;
  text-align: center;
  gap: 30px;
}
	
	.opinion-content {
    font-size: 1em;
}

.opinion-name {
    font-size: 1.3em;
}

.opinion-time {
    font-size: 0.9em;
}

.opinion-stars {
    font-size: 1em;
}

.google-icon {
    width: 1.2em;
    height: auto;
}
	.google-logo svg {
    width: 1.6em;
}

.google-stars {
    font-size: 1.3em;
}

.google-rating-text {
        font-size: 1.3em;

}
	
}

.home_process_right_column {
    min-height: auto !important;
}

.mobile-links-header {
  margin-right: 1em;
}

@media(min-width: 992px){
  
.mobile-links-header {
  display: none;
}
}
.account-menu-access-popup,
.popupwait.mobile-access-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #f3f9f4;
  z-index: 99999999;
}

.mobile-tabs-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.mobile-tab-item {
  flex: 1;
  text-align: center;
  padding: 4px;
}

.mobile-tab-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #666;
  transition: color 0.3s ease;
}

.mobile-tab-item.active a {
  color: #06dd90;
}

.mobile-tab-item.mobile-tab-disabled a {
  opacity: 0.5;
}

.mobile-tab-item.mobile-tab-disabled .mobile-tab-icon img {
  filter: grayscale(1) opacity(0.5);
}

.mobile-tab-icon {
  width: 32px;
  height: 32px;
  margin: 0 auto 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-tab-icon img {
  width: 24px;
  height: 24px;
  filter: grayscale(1);
  transition: filter 0.3s ease;
}

.mobile-tab-item.active .mobile-tab-icon img {
  filter: none;
}

.mobile-tab-label {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

/* Ukryj na desktop */
@media (min-width: 768px) {
  .mobile-tabs-bottom {
      display: none;
  }
}

/* Dodaj padding na dole body żeby nie zakrywać treści */
@media (max-width: 767px) {
  body {
      padding-bottom: 70px;
  }
}


.mobile-tab-item:nth-child(3) .mobile-tab-icon {
  background: #014550;
  border-radius: 200px;
  margin-top: -18px;
  width: 50px;
  height: 50px;
  position: relative;
  top: -6px;
  text-transform: uppercase;
}

.mobile-tab-item:nth-child(3) .mobile-tab-icon img {
  filter: brightness(0) invert(1);
}

/* Mobilne zakładki na dole */
/* Blokowanie interakcji z sekcjami placeholder dla kontynuacji */
.showpopup-kontynuacja .db_materials_dd_toggle {
    pointer-events: none;
    cursor: default;
}

.showpopup-kontynuacja {
    cursor: pointer;
}

.mobile-tabs-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.mobile-tab-item {
    flex: 1;
    text-align: center;
    padding: 4px;
}

.mobile-tab-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    transition: color 0.3s ease;
}

.mobile-tab-item.active a {
    color: #06dd90;
}

.mobile-tab-item.mobile-tab-disabled a {
    opacity: 0.5;
}

.mobile-tab-item.mobile-tab-disabled .mobile-tab-icon img {
    filter: grayscale(1) opacity(0.5);
}

.mobile-tab-icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-tab-icon img {
    width: 24px;
    height: 24px;
    filter: grayscale(1);
    transition: filter 0.3s ease;
}

.mobile-tab-item.active .mobile-tab-icon img {
    filter: none;
}

.mobile-tab-label {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}

/* Ukryj na desktop */
@media (min-width: 768px) {
    .mobile-tabs-bottom {
        display: none;
    }
}

/* Dodaj padding na dole body żeby nie zakrywać treści */
@media (max-width: 767px) {
    body {
        padding-bottom: 70px;
    }
}

