/**
 * Szablon wizytówki lekarza - Stylesheet
 */
/* Ukrywa cały blok cechy opinii, jeśli nie ma żadnych głosów */
.cecha-opinii:has(.cecha-ukryta), 
.cecha-opinii[style*="display: none"] {
    display: none !important;
}
/* Ukrywamy surowy HTML zanim zadziała JS */
.ms-site-review-rows {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

/* Klasa dodawana przez JS po sformatowaniu gwiazdek */
.ms-site-review-rows.is-loaded {
    opacity: 1;
    visibility: visible;
}


	/* Docelowy wygląd podsumowania cech Site Reviews */
	.glsr-field-summary.cecha-gotowa {
		display: block !important;
		width: 100%;
		margin: 0 0 14px 0;
		padding: 0;
	}
	 
	/* Jeden wiersz: nazwa | gwiazdki | wynik */
	.glsr-field-summary.cecha-gotowa .cecha-row {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: flex-start !important;
		flex-wrap: nowrap !important;
		gap: 12px;
		width: 100%;
		text-align: left !important;
	}
	 
	/* Stała szerokość nazwy = wszystkie gwiazdki zaczynają się równo */
	.cecha-nazwa {
		flex: 0 0 220px;
		width: 220px;
		font-weight: 600;
		line-height: 1.3;
		text-align: left;
	}
	 
	/* Kontener gwiazdek */
	.cecha-gwiazdki {
		position: relative;
		display: inline-block;
		flex: 0 0 auto;
		font-size: 21px;
		line-height: 1;
		letter-spacing: 1px;
		white-space: nowrap;
	}
	 
	/* Puste gwiazdki */
	.cecha-gwiazdki-tlo {
		color: #dddddd;
	}
	 
	/* Wypełnienie gwiazdek zgodnie ze średnią */
	.cecha-gwiazdki-wynik {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		white-space: nowrap;
		color: #ffb000;
	}
	 
	/* Wynik liczbowy */
	.cecha-wartosc {
		flex: 0 0 auto;
		min-width: 34px;
		font-size: 16px;
		font-weight: 700;
		line-height: 1;
		text-align: left;
	}
	 
	/* Mobile */
	@media (max-width: 600px) {
		.cecha-nazwa {
			flex-basis: 160px;
			width: 160px;
			font-size: 14px;
		}
	 
		.cecha-gwiazdki {
			font-size: 18px;
		}
	 
		.glsr-field-summary.cecha-gotowa .cecha-row {
			gap: 8px;
		}
	 
		.cecha-wartosc {
			font-size: 15px;
		}
	}

/* Site Reviews – przycisk otwierający pełną opinię */
.glsr-read-more {
    display: inline-flex;
    align-items: center;
    margin: 10px;
    padding: 5px 5px;
    border: 1px solid #0ea5e9 !important;
    border-radius: 20px;
    background: transparent;
    /* color: #0ea5e9 !important; */
    font-size: 0.5rem !important;
    font-weight: 100;
    text-decoration: none;
    cursor: pointer;
    transition: 0.1s ease;
}

.glsr-read-more a {
    font-size: 14px !important;
    font-weight: 100;
    margin-right: 5px;
}
 
.glsr-read-more:hover {
    background: #0284c7;
    color: #ffffff;
    text-decoration: none;
}

.glsr-default .glsr-read-more:before {
    font-size: 14px;
    margin-right: 5px;
    padding-left: 5px;
}

.glsr-reviews-swiper .pagination {
    display: none;
}
#specialist-new-app-root button.glsr-button.wp-block-button__link.wp-element-button {
    background: #003544 !important;
}

/* IZOLACJA I ODSTĘP OD GÓRY */
#specialist-new-app-root {
    display: block !important;
    background-color: #f8fafb !important;
    font-family: 'Inter', sans-serif !important;
    padding-top: 40px !important;
    padding-bottom: 100px !important;
    width: 100% !important;
    min-height: 100vh !important;
    box-sizing: border-box !important;
    color: #1a1c1e !important;
}

@media (min-width: 1024px) {
    #specialist-new-app-root {
        padding-top: 140px !important;
    }
    #specialist-new-app-root .text-body-md {
        font-weight: 600 !important;
    }
}

#specialist-new-app-root *, 
#specialist-new-app-root ::before, 
#specialist-new-app-root ::after {
    box-sizing: border-box !important;
}

#specialist-new-app-root img {
    display: block;
    max-width: 100%;
    height: auto;
}
#specialist-new-app-root ul { list-style: none; }
#specialist-new-app-root a { text-decoration: none; color: inherit; }
#specialist-new-app-root button { 
    background: transparent; 
    cursor: pointer; 
    font-family: inherit;
    border: none !important;
}

/* TYPOGRAFIA */
#specialist-new-app-root .text-primary {
    color: #003544 !important;
}
#specialist-new-app-root .text-secondary {
    color: #006688 !important;
}
#specialist-new-app-root .text-on-surface-variant {
    color: #43474e !important;
}

#specialist-new-app-root .text-headline-lg { 
    font-size: 32px !important; 
    line-height: 40px !important; 
    font-weight: 700 !important; 
    font-style: normal !important;
    white-space: normal !important; 
    word-break: break-word !important; 
    overflow-wrap: break-word !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    width: auto !important;
}

#specialist-new-app-root h1 {
    max-width: none !important;
    min-width: 0 !important;
    width: auto !important;
}

#specialist-new-app-root .text-headline-md {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
    font-style: normal !important;
    margin: 0 0 16px 0 !important;
}

#specialist-new-app-root .text-title-lg { 
    font-size: 18px !important; 
    line-height: 26px !important; 
    font-weight: 600 !important; 
    font-style: normal !important;
    margin: 0 !important;
}
#specialist-new-app-root .text-body-md { 
    font-size: 16px !important; 
    line-height: 1.75 !important; 
}
#specialist-new-app-root .text-label-md { 
    font-size: 16px !important; 
    line-height: 22px !important; 
    font-weight: 600 !important; 
    font-style: normal !important;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    vertical-align: middle;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.accordion-active .accordion-content {
    max-height: 1000px;
}
.accordion-active .chevron {
    transform: rotate(180deg) !important;
}

/* ODSTĘPY MIĘDZY KARTAMI */
#ms-profile-container section,
#ms-profile-container .ms-accordion-list {
    margin-bottom: 32px !important;
}
#ms-profile-container .ms-accordion-box {
    margin-bottom: 12px !important;
}
#ms-profile-container .ms-accordion-box:last-child {
    margin-bottom: 0 !important;
}

/* BLOKADY KONTENERA */
#specialist-new-app-root #ms-profile-container {
    max-width: 900px !important;
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    clear: both !important;
    float: none !important;
    padding: 0 24px !important;
    position: relative !important;
}

#specialist-new-app-root .ms-body div,
#specialist-new-app-root .ms-body p {
    max-width: 100% !important;
    width: 100% !important;
}

/* OGRANICZENIE NAGŁÓWKÓW W OPISIE */
#specialist-new-app-root .ms-body h1,
#specialist-new-app-root .ms-body h2,
#specialist-new-app-root .ms-body h3,
#specialist-new-app-root .ms-body h4 {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.ms-body h1,
.ms-body h2,
.ms-body h3,
.ms-body h4 {
    color: #003544;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 12px;
}

.ms-body h1 { font-size: 26px; line-height: 34px; }
.ms-body h2 { font-size: 22px; line-height: 30px; }
.ms-body h3 { font-size: 18px; line-height: 26px; }
.ms-body h4 { font-size: 16px; line-height: 24px; }

/* LINKI W OPISIE */
.ms-body a {
    color: #4fc3f7 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    transition: color 0.2s ease !important;
}
.ms-body a:hover {
    color: #0ea5e9 !important;
}

/* OCHRONA IFRAME */
#specialist-new-app-root #ms-registration-section iframe {
    width: 100% !important;
    height: calc(100% - 48px) !important;
    margin: 0 !important;
    display: block !important;
    border: none !important;
}

/* BAZOWY STYL KARTY */
#ms-profile-container section,
#ms-profile-container .ms-accordion-box,
#ms-profile-container .ms-iframe-card,
#ms-profile-container .ms-location-card {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #c0c8cc !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    padding: 24px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#ms-profile-container > div {
    display: block;
}

/* 1. NAGŁÓWEK SPECJALISTY */
#ms-profile-container .ms-header-section {
    width: auto;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
}

#ms-profile-container .ms-header-profile-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
    width: 100% !important;
}

#ms-profile-container .ms-avatar-wrapper {
    flex-shrink: 0;
}

#ms-profile-container .ms-avatar {
    width: 192px;
    height: 192px;
    border-radius: 9999px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    border: 1px solid #c0c8cc;
}

#ms-profile-container .ms-header-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    min-width: 0;
    width: 100%;
    gap: 12px !important;
}

#ms-profile-container .ms-specialization-desktop {
    margin: 0 !important;
    display: none;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
    max-width: 100%;
}

#ms-profile-container .ms-specialization-mobile-pill {
    display: block;
    margin: 0 !important;
}

#ms-profile-container .ms-pill-tag {
    background-color: rgba(206, 229, 255, 0.6);
    color: #003544;
    padding: 6px 20px;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #cee5ff;
}

#ms-profile-container .ms-ratings-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 !important;
    width: 100%;
}

#ms-profile-container .ms-stars-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

#ms-profile-container .ms-stars-container span {
    color: #FFB300;
}

#ms-profile-container .ms-ratings-count {
    margin-left: 8px;
    color: #43474e;
}

#ms-profile-container .ms-languages-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 !important;
    color: #43474e;
    width: 100%;
}

#ms-profile-container .ms-languages-wrapper span {
    font-size: 16px;
    margin-right: 4px;
}

@media (min-width: 768px) {
    #ms-profile-container .ms-header-profile-row {
        flex-direction: row !important;
        align-items: flex-start !important;
    }
    #ms-profile-container .ms-avatar {
        border-radius: 12px;
    }
    #ms-profile-container .ms-header-content {
        align-items: flex-start;
        text-align: left;
        margin-top: 0;
    }
    #ms-profile-container .ms-specialization-desktop {
        display: block;
    }
    #ms-profile-container .ms-specialization-mobile-pill {
        display: none;
    }
    #ms-profile-container .ms-ratings-wrapper,
    #ms-profile-container .ms-languages-wrapper {
        justify-content: flex-start;
        width: auto;
    }
}

/* 2. O SPECJALIŚCIE */
#ms-profile-container .ms-body {
    line-height: 1.75;
    color: #43474e;
}

/* 3. LECZONE OBJAWY */
#ms-profile-container .ms-pills-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#ms-profile-container .ms-symptom-pill {
    background-color: rgba(206, 229, 255, 0.4);
    color: #001d33;
    padding: 4px 16px;
    border-radius: 9999px;
    border: 1px solid #cee5ff;
}

/* REJESTRACJA */
#ms-registration-section {
    width: 100%;
    display: block;
}

#ms-registration-section .ms-iframe-card {
    margin-bottom: 24px;
    width: 100%;
    display: block;
    height: 800px;
    position: relative;
    padding: 24px;
    overflow: hidden;
}

#ms-registration-section .ms-iframe-loader {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100% - 72px);
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

#ms-registration-section .ms-spinner {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid #f2f4f5;
    border-top: 4px solid #003544;
    animation: ms-spin 1s linear infinite;
}

#ms-registration-section .ms-location-card {
    margin-bottom: 32px;
    width: 100%;
    display: block;
    padding: 24px;
}

#ms-registration-section .ms-location-wrapper {
    display: flex;
    align-items: center;
}

#ms-registration-section .ms-pin-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #003544;
    border-radius: 8px;
    margin-right: 16px;
    flex-shrink: 0;
}

#ms-registration-section .ms-pin-icon {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

#ms-registration-section .ms-location-details {
    display: block;
}

#ms-registration-section .ms-location-title {
    font-size: 16px;
    font-weight: 700;
    color: #003544;
    margin-bottom: 2px;
}

#ms-registration-section .ms-location-address {
    font-size: 14px;
    color: #43474e;
}

/* 4. WYKONYWANE ZABIEGI */
#ms-profile-container .ms-treatment-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#ms-profile-container .ms-treatment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
    width: 100%;
}

#ms-profile-container .ms-treatment-row:hover {
    background-color: #f2f4f5;
}

#ms-profile-container .ms-price-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

#ms-profile-container .ms-price-value {
    color: #003544;
    font-weight: 700;
}

#ms-profile-container .ms-treatment-row button {
    background-color: #003544;
    color: #ffffff;
    padding: 4px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    transition: opacity 0.2s ease;
}

@media (max-width: 1023px) {
    #ms-profile-container .ms-treatment-row button {
        opacity: 1 !important;
    }
}
@media (min-width: 1024px) {
    #ms-profile-container .ms-treatment-row button {
        opacity: 0;
    }
    #ms-profile-container .ms-treatment-row:hover button {
        opacity: 1;
    }
}

/* 5. CERTYFIKATY & AKORDEONY */
#ms-profile-container .ms-accordion-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#ms-profile-container .ms-accordion-box {
    width: 100%;
    display: block;
    padding: 0;
    overflow: hidden;
}

#ms-profile-container .ms-accordion-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px !important;
    text-align: left;
    transition: background-color 0.2s ease;
}

#ms-profile-container .ms-accordion-toggle:hover {
    background-color: transparent;
}

#ms-profile-container .ms-accordion-inner-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 24px 24px 24px;
    margin-top: 15px !important;
}

#ms-profile-container .ms-cert-row {
    display: flex;
    align-items: flex-start;
}

#ms-profile-container .ms-cert-verified-icon {
    font-variation-settings: 'FILL' 0;
    color: #006688 !important;
    margin-right: 12px;
    flex-shrink: 0;
}

#ms-profile-container .ms-cert-content-wrapper {
    display: block;
}

#ms-profile-container .ms-cert-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1c1e;
    margin: 0 !important;
}

#ms-profile-container .ms-cert-details {
    font-size: 14px;
    color: #43474e;
    margin: 4px 0 0 0 !important;
}

/* UKŁAD STRONY Z SIDEBAREM */
#ms-profile-container .ms-layout-grid {
    display: block;
    width: 100%;
}

#ms-profile-container .ms-left-column {
    width: 100%;
    display: block;
}

#ms-profile-container .ms-right-column {
    width: 100%;
    display: none;
}

@media (min-width: 1200px) {
    #ms-profile-container .ms-right-column {
        display: block !important;
        position: absolute !important;
        left: 100% !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 360px !important;
        margin-left: 32px !important;
    }

    #ms-profile-container .ms-sticky-wrapper {
        position: sticky !important;
        top: 140px !important;
        display: block !important;
        width: 100% !important;
    }
}

/* ANIMACJA OBRACANIA */
@keyframes ms-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ==========================================
   MENU SKRÓTÓW (DOWOLNE URZĄDZENIE)
   ========================================== */
.ms-shortcuts-wrapper {
    width: calc(100% + 48px) !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
    margin-bottom: -24px !important; /* Dotyka dolnej krawędzi nagłówka */
    margin-top: 24px !important;
    background-color: #ffffff !important;
    border-top: 1px solid #eef1f2 !important;
    padding: 0 24px !important;
    border-radius: 0 0 12px 12px !important; /* Dół dopasowany do zaokrąglenia karty */
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
}

/* Stan przyklejony paska skrótów */
.ms-shortcuts-wrapper.is-sticky {
    position: fixed !important;
    top: 10px !important;
    z-index: 4 !important; /* Poniżej z-index menu głównego .clinic-menu (5) i nagłówka .header (999), powyżej kart (0) */
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #c0c8cc !important;
    margin: 0 !important; /* Reset marginesów normalnego stanu */
}

@media (min-width: 769px) {
    .ms-shortcuts-wrapper.is-sticky {
        top: 100px !important; /* Poniżej przyklejonego nagłówka strony */
    }
}

/* Suwak skrótów i strzałki nawigacyjne */
.ms-shortcuts-scroll-wrapper {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.ms-shortcuts-container {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    padding: 0 40px !important; /* Bezpieczny margines przed przyciskami */
}

@media (max-width: 768px) {
    .ms-shortcuts-container {
        padding: 0 24px !important; /* Bezpieczny padding boczny na mobile */
        gap: 20px !important; /* Większe, czytelniejsze odstępy na mobile */
    }
}

/* Ukrywanie paska przewijania */
.ms-shortcuts-container::-webkit-scrollbar {
    display: none !important;
}
.ms-shortcuts-container {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.ms-shortcuts-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    border: 1px solid #c0c8cc !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    cursor: pointer !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
}

@media (max-width: 768px) {
    .ms-shortcuts-arrow {
        display: none !important; /* Ukrywamy strzałki na urządzeniach mobilnych */
    }
}

.ms-shortcuts-arrow.is-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.ms-arrow-left {
    left: 4px !important;
}

.ms-arrow-right {
    right: 4px !important;
}

.ms-shortcuts-arrow span {
    font-size: 20px !important;
    color: #003544 !important;
}

.ms-shortcut-tab {
    display: inline-block !important;
    color: #43474e !important;
    font-size: 16px !important; /* Większy, bardziej czytelny font */
    font-weight: 600 !important;
    padding: 16px 0 !important;
    text-decoration: none !important;
    position: relative !important;
    cursor: pointer !important;
    transition: color 0.2s ease, border-color 0.2s ease !important;
    border-bottom: 3px solid transparent !important;
    margin-bottom: -1px !important;
}

.ms-shortcut-tab:last-child {
    margin-right: 24px !important; /* Gwarancja wolnego miejsca po przewinięciu do końca */
}

.ms-shortcut-tab:hover {
    color: #003544 !important;
}

.ms-shortcut-tab.active {
    color: #003544 !important;
    border-bottom-color: #003544 !important; /* Gruba kreska w kolorze brandowym */
}

/* Ukrywamy zakładkę rejestracji na desktopie (jest w prawym sidebarze) */
.ms-shortcut-tab[data-target="ms-registration-section"] {
    display: none !important;
}

/* Pokazujemy zakładkę rejestracji na urządzeniach mobilnych (poniżej 1200px szerokości ekranu) */
@media (max-width: 1199px) {
    .ms-shortcut-tab[data-target="ms-registration-section"] {
        display: inline-block !important;
    }
}
/* PRZYCISK DODAJ OPINIE */
.ms-add-review-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    margin: 24px 0 !important;
}

.ms-add-review-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80% !important;
    background-color: #0ea5e9 !important; /* Żywy błękitny kolor */
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 20px 24px !important;
    border-radius: 12px !important;
    text-align: center !important;
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.2) !important;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.ms-add-review-btn:hover {
    background-color: #0284c7 !important; /* Ciemniejszy błękit na hover */
    box-shadow: 0 6px 16px rgba(14, 165, 233, 0.35) !important;
    transform: translateY(-1px) !important;
}

.ms-add-review-btn:active {
    transform: translateY(1px) !important;
    box-shadow: 0 2px 8px rgba(14, 165, 233, 0.15) !important;
}


/* PRZYCISK UMÓW WIZYTĘ */
.ms-appointment-btn-wrapper {
    width: 100% !important;
    margin: 24px 0 !important;
}

.ms-appointment-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    background-color: #0ea5e9 !important; /* Żywy błękitny kolor */
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 20px 24px !important;
    border-radius: 12px !important;
    text-align: center !important;
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.2) !important;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.ms-appointment-btn:hover {
    background-color: #0284c7 !important; /* Ciemniejszy błękit na hover */
    box-shadow: 0 6px 16px rgba(14, 165, 233, 0.35) !important;
    transform: translateY(-1px) !important;
}

.ms-appointment-btn:active {
    transform: translateY(1px) !important;
    box-shadow: 0 2px 8px rgba(14, 165, 233, 0.15) !important;
}

