/* Дизайн выпадающего меню */
.text-white {
    color: #fff !important;
}

.text-primary-foreground {
    color: hsl(var(--primary-foreground, 0 0% 100%)) !important;
}

.text-primary-foreground\/90 {
    color: hsl(var(--primary-foreground, 0 0% 100%) / 0.9) !important;
}

.text-secondary-foreground {
    color: hsl(var(--secondary-foreground, 220 15% 10%)) !important;
}

.text-accent-foreground {
    color: hsl(var(--accent-foreground, 0 0% 100%)) !important;
}

a[class~="bg-primary"],
button[class~="bg-primary"],
input[type="button"][class~="bg-primary"],
input[type="submit"][class~="bg-primary"],
[role="button"][class~="bg-primary"] {
    color: hsl(var(--primary-foreground, 0 0% 100%)) !important;
}

a[class~="bg-accent"],
button[class~="bg-accent"],
input[type="button"][class~="bg-accent"],
input[type="submit"][class~="bg-accent"],
[role="button"][class~="bg-accent"],
a[class~="bg-destructive"],
button[class~="bg-destructive"],
input[type="button"][class~="bg-destructive"],
input[type="submit"][class~="bg-destructive"],
[role="button"][class~="bg-destructive"] {
    color: hsl(var(--accent-foreground, 0 0% 100%)) !important;
}

header a[href="/cart"] span[class~="bg-primary"],
header a[href="/cart"] span[class~="text-white"] {
    color: #fff !important;
}

.micros-mobile-menu {
    position: relative;
}

.micros-mobile-menu summary {
    list-style: none;
}

.micros-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.micros-mobile-menu__toggle {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border-radius: 8px;
    color: hsl(var(--foreground, 222 47% 11%));
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.micros-mobile-menu__toggle:hover,
.micros-mobile-menu[open] .micros-mobile-menu__toggle {
    background: hsl(var(--secondary, 210 10% 96%));
}

.micros-mobile-menu__toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.micros-mobile-menu__panel {
    position: fixed;
    left: 1rem;
    right: 1rem;
    top: 7.35rem;
    z-index: 9999;
    max-height: calc(100vh - 8.5rem);
    overflow-y: auto;
    padding: 0.75rem;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 14px;
    background: hsl(var(--background, 0 0% 100%));
    box-shadow: 0 18px 46px rgb(15 23 42 / 0.18);
}

.micros-mobile-menu__group {
    padding: 0.2rem 0;
    border-bottom: 1px solid hsl(var(--border, 214 32% 91%) / 0.75);
}

.micros-mobile-menu__group:last-child {
    border-bottom: 0;
}

.micros-mobile-menu__link,
.micros-mobile-menu__children a {
    display: block;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.micros-mobile-menu__link {
    padding: 0.78rem 0.85rem;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 0.95rem;
    font-weight: 750;
}

.micros-mobile-menu__children {
    display: grid;
    gap: 0.1rem;
    padding: 0 0 0.45rem 0.85rem;
}

.micros-mobile-menu__children a {
    padding: 0.55rem 0.75rem;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 0.88rem;
    line-height: 1.35;
}

.micros-mobile-menu__link:hover,
.micros-mobile-menu__children a:hover,
.micros-mobile-menu__link:focus,
.micros-mobile-menu__children a:focus {
    background: hsl(var(--highlight, 210 100% 97%));
    color: hsl(var(--primary, 208 100% 45%));
}

/* Home page refinements */
#page-index.micros-home {
    --home-container: 1400px;
    --home-copy-wide: 760px;
    --home-copy-section: 860px;
}

#page-index.micros-home .container {
    max-width: var(--home-container) !important;
}

#page-index .section-padding {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
}

#page-index .section-padding-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#page-index .heading-2 {
    font-size: clamp(1.7rem, 2.3vw, 2.25rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
}

#page-index .heading-3 {
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
    line-height: 1.18;
    letter-spacing: -0.02em;
}

#page-index .body-lg,
#page-index p.text-lg {
    color: hsl(var(--muted-foreground));
}

#page-index .micros-home-hero .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#page-index .micros-home-hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
    gap: clamp(2.5rem, 4.5vw, 4.75rem);
}

#page-index .micros-home-hero__copy {
    max-width: var(--home-copy-wide);
}

#page-index .micros-home-hero__copy h1 {
    max-width: var(--home-copy-wide);
    font-size: clamp(2.45rem, 3.4vw, 3.55rem) !important;
    line-height: 1.02 !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em;
    margin-bottom: 1.15rem;
}

#page-index .micros-home-hero__copy p {
    max-width: 700px;
    margin-bottom: 1.6rem;
    font-size: clamp(1rem, 1.25vw, 1.125rem);
    line-height: 1.62;
}

#page-index .micros-home-hero__media img {
    max-width: 600px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

#page-index .micros-hero-cta {
    font-weight: 600;
}

#page-index .micros-home-categories {
    background: hsl(var(--background));
}

#page-index .micros-home-categories .container {
    max-width: var(--home-container);
}

#page-index .micros-home-categories h2 {
    margin-bottom: 0.25rem;
    font-size: 0.92rem;
}

#page-index .micros-home-category-grid {
    gap: 14px;
}

#page-index .micros-home-category-card {
    min-height: 96px;
    gap: 8px;
    padding: 1rem 0.75rem;
    border-radius: 8px;
}

#page-index .micros-home-category-card span:first-child {
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

#page-index .micros-home-category-card svg {
    width: 18px;
    height: 18px;
}

#page-index .micros-home-category-card span:nth-child(2) {
    font-size: 0.78rem;
}

#page-index .micros-home-payments .container > .grid {
    align-items: center;
    gap: clamp(2rem, 6vw, 5.5rem);
}

#page-index .micros-home-payments h2 {
    max-width: var(--home-copy-section);
}

#page-index .micros-home-payments-heading,
#page-index .micros-home-payments-intro {
    max-width: var(--home-copy-section);
}

#page-index .micros-home-payments-heading :where(p, h1, h2, h3, h4),
#page-index .micros-home-payments-intro :where(p, h1, h2, h3, h4) {
    margin: 0;
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

#page-index .micros-home-payments-heading strong,
#page-index .micros-home-payments-intro strong {
    font-weight: 800;
    color: hsl(var(--foreground));
}

#page-index .micros-home-payments-heading a,
#page-index .micros-home-payments-intro a {
    color: hsl(var(--primary));
    font-weight: 700;
}

#page-index .micros-home-payments .grid .grid {
    gap: 14px;
}

#page-index .micros-home-payments .grid .grid > div,
#page-index .micros-home-technology .grid > div,
#page-index .micros-home-benefits .grid > div {
    border-radius: 8px;
}

#page-index .micros-home-offers .container {
    max-width: var(--home-container);
}

#page-index .micros-home-offers .container > .text-center {
    max-width: var(--home-copy-section) !important;
    margin-bottom: 3.2rem;
}

#page-index .micros-home-offer-list {
    display: flex;
    flex-direction: column;
    gap: 3.25rem;
}

#page-index .micros-home-offer-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2.5rem, 5vw, 5.75rem);
}

#page-index .micros-home-offer-row--reverse .micros-home-offer-row__media {
    order: 2;
}

#page-index .micros-home-offer-row--reverse .micros-home-offer-row__content {
    order: 1;
}

#page-index .micros-home-offer-row__media img {
    aspect-ratio: 1 / 1;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: none;
}

#page-index .micros-home-offer-row__content {
    max-width: 640px;
}

#page-index .micros-home-offer-row__content p.text-sm {
    font-size: 0.95rem;
    line-height: 1.7;
}

#page-index .micros-home-offer-bullets {
    display: grid;
    gap: 0.55rem;
    margin: 0 0 1.35rem;
    padding: 0;
    list-style: none;
}

#page-index .micros-home-offer-bullets li {
    position: relative;
    padding-left: 1.15rem;
    color: hsl(var(--muted-foreground));
    font-size: 0.92rem;
    line-height: 1.45;
}

#page-index .micros-home-offer-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58em;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: hsl(var(--primary));
}

#page-index .micros-home-offer-row__content a {
    min-width: 178px;
    min-height: 48px;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
    border-radius: 8px;
    font-size: 0.9rem;
}

#page-index .micros-home-steps .container-narrow {
    max-width: 1240px;
}

#page-index .micros-home-steps .space-y-8 > * + * {
    margin-top: 1.75rem;
}

#page-index .micros-home-steps .grid {
    gap: clamp(2rem, 6vw, 5.75rem);
}

#page-index .micros-home-steps .grid > div {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

#page-index .micros-home-steps .grid .rounded-full {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    margin-bottom: 1rem;
}

#page-index .micros-home-benefits .container {
    max-width: var(--home-container);
}

#page-index .micros-home-benefits .container > .text-center {
    max-width: var(--home-copy-section) !important;
    margin-left: auto;
    margin-right: auto;
}

#page-index .micros-home-benefits .grid {
    gap: 16px;
}

#page-index .micros-home-benefits .grid > div {
    min-height: 132px;
    padding: 1.25rem;
}

#page-index .micros-home-benefits-cta {
    min-width: 220px;
    min-height: 54px;
    border-radius: 8px;
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
    font-size: 0.95rem;
}

#page-index .micros-home-benefits-cta-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

#page-index .micros-home-equipment .container {
    max-width: var(--home-container);
}

#page-index .micros-home-equipment .container > .flex {
    margin-bottom: 0.25rem;
}

#page-index .micros-home-product-grid {
    gap: 18px;
}

#page-index .micros-home-product-card {
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

#page-index .micros-home-product-card .aspect-\[4\/3\] {
    aspect-ratio: 1 / 0.82;
}

#page-index .micros-home-product-card img {
    padding: 0.9rem !important;
}

#page-index .micros-home-product-card h3 {
    min-height: 2.4em;
    font-size: 0.84rem;
}

#page-index .micros-home-product-rating {
    min-height: 18px;
    max-height: 18px;
    margin-top: -0.25rem;
    margin-bottom: 0.55rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#page-index .micros-home-product-rating .kk-star-ratings,
#page-index .micros-home-product-rating .kksr-stars,
#page-index .micros-home-product-rating .kksr-muted,
#page-index .micros-home-product-rating .kksr-legend {
    font-size: 0.68rem !important;
    line-height: 1 !important;
}

#page-index .micros-home-product-rating .kk-star-ratings,
#page-index .micros-home-product-rating .kksr-rating {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

#page-index .micros-home-product-rating .kksr-stars {
    --kksr-stars: 13px !important;
    --kksr-gap: 1px !important;
    transform: scale(0.74);
    transform-origin: left center;
}

#page-index .micros-home-product-rating .kksr-star,
#page-index .micros-home-product-rating .kksr-star div,
#page-index .micros-home-product-rating .kk-star-ratings .star {
    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    min-height: 13px !important;
}

#page-index .micros-home-product-rating .kksr-legend {
    margin-left: 0 !important;
    color: hsl(var(--muted-foreground)) !important;
    white-space: nowrap;
}

.micros-product-card-rating,
.micros-category-product-card__rating {
    min-height: 18px;
    max-height: 18px;
    margin-top: -0.2rem;
    margin-bottom: 0.55rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.micros-product-card-rating .kk-star-ratings,
.micros-product-card-rating .kksr-stars,
.micros-product-card-rating .kksr-muted,
.micros-product-card-rating .kksr-legend,
.micros-category-product-card__rating .kk-star-ratings,
.micros-category-product-card__rating .kksr-stars,
.micros-category-product-card__rating .kksr-muted,
.micros-category-product-card__rating .kksr-legend {
    font-size: 0.68rem !important;
    line-height: 1 !important;
}

.micros-product-card-rating .kk-star-ratings,
.micros-product-card-rating .kksr-rating,
.micros-category-product-card__rating .kk-star-ratings,
.micros-category-product-card__rating .kksr-rating {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.micros-product-card-rating .kksr-stars,
.micros-category-product-card__rating .kksr-stars {
    --kksr-stars: 13px !important;
    --kksr-gap: 1px !important;
    transform: scale(0.74);
    transform-origin: left center;
}

.micros-product-card-rating .kksr-star,
.micros-product-card-rating .kksr-star div,
.micros-product-card-rating .kk-star-ratings .star,
.micros-category-product-card__rating .kksr-star,
.micros-category-product-card__rating .kksr-star div,
.micros-category-product-card__rating .kk-star-ratings .star {
    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    min-height: 13px !important;
}

.micros-product-card-rating .kksr-legend,
.micros-category-product-card__rating .kksr-legend {
    margin-left: 0 !important;
    color: hsl(var(--muted-foreground)) !important;
    white-space: nowrap;
}

#page-index .micros-home-product-card a.bg-primary {
    min-height: 30px;
    border-radius: 5px;
    padding: 0 0.7rem !important;
}

#page-index .micros-home-technology .container {
    max-width: var(--home-container);
}

#page-index .micros-home-technology .max-w-\[720px\],
#page-index .micros-home-technology .max-w-\[760px\] {
    max-width: var(--home-copy-section);
}

#page-index .micros-home-technology-cta {
    min-width: 128px;
    min-height: 44px;
    margin-top: 1.4rem;
    border-radius: 8px;
}

#page-index .micros-home-security-copy {
    color: hsl(var(--muted-foreground));
    line-height: 1.65;
}

#page-index .micros-home-security-copy h3 {
    margin-bottom: 1rem;
    color: hsl(var(--foreground));
    font-size: 1.45rem;
    line-height: 1.25;
    font-weight: 700;
}

#page-index .micros-home-security-copy p {
    margin: 0;
    font-size: 1rem;
}

#page-index .micros-home-technology .grid {
    gap: 16px;
}

#page-index .micros-home-technology .grid > div {
    padding: 1.25rem;
}

#page-index .micros-home-security-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 0.1rem;
    border-radius: 10px;
    color: hsl(var(--primary));
    background: hsl(var(--primary) / 0.1);
}

#page-index .micros-home-security-card-icon svg {
    width: 20px;
    height: 20px;
}

#page-index .micros-home-partners .container {
    max-width: var(--home-container);
}

#page-index .micros-home-partners {
    background: hsl(var(--background));
}

#page-index .micros-home-partners .container {
    overflow: hidden;
}

#page-index .micros-home-customers {
    padding-top: 1.5rem;
}

#page-index .micros-home-logo-carousel {
    --surface: var(--background);
}

#page-index .micros-home-logo-carousel .micros-logo-carousel__track {
    gap: 64px;
}

#page-index .micros-home-logo-carousel .micros-logo-carousel__item {
    width: 156px;
    height: 70px;
    border-radius: 8px;
    font-size: 0.78rem;
    color: hsl(var(--muted-foreground));
}

#page-index .micros-home-logo-carousel .micros-logo-carousel__item img {
    filter: grayscale(1);
    opacity: 0.68;
    transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

#page-index .micros-home-logo-carousel .micros-logo-carousel__item:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.03);
}

#page-index .micros-home-partner-grid {
    gap: 14px;
}

#page-index .micros-home-partner-grid > div {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: hsl(var(--background));
}

#page-index .micros-home-faq .container-narrow {
    max-width: 880px;
}

#page-index .micros-home-faq details {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#page-index .micros-home-faq summary {
    font-size: 0.92rem;
    font-weight: 650;
}

#page-index .micros-home-related .container {
    max-width: var(--home-container);
}

#page-index .micros-home-related-grid {
    gap: 22px;
}

#page-index .micros-home-related-grid article,
#page-index .micros-home-related-grid a {
    border-radius: 9px;
}

#page-index .micros-home-related-grid .aspect-video {
    aspect-ratio: 16 / 10;
}

#page-index .micros-home-final-form {
    background: hsl(var(--background));
}

#page-index .micros-home-final-form .container {
    max-width: 620px;
}

#page-index .micros-home-final-form form,
#page-index .micros-home-final-form .rounded-xl,
#page-index .micros-home-final-form .rounded-2xl {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

#page-index .micros-google-reviews {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
}

#page-index .micros-google-reviews .container {
    max-width: var(--home-container);
}

#page-index .micros-google-reviews-widget,
#page-index .micros-google-reviews-summary {
    max-width: var(--home-container) !important;
}

@media (max-width: 1023px) {
    #page-index .micros-home-hero__grid,
    #page-index .micros-home-offer-row {
        grid-template-columns: 1fr;
    }

    #page-index .micros-home-offer-row--reverse .micros-home-offer-row__media,
    #page-index .micros-home-offer-row--reverse .micros-home-offer-row__content {
        order: initial;
    }

    #page-index .micros-home-hero__copy h1 {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #page-index .section-padding {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem;
    }

    #page-index .micros-home-hero .section-padding {
        padding-top: 3rem;
        padding-bottom: 3.25rem;
    }

    #page-index .micros-home-hero__copy h1 {
        font-size: clamp(2.2rem, 11vw, 3.1rem) !important;
    }

    #page-index .micros-hero-cta {
        width: 100%;
    }

    #page-index .micros-home-offer-list {
        gap: 2.5rem;
    }

    #page-index .micros-home-offer-row__content {
        max-width: none;
    }

    #page-index .micros-home-offer-row__media img {
        max-height: none;
    }
}

.micros-hero-ctas {
    gap: 12px;
}

.micros-hero-cta {
    min-width: 210px;
    min-height: 56px;
    padding: 0 40px !important;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

body.page-template-page-servicepage .min-h-screen > section:first-child h1.heading-1,
body.page-template-page-servicepage-php .min-h-screen > section:first-child h1.heading-1,
body.page-template-page-simphonycloudpage .min-h-screen > section:first-child h1.heading-1,
body.page-template-page-simphonycloudpage-php .min-h-screen > section:first-child h1.heading-1 {
    font-size: clamp(2.75rem, 4.4vw, 4rem) !important;
    line-height: 0.98 !important;
    font-weight: 800 !important;
    letter-spacing: -0.035em;
}

body.page-template-page-servicepage .min-h-screen > section:first-child .micros-hero-cta,
body.page-template-page-servicepage-php .min-h-screen > section:first-child .micros-hero-cta,
body.page-template-page-simphonycloudpage .min-h-screen > section:first-child .micros-hero-cta,
body.page-template-page-simphonycloudpage-php .min-h-screen > section:first-child .micros-hero-cta {
    font-weight: 700 !important;
}

body.tax-product_cat .min-h-screen > section:first-child {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
}

body.tax-product_cat .min-h-screen > section:first-child .body-lg {
    max-width: 680px;
    color: hsl(var(--muted-foreground, 215 16% 47%));
}

body.tax-product_cat .min-h-screen > section:first-child .micros-hero-cta-primary,
body.tax-product_cat .min-h-screen > section:first-child .micros-hero-cta-secondary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 220px;
    min-height: 56px;
    padding: 0 32px !important;
    border-radius: 14px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

body.tax-product_cat .min-h-screen > section:first-child .micros-hero-cta-primary {
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground, 0 0% 100%)) !important;
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.18);
}

body.tax-product_cat .min-h-screen > section:first-child .micros-hero-cta-secondary {
    background: hsl(var(--background, 0 0% 100%));
    color: hsl(var(--foreground, 222 47% 11%)) !important;
    border: 1px solid hsl(var(--border, 214 32% 91%));
}

body.tax-product_cat .min-h-screen > section:first-child .rounded-\[28px\] {
    min-height: 400px;
}

body.tax-product_cat .min-h-screen > section:first-child .rounded-\[28px\] img {
    min-height: 400px;
}

body.tax-product_cat .min-h-screen > section:first-child ul li {
    font-size: 15px;
    line-height: 1.55;
}

body.tax-product_cat .min-h-screen > section:first-child .container {
    max-width: 1180px;
}

body.tax-product_cat .min-h-screen > section:first-child .grid {
    gap: 48px;
    align-items: start;
}

body.tax-product_cat .min-h-screen > section:first-child .space-y-6 {
    gap: 0;
}

body.tax-product_cat .min-h-screen > section:first-child .space-y-6 > * + * {
    margin-top: 1.25rem;
}

body.tax-product_cat .min-h-screen > section:first-child .micros-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 0.25rem;
}

body.tax-product_cat .min-h-screen > section:first-child .micros-hero-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 220px;
    min-height: 54px;
    padding: 0 28px !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

body.tax-product_cat .min-h-screen > section:first-child .micros-hero-cta-primary {
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground, 0 0% 100%)) !important;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.18);
}

body.tax-product_cat .min-h-screen > section:first-child .micros-hero-cta-secondary {
    background: hsl(var(--background, 0 0% 100%));
    color: hsl(var(--foreground, 222 47% 11%)) !important;
    border: 1px solid hsl(var(--border, 214 32% 91%));
}

body.tax-product_cat .min-h-screen > section:first-child .micros-hero-cta-secondary:hover,
body.tax-product_cat .min-h-screen > section:first-child .micros-hero-cta-primary:hover {
    text-decoration: none !important;
}

body.tax-product_cat .min-h-screen > section.section-padding-sm {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

body.tax-product_cat .min-h-screen > section.section-padding {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

body.tax-product_cat .min-h-screen > section.bg-surface.section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

body.tax-product_cat .min-h-screen > section.section-padding + section.section-padding,
body.tax-product_cat .min-h-screen > section.section-padding-sm + section.section-padding,
body.tax-product_cat .min-h-screen > section.section-padding + section.section-padding-sm {
    margin-top: 0;
}

body.tax-product_cat .min-h-screen > section:nth-of-type(2) .container,
body.tax-product_cat .min-h-screen > section:nth-of-type(3) .container,
body.tax-product_cat .min-h-screen > section:nth-of-type(4) .container,
body.tax-product_cat .min-h-screen > section:nth-of-type(5) .container,
body.tax-product_cat .min-h-screen > section:nth-of-type(6) .container,
body.tax-product_cat .min-h-screen > section:nth-of-type(7) .container,
body.tax-product_cat .min-h-screen > section:nth-of-type(8) .container,
body.tax-product_cat .min-h-screen > section:nth-of-type(9) .container {
    max-width: 1180px;
}

body.tax-product_cat .min-h-screen > section:nth-of-type(2) .space-y-4 {
    gap: 0;
}

body.tax-product_cat .min-h-screen > section:nth-of-type(2) .space-y-4 > * + * {
    margin-top: 1rem;
}

body.tax-product_cat .min-h-screen > section:nth-of-type(3) .space-y-8 {
    gap: 0;
}

body.tax-product_cat .min-h-screen > section:nth-of-type(3) .space-y-8 > * + * {
    margin-top: 1.75rem;
}

body.tax-product_cat .min-h-screen > section:nth-of-type(3) .grid {
    gap: 20px;
}

body.tax-product_cat .min-h-screen > section:nth-of-type(4) .max-w-\[860px\],
body.tax-product_cat .min-h-screen > section:nth-of-type(5) .max-w-\[760px\],
body.tax-product_cat .min-h-screen > section#faq .max-w-\[760px\],
body.tax-product_cat .min-h-screen > section#contact .max-w-\[760px\] {
    margin-bottom: 2.5rem;
}

body.tax-product_cat .min-h-screen > section:nth-of-type(4) .micros-page-content,
body.tax-product_cat .min-h-screen > section:nth-of-type(4) .max-w-\[920px\] {
    max-width: 820px;
}

body.tax-product_cat .min-h-screen > section:nth-of-type(5) .grid,
body.tax-product_cat .min-h-screen > section:nth-of-type(8) .grid {
    gap: 16px;
}

body.tax-product_cat .min-h-screen > section#faq .micros-faq-list {
    margin-left: auto;
    margin-right: auto;
}

body.tax-product_cat .min-h-screen > section#contact .micros-leadform-card {
    max-width: 620px !important;
}

.micros-sticky-quote {
    min-width: 144px;
    min-height: 40px;
    background: hsl(var(--accent, 0 85% 55%)) !important;
    color: hsl(var(--accent-foreground, 0 0% 100%)) !important;
}

.micros-sticky-quote:hover {
    background: hsl(var(--accent, 0 85% 55%) / 0.92) !important;
}

.micros-scroll-top {
    position: fixed;
    right: 1.25rem;
    bottom: 5.7rem;
    z-index: 60;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 999px;
    background: hsl(var(--background, 0 0% 100%) / 0.96);
    color: hsl(var(--foreground, 222 47% 11%));
    box-shadow: 0 12px 28px rgb(15 23 42 / 0.14);
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.micros-scroll-top[hidden] {
    display: none;
}

.micros-scroll-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.micros-scroll-top svg {
    width: 18px;
    height: 18px;
}

.micros-scroll-top:hover,
.micros-scroll-top:focus {
    background: hsl(var(--primary, 208 100% 45%));
    color: #fff;
    outline: none;
}

body {
    padding-bottom: 56px;
}

footer {
    padding-bottom: 0.75rem;
}

.micros-related-card {
    min-height: 138px;
    padding: 24px 24px 30px !important;
}

.micros-faq-list {
    max-width: 760px;
    margin: 0 auto;
    background: transparent;
}

.micros-faq-item {
    border-bottom: 1px solid hsl(var(--border, 214 32% 91%));
}

.micros-faq-item:first-child {
    border-top: 1px solid hsl(var(--border, 214 32% 91%));
}

.micros-faq-question {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    cursor: pointer;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

.micros-faq-question::-webkit-details-marker,
.micros-faq-question::marker {
    display: none;
    content: "";
}

.micros-faq-chevron {
    flex-shrink: 0;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    transition: transform 0.2s ease;
}

.micros-faq-item[open] .micros-faq-chevron {
    transform: rotate(180deg);
}

.micros-faq-answer {
    padding: 0 0 18px;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 14px;
    line-height: 1.75;
}

.micros-faq-answer p {
    margin: 0;
}

@media (max-width: 640px) {
    body {
        padding-bottom: 76px;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    header .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    header img[alt="Micros Integrated Payments"] {
        max-width: 168px;
    }

    .micros-sticky-cta {
        padding-top: 0.65rem !important;
        padding-bottom: 0.65rem !important;
    }

    .micros-sticky-cta .container {
        gap: 0.6rem;
    }

    .micros-sticky-cta .container > div {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
        gap: 0.65rem;
        margin-left: 0 !important;
    }

    .micros-sticky-cta a {
        width: 100%;
        min-width: 0;
        min-height: 42px;
        padding-left: 0.65rem !important;
        padding-right: 0.65rem !important;
        font-size: 0.82rem !important;
        white-space: nowrap;
    }

    .micros-sticky-cta svg {
        width: 1rem;
        height: 1rem;
        flex: 0 0 auto;
    }

    .micros-scroll-top {
        right: 0.85rem;
        bottom: 5.4rem;
        width: 38px;
        height: 38px;
    }

    .micros-hero-ctas {
        width: 100%;
    }

    .micros-hero-cta {
        min-width: min(100%, 210px);
        padding: 0 28px !important;
    }

    body.page-template-page-servicepage .min-h-screen > section:first-child h1.heading-1,
    body.page-template-page-servicepage-php .min-h-screen > section:first-child h1.heading-1,
    body.page-template-page-simphonycloudpage .min-h-screen > section:first-child h1.heading-1,
    body.page-template-page-simphonycloudpage-php .min-h-screen > section:first-child h1.heading-1 {
        font-size: clamp(2.25rem, 10vw, 3rem) !important;
    }

    body.tax-product_cat .min-h-screen > section:first-child {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }

    body.tax-product_cat .min-h-screen > section:first-child .micros-hero-cta-primary,
    body.tax-product_cat .min-h-screen > section:first-child .micros-hero-cta-secondary {
        width: 100%;
        max-width: 320px;
    }

    body.tax-product_cat .min-h-screen > section:first-child .rounded-\[28px\],
    body.tax-product_cat .min-h-screen > section:first-child .rounded-\[28px\] img {
        min-height: 300px;
    }

    body.tax-product_cat .min-h-screen > section:first-child .micros-hero-ctas {
        width: 100%;
    }

    body.tax-product_cat .min-h-screen > section:first-child .micros-hero-cta {
        width: 100%;
        max-width: 320px;
    }

    body.tax-product_cat .min-h-screen > section.section-padding {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem;
    }

    body.tax-product_cat .min-h-screen > section.bg-surface.section-padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    body.tax-product_cat .min-h-screen > section:nth-of-type(4) .max-w-\[860px\],
    body.tax-product_cat .min-h-screen > section:nth-of-type(5) .max-w-\[760px\],
    body.tax-product_cat .min-h-screen > section#faq .max-w-\[760px\],
    body.tax-product_cat .min-h-screen > section#contact .max-w-\[760px\] {
        margin-bottom: 2rem;
    }

    .micros-related-card {
        min-height: 128px;
        padding: 20px 20px 26px !important;
    }

    .micros-faq-question {
        padding: 16px 0;
        font-size: 14px;
    }

    .micros-faq-answer {
        padding-bottom: 16px;
    }
}

.group:hover .group-hover\:block { 
    display: block !important; 
    background-color: #ffffff !important; 
    border: 1px solid #e2e8f0 !important; 
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    padding: 12px !important;
    min-width: 280px !important;
    z-index: 99999 !important;
    border-radius: 12px !important;
    position: absolute;
    top: 100%;
    left: 0;
}

/* Ссылки внутри выпадашки */
.group-hover\:block a {
    color: #1e293b !important; 
    padding: 10px 16px !important;
    display: block !important;
    text-decoration: none !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

.group-hover\:block a:hover {
    background-color: #f1f5f9 !important; 
    color: #007bff !important; 
    padding-left: 20px !important;
}

/* Фикс для наведения (чтобы меню не закрывалось) */
.group {
    position: relative;
    padding-bottom: 5px;
}

.micros-cf7-form form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.micros-leadform-card {
    max-width: 640px !important;
    padding: 40px 56px !important;
}

#consultation > .container > .text-center > h2 {
    text-wrap: balance;
}

.micros-resource-hero-phone-cta {
    min-width: 240px;
    min-height: 48px;
    padding-left: 32px !important;
    padding-right: 32px !important;
    white-space: nowrap;
}

.micros-resource-section-subtitle {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-wrap: balance;
}

.micros-resource-support-content {
    max-width: 820px;
    padding-top: 0.5rem;
}

.micros-resource-support-content p {
    margin: 0;
}

.micros-resource-support-content p + p {
    margin-top: 1rem;
}

.micros-cf7-form .wpcf7-form-control-wrap {
    display: block;
}

.micros-cf7-form form > p {
    display: contents;
}

.micros-cf7-form br {
    display: none;
}

.micros-cf7-form form > div,
.micros-cf7-form form > p > div {
    grid-column: 1 / -1;
}

.micros-cf7-form form > div:first-of-type,
.micros-cf7-form form > p:first-of-type > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.micros-cf7-form form > div:first-of-type > p,
.micros-cf7-form form > p:first-of-type > div > p {
    display: contents;
}

.micros-cf7-form .wpcf7-form-control-wrap[data-name="your-phone"],
.micros-cf7-form .wpcf7-form-control-wrap[data-name="your-subject"],
.micros-cf7-form .wpcf7-form-control-wrap[data-name="your-message"] {
    grid-column: 1 / -1;
}

.micros-cf7-form input:not([type="submit"]),
.micros-cf7-form select,
.micros-cf7-form textarea {
    width: 100%;
    min-height: 44px;
    border-radius: 8px;
    border: 1px solid hsl(var(--input, 214 32% 91%));
    background: hsl(var(--background, 0 0% 100%));
    padding: 10px 16px;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.micros-cf7-form textarea {
    min-height: 72px;
    height: 72px;
    resize: vertical;
}

.micros-cf7-form input[type="submit"],
.micros-cf7-form button[type="submit"],
.micros-cf7-form .wpcf7-spinner,
.micros-cf7-form .wpcf7-response-output {
    grid-column: 1 / -1;
}

.micros-cf7-form input:not([type="submit"]):focus,
.micros-cf7-form select:focus,
.micros-cf7-form textarea:focus {
    border-color: hsl(var(--primary, 217 91% 60%));
    box-shadow: 0 0 0 2px hsl(var(--primary, 217 91% 60%) / 0.25);
}

.micros-cf7-form input[type="submit"],
.micros-cf7-form button[type="submit"] {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0;
    background: hsl(var(--accent, 0 85% 55%)) !important;
    color: hsl(var(--accent-foreground, 0 0% 100%)) !important;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.micros-cf7-form input[type="submit"]:hover,
.micros-cf7-form button[type="submit"]:hover {
    opacity: 0.92;
}

.micros-leadform-card .micros-leadform-note {
    margin-top: 8px !important;
}

@media (max-width: 640px) {
    .micros-leadform-card {
        padding: 28px 20px !important;
    }

    .micros-cf7-form form,
    .micros-cf7-form form > div:first-of-type,
    .micros-cf7-form form > p:first-of-type > div {
        grid-template-columns: 1fr;
    }
}

.micros-cf7-form .wpcf7-not-valid-tip,
.micros-cf7-form .wpcf7-response-output {
    font-size: 12px;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}

@media (min-width: 640px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.woocommerce ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 12px;
    background: hsl(var(--background, 0 0% 100%));
    overflow: hidden;
    padding: 16px !important;
}

.micros-shop-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.micros-shop-hero-button {
    min-width: 164px;
    min-height: 46px;
    white-space: nowrap;
}

.micros-shop-hero-actions {
    margin-top: 2.25rem;
    padding-top: 0.5rem;
}

.micros-shop-toolbar {
    padding-bottom: 0.75rem;
}

.micros-shop-toolbar > div:first-child {
    min-width: 0;
    flex: 1 1 auto;
}

.micros-shop-toolbar-controls {
    margin-left: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
}

.micros-shop-result-count .woocommerce-result-count,
.micros-shop-ordering .woocommerce-ordering {
    display: flex;
    align-items: center;
}

.micros-shop-result-count .woocommerce-result-count {
    white-space: nowrap;
}

.micros-shop-page .woocommerce-result-count,
.micros-shop-page .woocommerce-ordering {
    float: none !important;
    margin: 0 !important;
}

.micros-shop-page .woocommerce-ordering select {
    min-height: 42px;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 8px;
    background: hsl(var(--background, 0 0% 100%));
    color: hsl(var(--foreground, 222 47% 11%));
    padding: 8px 34px 8px 12px;
    font-size: 13px;
    font-weight: 500;
}

.micros-shop-support {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.micros-shop-support-card {
    min-height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.micros-shop-support-card:hover {
    border-color: hsl(var(--primary, 217 91% 60%) / 0.25);
    box-shadow: 0 16px 36px rgb(15 23 42 / 0.06);
    transform: translateY(-2px);
}

.micros-shop-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px !important;
    margin: 0 !important;
}

.micros-shop-page ul.products::before,
.micros-shop-page ul.products::after {
    display: none !important;
}

.micros-shop-page ul.products li.product,
.micros-shop-product-card {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 12px;
    background: hsl(var(--background, 0 0% 100%));
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    min-height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.micros-shop-page ul.products li.product:hover,
.micros-shop-product-card:hover {
    border-color: hsl(var(--primary, 217 91% 60%) / 0.25);
    box-shadow: 0 16px 36px rgb(15 23 42 / 0.08);
    transform: translateY(-2px);
}

.micros-shop-page ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    color: inherit;
}

.micros-shop-page ul.products li.product a img,
.micros-shop-product-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    background: hsl(var(--secondary, 210 10% 96%));
    margin: 0 !important;
}

.micros-shop-product-card__image {
    background: hsl(var(--secondary, 210 10% 96%));
}

.micros-shop-page ul.products li.product .woocommerce-loop-product__title,
.micros-shop-product-card__title {
    padding: 18px 18px 0 !important;
    min-height: 42px;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.35;
}

.micros-shop-product-card__title {
    padding: 0 !important;
}

.micros-shop-page ul.products li.product .price,
.micros-shop-product-card__price {
    display: block;
    padding: 10px 18px 0 !important;
    margin: auto 0 0 !important;
    color: hsl(var(--foreground, 222 47% 11%)) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.micros-shop-product-card__price {
    padding: 0 !important;
    margin: 0 !important;
}

.micros-shop-page ul.products li.product .price del {
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 13px;
    font-weight: 500;
}

.micros-shop-page ul.products li.product .price ins {
    text-decoration: none;
}

.micros-shop-page ul.products li.product .button {
    align-self: flex-start;
    margin: 16px 18px 18px !important;
    min-height: 40px !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
}

.micros-shop-product-card .button {
    margin: 0 !important;
    min-height: 34px !important;
    border-radius: 8px !important;
    padding: 9px 12px !important;
    font-size: 12px !important;
    white-space: nowrap;
}

.micros-shop-product-card__footer {
    flex-wrap: wrap;
}

.micros-shop-product-card__footer .added_to_cart,
.micros-shop-product-card .added_to_cart {
    display: inline-flex !important;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 8px;
    background: hsl(var(--background, 0 0% 100%));
    color: hsl(var(--foreground, 222 47% 11%)) !important;
    padding: 8px 11px !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.micros-shop-product-card__footer .added_to_cart:hover,
.micros-shop-product-card .added_to_cart:hover {
    border-color: hsl(var(--primary, 217 91% 60%) / 0.35);
    background: hsl(var(--highlight, 210 100% 97%));
    color: hsl(var(--primary, 217 91% 60%)) !important;
}

.micros-shop-page a.added_to_cart.wc-forward,
.micros-shop-page .woocommerce a.added_to_cart.wc-forward,
.woocommerce .micros-shop-product-card a.added_to_cart.wc-forward {
    display: inline-flex !important;
    min-height: 34px !important;
    min-width: 78px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    border: 1px solid hsl(var(--primary, 217 91% 60%)) !important;
    border-radius: 8px !important;
    background: hsl(var(--primary, 217 91% 60%)) !important;
    color: #fff !important;
    padding: 9px 12px !important;
    font-size: 0 !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: none !important;
}

.micros-shop-page a.added_to_cart.wc-forward::after,
.micros-shop-page .woocommerce a.added_to_cart.wc-forward::after,
.woocommerce .micros-shop-product-card a.added_to_cart.wc-forward::after {
    content: "View cart";
    font-size: 12px;
    line-height: 1;
}

.micros-shop-page a.added_to_cart.wc-forward:hover,
.micros-shop-page .woocommerce a.added_to_cart.wc-forward:hover,
.woocommerce .micros-shop-product-card a.added_to_cart.wc-forward:hover {
    background: hsl(var(--primary, 217 91% 54%)) !important;
    border-color: hsl(var(--primary, 217 91% 54%)) !important;
    color: #fff !important;
}

.micros-shop-product-card__rating {
    text-decoration: none;
}

.micros-buy-product-card__footer {
    flex-wrap: wrap;
}

.micros-buy-product-card__footer .button,
.micros-buy-product-card__footer .added_to_cart.wc-forward {
    display: inline-flex !important;
    min-height: 34px !important;
    min-width: 88px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    border-radius: 8px !important;
    padding: 9px 12px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: none !important;
}

.micros-buy-product-card__footer .button {
    border: 1px solid hsl(var(--primary, 217 91% 60%)) !important;
    background: hsl(var(--primary, 217 91% 60%)) !important;
    color: #fff !important;
}

.micros-buy-product-card__footer .button:hover {
    background: hsl(var(--primary, 217 91% 54%)) !important;
    border-color: hsl(var(--primary, 217 91% 54%)) !important;
    color: #fff !important;
}

.micros-buy-product-card__footer .added_to_cart.wc-forward {
    border: 1px solid hsl(var(--border, 214 32% 91%)) !important;
    background: hsl(var(--background, 0 0% 100%)) !important;
    color: hsl(var(--foreground, 222 47% 11%)) !important;
    font-size: 0 !important;
}

.micros-buy-product-card__footer .added_to_cart.wc-forward::after {
    content: "View cart";
    font-size: 12px;
}

.micros-buy-product-card__footer .added_to_cart.wc-forward:hover {
    border-color: hsl(var(--primary, 217 91% 60%) / 0.35) !important;
    background: hsl(var(--highlight, 210 100% 97%)) !important;
    color: hsl(var(--primary, 217 91% 60%)) !important;
}

.micros-shop-page .woocommerce-pagination {
    margin-top: 2rem;
}

.micros-shop-page .woocommerce-pagination ul {
    border: 0 !important;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.micros-shop-page .woocommerce-pagination ul li {
    border: 0 !important;
}

.micros-shop-page .woocommerce-pagination ul li a,
.micros-shop-page .woocommerce-pagination ul li span {
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 8px;
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--foreground, 222 47% 11%));
    background: hsl(var(--background, 0 0% 100%));
}

.micros-shop-page .woocommerce-pagination ul li span.current,
.micros-shop-page .woocommerce-pagination ul li a:hover {
    background: hsl(var(--primary, 217 91% 60%));
    border-color: hsl(var(--primary, 217 91% 60%));
    color: #fff;
}

@media (min-width: 640px) {
    .micros-shop-page ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .micros-shop-page ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    .micros-shop-toolbar-controls {
        margin-left: 0;
        width: 100%;
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    .micros-shop-support {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.micros-single-product-cart .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 8px;
    background: hsl(var(--primary, 217 91% 60%)) !important;
    color: #fff !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.micros-single-product-cart .quantity .qty {
    min-height: 40px;
    border-radius: 8px;
    border: 1px solid hsl(var(--input, 214 32% 91%));
    padding: 8px 10px;
}

.micros-single-product-cart form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.micros-single-product-cart form.cart .single_add_to_cart_button {
    min-width: 180px;
}

.woocommerce #content div.product .micros-product-hero-grid > div.summary,
.woocommerce div.product .micros-product-hero-grid > div.summary,
.woocommerce-page #content div.product .micros-product-hero-grid > div.summary,
.woocommerce-page div.product .micros-product-hero-grid > div.summary,
.woocommerce-page div.product div.summary.micros-product-hero-copy,
.woocommerce div.product div.summary.micros-product-hero-copy {
    float: none !important;
    width: auto !important;
    clear: none !important;
    margin: 0 !important;
    display: block !important;
    max-width: 640px !important;
}

.woocommerce #content div.product .micros-product-hero-grid > .micros-product-hero-media,
.woocommerce div.product .micros-product-hero-grid > .micros-product-hero-media,
.woocommerce-page #content div.product .micros-product-hero-grid > .micros-product-hero-media,
.woocommerce-page div.product .micros-product-hero-grid > .micros-product-hero-media {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    display: block !important;
}

.micros-product-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.micros-product-hero-copy {
    max-width: 640px;
    width: 100%;
}

body.single-product main#site-content > .min-h-screen > section.section-padding:first-of-type {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
}

.micros-product-hero-top .label-overline {
    margin-bottom: 0 !important;
}

.micros-product-rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: -2px;
}

.micros-product-rating-plugin .kk-star-ratings {
    width: auto !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.micros-product-rating-plugin .kksr-legend {
    margin-left: 8px;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 14px;
}

.micros-product-rating-plugin .kksr-stars {
    margin-right: 6px;
}

.micros-product-rating-plugin .kksr-stars a {
    pointer-events: auto;
}

.micros-page-content .kk-star-ratings,
.micros-page-content .kksr-stars,
.micros-page-content .kksr-legend {
    display: none !important;
}

.micros-product-hero-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    max-width: 560px;
    margin-top: 2px;
}

.micros-product-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.micros-product-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    background: hsl(var(--background, 0 0% 100%));
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.micros-product-help-line-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}

.micros-product-help-line-link:hover {
    color: hsl(var(--foreground, 222 47% 11%));
}

.micros-product-gallery-shell {
    border-radius: 24px;
    background: hsl(var(--surface, 210 40% 98%));
    padding: 26px;
    width: 100%;
}

.micros-product-gallery-main {
    aspect-ratio: 1 / 1;
    min-height: 500px;
    padding: 0;
    cursor: zoom-in;
}

.micros-product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.micros-product-thumb {
    width: 108px;
    aspect-ratio: 1 / 1;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 12px;
    overflow: hidden;
    background: hsl(var(--background, 0 0% 100%));
    padding: 0;
}

.micros-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.micros-product-thumb.is-active {
    border-color: hsl(var(--primary, 217 91% 60%));
    box-shadow: 0 0 0 2px hsl(var(--primary, 217 91% 60%) / 0.15);
}

.micros-product-hero-title {
    font-size: clamp(2.45rem, 4vw, 3.55rem);
    line-height: 0.94;
    letter-spacing: -0.04em;
    font-weight: 800;
    text-wrap: pretty;
    max-width: 520px;
}

.micros-product-hero-subtitle {
    font-size: 1.0625rem;
    line-height: 1.7;
    max-width: 520px;
}

.micros-product-hero-subtitle p:last-child {
    margin-bottom: 0;
}

.micros-product-price-row {
    margin-top: 2px;
}

.micros-product-hero-actions .single_add_to_cart_button {
    min-width: 250px !important;
    min-height: 54px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
}

.micros-product-hero-actions .quantity .qty {
    min-height: 48px;
}

.micros-product-meta-card {
    max-width: 420px;
}

body.woocommerce header .h-10,
body.woocommerce-page header .h-10 {
    height: 2.5rem !important;
    width: auto !important;
    max-width: none !important;
}

body.woocommerce header a.flex.items-center img,
body.woocommerce-page header a.flex.items-center img {
    width: auto !important;
    max-width: none !important;
    flex-shrink: 0;
}

.micros-product-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    border-bottom: 1px solid hsl(var(--border, 214 32% 91%));
    margin-bottom: 24px;
}

.micros-product-tab {
    position: relative;
    padding: 0 0 14px;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 14px;
    font-weight: 600;
}

.micros-product-tab.is-active {
    color: hsl(var(--primary, 217 91% 60%));
}

.micros-product-tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: hsl(var(--primary, 217 91% 60%));
}

.micros-product-tab-panel {
    display: none;
}

.micros-product-tab-panel.is-active {
    display: block;
}

.micros-product-support-panel {
    max-width: 820px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.micros-product-support-panel .micros-page-content p {
    margin: 0 0 1.25rem;
    line-height: 1.75;
}

.micros-product-support-bullets {
    margin-top: 0.25rem;
}

.micros-product-support-bullets .heading-3 {
    margin: 0 0 1rem;
}

.micros-product-support-bullet-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.micros-product-support-footer {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.micros-product-support-footer .heading-3 {
    margin: 0;
}

.micros-product-support-footer p {
    margin-bottom: 0;
    max-width: 760px;
    line-height: 1.75;
}

.micros-product-support-button-wrap {
    padding-top: 0.25rem;
}

.micros-product-support-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 8px;
    background: hsl(var(--primary, 217 91% 60%));
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.micros-product-support-button:hover {
    opacity: 0.92;
}

.micros-product-specs-table {
    max-width: 760px;
    margin: 0;
}

.micros-product-specs-row {
    display: grid;
    grid-template-columns: minmax(140px, 160px) minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 0;
}

.micros-product-specs-label {
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    padding: 10px 14px;
    background: hsl(var(--background, 0 0% 100%));
}

.micros-product-specs-value {
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 0;
    background: hsl(var(--background, 0 0% 100%));
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 15px;
    line-height: 1.5;
}

.micros-product-specs-row:nth-child(odd) .micros-product-specs-label,
.micros-product-specs-row:nth-child(odd) .micros-product-specs-value {
    background: hsl(var(--surface, 210 40% 98%));
}

body.single-product .woocommerce-Price-amount {
    color: hsl(var(--foreground, 222 47% 11%));
}

body.single-product .summary .price {
    margin: 0;
}

body.single-product .summary .price .woocommerce-Price-amount {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
}

body.single-product .summary .stock {
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 14px;
    margin-top: 6px;
}

.micros-page-content h2,
.micros-page-content h3 {
    color: hsl(var(--foreground, 222 47% 11%));
    font-weight: 700;
}

.micros-page-content h2 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.micros-page-content h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-top: 2rem;
}

body.page-template-page-supportpage .micros-support-overview-content h3,
body.page-template-page-supportpage-php .micros-support-overview-content h3 {
    font-size: 1rem;
    line-height: 1.35;
    letter-spacing: 0;
    margin-top: 1.75rem;
    margin-bottom: 0.65rem;
}

.micros-page-content .micros-editorial-intro {
    font-size: 1rem;
    line-height: 1.7;
}

.micros-page-content p,
.micros-page-content ul,
.micros-page-content ol {
    margin-bottom: 1.1rem;
}

.micros-page-content ul,
.micros-page-content ol {
    padding-left: 1.25rem;
}

.micros-page-content a {
    color: hsl(var(--primary, 217 91% 60%));
    font-weight: 600;
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .micros-product-hero-grid {
        grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
        gap: 44px;
        align-items: start;
    }

    body.single-product main#site-content > .min-h-screen > section.section-padding:first-of-type {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .micros-product-hero-copy {
        padding-top: 14px;
    }

    .micros-product-gallery-shell {
        max-width: 580px;
    }
}

@media (max-width: 640px) {
    .micros-page-content h2 {
        font-size: 1.75rem;
    }

    .micros-page-content h3 {
        font-size: 1.25rem;
    }

    .micros-product-gallery-shell {
        padding: 18px;
        border-radius: 20px;
    }

    .micros-product-gallery-main {
        min-height: 320px;
    }

    .micros-product-hero-title {
        font-size: clamp(2rem, 8.6vw, 2.7rem);
        line-height: 0.96;
    }

    .micros-product-tabs-nav {
        gap: 16px;
    }

    .micros-product-specs-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px 0;
    }

    .micros-product-specs-value {
        min-height: 42px;
        padding: 10px 14px;
    }

    body.single-product .summary .price .woocommerce-Price-amount {
        font-size: 2rem;
    }

    .micros-product-thumb {
        width: 88px;
    }

    .micros-product-hero-benefits {
        grid-template-columns: 1fr;
    }

    .micros-product-meta-card {
        max-width: 100%;
    }

    body.single-product main#site-content > .min-h-screen > section.section-padding:first-of-type {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }
}

.micros-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100000;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.micros-modal:target,
.micros-modal.is-open {
    display: flex;
}

.micros-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(4px);
    border: 0;
    padding: 0;
    margin: 0;
    appearance: none;
    cursor: pointer;
}

.micros-modal__dialog {
    position: relative;
    width: min(100%, 640px);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    z-index: 1;
}

.micros-modal__close {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 2;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.micros-modal__close:hover {
    background: hsl(var(--secondary, 210 40% 96%));
    color: hsl(var(--foreground, 222 47% 11%));
}

body.micros-modal-open {
    overflow: hidden;
}

.micros-google-reviews {
    overflow: hidden;
}

.micros-google-reviews__heading {
    margin-bottom: 42px;
}

.micros-google-reviews-widget {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px 0;
    overflow: visible;
    position: relative;
}

.micros-google-reviews-summary {
    max-width: 1120px;
    margin: 0 auto 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    border: 1px solid hsl(var(--border, 214 32% 91%) / 0.75);
    border-radius: 12px;
    background: hsl(var(--background, 0 0% 100%));
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.micros-google-reviews-summary__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 15px;
    font-weight: 700;
}

.micros-google-wordmark {
    display: inline-flex;
    align-items: center;
    margin-right: 2px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}

.micros-google-wordmark span:nth-child(1),
.micros-google-wordmark span:nth-child(4) {
    color: #4285f4;
}

.micros-google-wordmark span:nth-child(2),
.micros-google-wordmark span:nth-child(6) {
    color: #ea4335;
}

.micros-google-wordmark span:nth-child(3) {
    color: #fbbc05;
}

.micros-google-wordmark span:nth-child(5) {
    color: #34a853;
}

.micros-google-reviews-summary__stars {
    color: #fbbc04;
    letter-spacing: 1px;
}

.micros-google-reviews-summary__divider {
    color: hsl(var(--border, 214 32% 91%));
}

.micros-google-reviews-summary__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid hsl(var(--foreground, 222 47% 11%));
    border-radius: 6px;
    color: hsl(var(--foreground, 222 47% 11%)) !important;
    background: hsl(var(--background, 0 0% 100%));
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.micros-google-reviews-widget .ti-widget,
.micros-google-reviews-widget .ti-widget * {
    font-family: inherit !important;
}

.micros-google-reviews-widget .ti-widget,
.micros-google-reviews-widget .ti-widget-container,
.micros-google-reviews-widget .ti-reviews-container-wrapper,
.micros-google-reviews-widget .ti-reviews-container {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.micros-google-reviews-widget .ti-widget-container,
.micros-google-reviews-widget .ti-reviews-container-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.micros-google-reviews-widget .ti-reviews-container-wrapper {
    overflow: hidden !important;
}

.micros-google-reviews-widget .ti-reviews-container {
    display: flex !important;
    gap: 22px !important;
    align-items: stretch !important;
    overflow: visible !important;
}

.micros-google-reviews-widget .ti-review-item,
.micros-google-reviews-widget .ti-widget .ti-review-item {
    flex: 0 0 calc((100% - 44px) / 3) !important;
    width: calc((100% - 44px) / 3) !important;
    max-width: calc((100% - 44px) / 3) !important;
    border: 1px solid hsl(var(--border, 214 32% 91%) / 0.85) !important;
    border-radius: 16px !important;
    background: hsl(var(--background, 0 0% 100%)) !important;
    padding: 0 !important;
    overflow: hidden !important;
	    margin: 0 5px;
}

.micros-google-reviews-widget .ti-review-item > .ti-inner,
.micros-google-reviews-widget .ti-widget .ti-review-item > .ti-inner {
    min-height: 252px !important;
    height: 100% !important;
    padding: 26px 26px 22px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.micros-google-reviews-widget .ti-platform-icon,
.micros-google-reviews-widget .ti-widget .ti-platform-icon {
    opacity: 0.9 !important;
}

.micros-google-reviews-widget .ti-profile-img,
.micros-google-reviews-widget .ti-widget .ti-profile-img {
    width: 38px !important;
    height: 38px !important;
}

.micros-google-reviews-widget .ti-stars,
.micros-google-reviews-widget .ti-widget .ti-stars {
    margin: 12px 0 14px !important;
}

.micros-google-reviews-widget .ti-review-header,
.micros-google-reviews-widget .ti-widget .ti-review-header {
    margin-bottom: 0 !important;
}

.micros-google-reviews-widget .ti-review-text-container,
.micros-google-reviews-widget .ti-widget .ti-review-text-container {
    height: auto !important;
    min-height: 110px !important;
    color: hsl(var(--foreground, 222 47% 11%)) !important;
    line-height: 1.6 !important;
}

.micros-google-reviews-widget .ti-read-more,
.micros-google-reviews-widget .ti-widget .ti-read-more {
    margin-top: auto !important;
    color: hsl(var(--muted-foreground, 215 16% 47%)) !important;
}

.micros-google-reviews-widget .ti-name,
.micros-google-reviews-widget .ti-widget .ti-name {
    color: hsl(var(--foreground, 222 47% 11%)) !important;
    font-weight: 700 !important;
}

.micros-google-reviews-widget .ti-review-content,
.micros-google-reviews-widget .ti-widget .ti-review-content {
    color: hsl(var(--muted-foreground, 215 16% 47%)) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.micros-google-reviews-widget .ti-footer,
.micros-google-reviews-widget .ti-widget .ti-footer {
    display: none !important;
}

.micros-google-reviews-widget .ti-controls,
.micros-google-reviews-widget .ti-widget .ti-controls {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.micros-google-reviews-widget .ti-controls > div,
.micros-google-reviews-widget .ti-widget .ti-controls > div,
.micros-google-reviews-widget .ti-controls .ti-next,
.micros-google-reviews-widget .ti-controls .ti-prev,
.micros-google-reviews-widget .ti-widget .ti-controls .ti-next,
.micros-google-reviews-widget .ti-widget .ti-controls .ti-prev {
    width: 34px !important;
    height: 34px !important;
    border: 1px solid hsl(var(--border, 214 32% 91%) / 0.85) !important;
    border-radius: 999px !important;
    background: hsl(var(--background, 0 0% 100%)) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1) !important;
    opacity: 0.88 !important;
}

.micros-google-reviews-widget .ti-controls .ti-prev,
.micros-google-reviews-widget .ti-widget .ti-controls .ti-prev {
    left: 10px !important;
}

.micros-google-reviews-widget .ti-controls .ti-next,
.micros-google-reviews-widget .ti-widget .ti-controls .ti-next {
    right: 10px !important;
}

.micros-google-reviews-widget .ti-controls line,
.micros-google-reviews-widget .ti-controls polyline,
.micros-google-reviews-widget .ti-controls path,
.micros-google-reviews-widget .ti-widget .ti-controls line,
.micros-google-reviews-widget .ti-widget .ti-controls polyline,
.micros-google-reviews-widget .ti-widget .ti-controls path {
    stroke: hsl(var(--foreground, 222 47% 11%)) !important;
}

@media (max-width: 640px) {
    .micros-google-reviews__heading {
        margin-bottom: 30px;
    }

    .micros-google-reviews-summary {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 26px;
    }

    .micros-google-reviews-summary__button {
        width: 100%;
    }

    .micros-google-reviews-widget,
    .micros-google-reviews-widget .ti-widget-container,
    .micros-google-reviews-widget .ti-reviews-container-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .micros-google-reviews-widget {
        padding-top: 10px;
    }

    .micros-google-reviews-widget .ti-review-item,
    .micros-google-reviews-widget .ti-widget .ti-review-item {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

.micros-header-search summary {
    list-style: none;
}

.micros-header-search summary::-webkit-details-marker {
    display: none;
}

.micros-header-search[open] .micros-header-search__toggle {
    color: hsl(var(--foreground, 222 47% 11%));
    background: hsl(var(--secondary, 210 10% 96%));
}

.micros-header-search__panel {
    animation: micros-search-panel-in 0.16s ease-out;
}

@keyframes micros-search-panel-in {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
    .micros-header-search__panel {
        position: fixed !important;
        left: 1rem !important;
        right: 1rem !important;
        top: 7.25rem !important;
        width: auto !important;
        margin-top: 0 !important;
    }
}

.micros-woo-page .woocommerce {
    color: hsl(var(--foreground, 222 47% 11%));
}

.micros-woo-page .woocommerce-notices-wrapper,
.micros-woo-page .woocommerce-message,
.micros-woo-page .woocommerce-info,
.micros-woo-page .woocommerce-error {
    margin-bottom: 24px;
}

.micros-woo-page .woocommerce-message,
.micros-woo-page .woocommerce-info {
    border-top: 0;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 12px;
    background: hsl(var(--highlight, 210 100% 97%));
    color: hsl(var(--foreground, 222 47% 11%));
}

.micros-woo-page .woocommerce-error {
    border-top: 0;
    border: 1px solid hsl(var(--destructive, 0 84% 60%) / 0.25);
    border-radius: 12px;
    background: hsl(var(--destructive, 0 84% 60%) / 0.06);
}

.micros-woo-page table.shop_table,
.micros-woo-page .cart_totals,
.micros-woo-page .woocommerce-checkout-review-order,
.micros-woo-page form.checkout,
.micros-woo-page .woocommerce-order {
    /*border: 1px solid hsl(var(--border, 214 32% 91%)) !important;*/
    border-radius: 16px !important;
    background: hsl(var(--background, 0 0% 100%));
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.micros-woo-page table.shop_table {
    border-collapse: separate !important;
}

.micros-woo-page table.shop_table th,
.micros-woo-page table.shop_table td {
    border-color: hsl(var(--border, 214 32% 91%)) !important;
    padding: 18px !important;
    vertical-align: middle;
}

.micros-woo-page table.shop_table th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: hsl(var(--muted-foreground, 215 16% 47%));
}

.micros-woo-page table.shop_table .product-name a {
    color: hsl(var(--foreground, 222 47% 11%));
    font-weight: 700;
}

.micros-woo-page table.shop_table .product-name a:hover {
    color: hsl(var(--primary, 217 91% 60%));
}

.micros-woo-page table.shop_table .product-thumbnail img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 10px;
    background: hsl(var(--surface, 210 10% 98%));
}

.micros-woo-page .quantity .qty {
    min-height: 40px;
    width: 72px;
    border: 1px solid hsl(var(--input, 214 32% 91%));
    border-radius: 8px;
    padding: 8px;
}

.micros-woo-page .cart-collaterals {
    margin-top: 28px;
}

.micros-woo-page .cart_totals {
    float: none !important;
    width: min(100%, 440px) !important;
    margin-left: auto;
    padding: 24px;
}

.micros-woo-page .cart_totals h2,
.micros-woo-page .woocommerce-billing-fields h3,
.micros-woo-page #order_review_heading {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

.micros-woo-page .coupon {
    display: none !important;
}

.micros-woo-page .woocommerce a.button,
.micros-woo-page .woocommerce button.button,
.micros-woo-page .woocommerce input.button,
.micros-woo-page .woocommerce #respond input#submit,
.micros-woo-page #place_order {
    border-radius: 8px !important;
    background: hsl(var(--primary, 217 91% 60%)) !important;
    color: hsl(var(--primary-foreground, 0 0% 100%)) !important;
    min-height: 44px;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transition: background 0.15s ease, box-shadow 0.15s ease;
}

.micros-woo-page .woocommerce a.button:hover,
.micros-woo-page .woocommerce button.button:hover,
.micros-woo-page .woocommerce input.button:hover,
.micros-woo-page .woocommerce #respond input#submit:hover,
.micros-woo-page #place_order:hover {
    background: hsl(var(--primary, 217 91% 60%) / 0.9) !important;
}

.micros-woo-page .checkout-button,
.micros-woo-page #place_order {
    width: 100%;
}

.micros-checkout-page form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 24px;
    padding: 24px;
    align-items: start;
}

.micros-checkout-hero {
    padding-top: 2.25rem !important;
    padding-bottom: 2.5rem !important;
}

.micros-checkout-hero .display-1 {
    font-size: clamp(2.25rem, 3.4vw, 3.25rem);
    line-height: 1.04;
}

.micros-checkout-hero .body-lg {
    font-size: 1rem;
    line-height: 1.6;
}

.micros-checkout-page {
    padding-top: 3rem !important;
    padding-bottom: 4rem !important;
}

.micros-checkout-page .woocommerce-info:has(.woocommerce-no-available-payment-methods-message),
.micros-checkout-page .woocommerce-no-available-payment-methods-message {
    display: none !important;
}

.micros-checkout-page .col2-set,
.micros-checkout-page .col2-set .col-1,
.micros-checkout-page .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
}

.micros-checkout-page .col2-set .col-2 {
    display: none;
}

.micros-checkout-page #order_review_heading,
.micros-checkout-page #order_review {
    grid-column: 2;
}

.micros-checkout-page .col2-set {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.micros-woo-page .form-row label {
    font-size: 13px;
    font-weight: 700;
    color: hsl(var(--foreground, 222 47% 11%));
    margin-bottom: 6px;
}

.micros-woo-page .form-row input.input-text,
.micros-woo-page .form-row textarea,
.micros-woo-page .form-row select {
    min-height: 44px;
    border: 1px solid hsl(var(--input, 214 32% 91%));
    border-radius: 8px;
    background: hsl(var(--background, 0 0% 100%));
    color: hsl(var(--foreground, 222 47% 11%));
    padding: 10px 12px;
    font-size: 14px;
}

.micros-woo-page .form-row textarea {
    min-height: 120px;
}

.micros-checkout-page #payment {
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
}

.micros-checkout-page #payment ul.payment_methods {
    border-bottom: 1px solid hsl(var(--border, 214 32% 91%)) !important;
}

.micros-checkout-page #payment ul.payment_methods:empty {
    display: none !important;
}

.micros-checkout-page #payment div.payment_box {
    background: hsl(var(--highlight, 210 100% 97%)) !important;
    color: hsl(var(--muted-foreground, 215 16% 47%)) !important;
    border-radius: 10px;
}

.micros-checkout-page #payment div.payment_box::before {
    border-bottom-color: hsl(var(--highlight, 210 100% 97%)) !important;
}

.micros-checkout-page #payment .place-order {
    margin: 0 !important;
    padding: 16px !important;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 12px;
    background: hsl(var(--background, 0 0% 100%));
}

.micros-checkout-page .woocommerce-terms-and-conditions-wrapper {
    margin: 0 0 18px;
}

.micros-checkout-page .woocommerce-privacy-policy-text {
    padding-bottom: 18px;
    font-size: 13px;
    line-height: 1.55;
    color: hsl(var(--foreground, 222 47% 11%));
}

.micros-checkout-page .woocommerce-privacy-policy-text p {
    margin: 0;
}

.micros-woo-page .woocommerce-order {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px;
}

.micros-woo-page .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0 !important;
}

.micros-woo-page .woocommerce-order-overview li {
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 10px;
    padding: 12px !important;
    margin: 0 !important;
}

.micros-cart-hero {
    padding-top: 2.25rem !important;
    padding-bottom: 2.5rem !important;
}

.micros-cart-hero .display-1 {
    font-size: clamp(2.25rem, 3.4vw, 3.25rem);
    line-height: 1.04;
}

.micros-cart-hero .body-lg {
    font-size: 1rem;
    line-height: 1.6;
}

.micros-cart-page {
    padding-top: 3rem !important;
    padding-bottom: 4rem !important;
}

.micros-cart-page .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 24px;
    align-items: start;
}

.micros-cart-page .woocommerce-notices-wrapper,
.micros-cart-page .woocommerce-message,
.micros-cart-page .woocommerce-info,
.micros-cart-page .woocommerce-error {
    grid-column: 1 / -1;
}

.micros-cart-page .woocommerce-notices-wrapper,
.micros-cart-page .woocommerce-message,
.micros-cart-page .woocommerce-info,
.micros-cart-page .woocommerce-error {
    margin-bottom: 0;
}

.micros-cart-page .woocommerce-message,
.micros-cart-page .woocommerce-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 54px;
    padding: 12px 16px 12px 52px !important;
}

.micros-cart-page .woocommerce-message::before,
.micros-cart-page .woocommerce-info::before {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.micros-cart-page .woocommerce-message .button,
.micros-cart-page .woocommerce-info .button {
    order: 2;
    min-height: 38px !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
    white-space: nowrap;
}

.micros-cart-page .woocommerce-cart-form {
    grid-column: 1;
    width: 100%;
    min-width: 0;
}

.micros-cart-page .cart-collaterals {
    grid-column: 2;
    width: 100%;
    margin-top: 0;
}

.micros-cart-page table.shop_table th,
.micros-cart-page table.shop_table td {
    padding: 12px 16px !important;
}

.micros-cart-page table.shop_table th {
    font-size: 11px;
}

.micros-cart-page table.shop_table .product-thumbnail img {
    width: 56px;
    height: 56px;
}

.micros-cart-page table.shop_table .product-remove {
    width: 42px;
    text-align: center;
}

.micros-cart-page table.shop_table .product-remove a.remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    color: hsl(var(--destructive, 0 84% 60%)) !important;
    font-size: 18px;
    line-height: 1;
}

.micros-cart-page table.shop_table .product-remove a.remove:hover {
    background: hsl(var(--destructive, 0 84% 60%) / 0.08) !important;
    color: hsl(var(--destructive, 0 84% 60%)) !important;
}

.micros-cart-page table.shop_table .product-name a {
    font-size: 14px;
    line-height: 1.35;
}

.micros-cart-page table.shop_table .product-price,
.micros-cart-page table.shop_table .product-subtotal {
    font-size: 14px;
}

.micros-cart-page .quantity .qty {
    min-height: 34px;
    width: 58px;
    padding: 6px 8px;
}

.micros-cart-page table.shop_table td.actions {
    padding: 14px 16px !important;
}

.micros-cart-page table.shop_table td.actions .button {
    min-height: 38px !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
}

.micros-cart-page .cart_totals {
    width: 100% !important;
    padding: 18px;
}

.micros-cart-page .cart_totals h2 {
    font-size: 1.1rem;
    margin-bottom: 14px;
}

.micros-cart-page .cart_totals table.shop_table th,
.micros-cart-page .cart_totals table.shop_table td {
    padding: 12px 14px !important;
}

.micros-cart-page .cart_totals .wc-proceed-to-checkout {
    padding: 16px 0 0;
}

.micros-cart-page .cart_totals .checkout-button {
    min-height: 42px !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

.micros-thankyou {
    color: hsl(var(--foreground, 222 47% 11%));
    max-width: 960px;
    margin: 0 auto;
}

.micros-thankyou-card {
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 16px;
    background: hsl(var(--background, 0 0% 100%));
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.04);
}

.micros-thankyou-confirmation,
.micros-thankyou-panel,
.micros-thankyou-empty,
.micros-thankyou-failed {
    padding: 28px;
}

.micros-thankyou-empty,
.micros-thankyou-failed {
    text-align: center;
}

.micros-thankyou-confirmation-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: start;
}

.micros-thankyou-copy {
    max-width: 680px;
}

.micros-thankyou-check {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 999px;
    background: hsl(var(--primary, 217 91% 60%) / 0.1);
    color: hsl(var(--primary, 217 91% 60%));
}

.micros-thankyou-check svg {
    width: 20px;
    height: 20px;
}

.micros-thankyou .label-overline {
    margin-bottom: 8px;
}

.micros-thankyou .heading-2 {
    margin: 0 0 12px;
    font-size: clamp(1.75rem, 2.4vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.micros-thankyou .heading-3 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.micros-thankyou p {
    margin: 0;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 14px;
    line-height: 1.65;
}

.micros-thankyou-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.micros-thankyou-primary-cta,
.micros-thankyou-secondary-cta {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 44px !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.micros-thankyou-primary-cta {
    border: 1px solid hsl(var(--primary, 217 91% 60%)) !important;
    background: hsl(var(--primary, 217 91% 60%)) !important;
    color: hsl(var(--primary-foreground, 0 0% 100%)) !important;
}

.micros-thankyou-primary-cta:hover {
    background: hsl(var(--primary, 217 91% 60%) / 0.9) !important;
    color: hsl(var(--primary-foreground, 0 0% 100%)) !important;
}

.micros-thankyou-secondary-cta {
    align-self: start;
    border: 1px solid hsl(var(--border, 214 32% 91%)) !important;
    background: hsl(var(--background, 0 0% 100%)) !important;
    color: hsl(var(--foreground, 222 47% 11%)) !important;
}

.micros-thankyou-secondary-cta:hover {
    background: hsl(var(--secondary, 210 40% 96%)) !important;
    color: hsl(var(--foreground, 222 47% 11%)) !important;
}

.micros-thankyou-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.micros-thankyou-meta-card {
    min-width: 0;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 12px;
    background: hsl(var(--surface, 210 40% 98%));
    padding: 14px 16px;
}

.micros-thankyou-meta-card p {
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.micros-thankyou-meta-card strong {
    display: block;
    overflow-wrap: anywhere;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 15px;
    line-height: 1.35;
}

.micros-thankyou-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 20px;
    align-items: start;
    margin-top: 20px;
}

.micros-thankyou-panel-head {
    margin-bottom: 18px;
}

.micros-thankyou-billing {
    position: sticky;
    top: 24px;
}

.micros-thankyou-contact {
    display: grid;
    gap: 10px;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 14px;
    line-height: 1.6;
}

.micros-thankyou-contact strong {
    color: hsl(var(--foreground, 222 47% 11%));
}

.micros-thankyou-contact-row {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-wrap: anywhere;
}

.micros-thankyou-contact-row svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: hsl(var(--primary, 217 91% 60%));
}

.micros-thankyou .micros-thankyou-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

.micros-thankyou .micros-thankyou-table {
    overflow: hidden;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 12px;
}

.micros-thankyou .micros-thankyou-table th,
.micros-thankyou .micros-thankyou-table td {
    padding: 14px 16px;
    border-bottom: 1px solid hsl(var(--border, 214 32% 91%));
    font-size: 14px;
    line-height: 1.45;
    vertical-align: middle;
}

.micros-thankyou .micros-thankyou-table thead th {
    background: hsl(var(--surface, 210 40% 98%));
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.micros-thankyou .micros-thankyou-table th:last-child,
.micros-thankyou .micros-thankyou-table td:last-child {
    text-align: right;
    white-space: nowrap;
}

.micros-thankyou .micros-thankyou-table tbody td:first-child {
    font-weight: 700;
}

.micros-thankyou .micros-thankyou-table tbody td:first-child span {
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-weight: 600;
}

.micros-thankyou .micros-thankyou-table tbody tr:last-child td {
    border-bottom-color: hsl(var(--border, 214 32% 91%));
}

.micros-thankyou .micros-thankyou-table tfoot th,
.micros-thankyou .micros-thankyou-table tfoot td {
    background: hsl(var(--background, 0 0% 100%));
    color: hsl(var(--foreground, 222 47% 11%));
    font-weight: 700;
}

.micros-thankyou .micros-thankyou-table tfoot tr:last-child th,
.micros-thankyou .micros-thankyou-table tfoot tr:last-child td {
    border-bottom: 0;
}

.micros-thankyou .micros-thankyou-table tfoot tr.is-total th,
.micros-thankyou .micros-thankyou-table tfoot tr.is-total td {
    font-size: 15px;
}

.micros-thankyou address {
    margin: 0;
    font-style: normal;
}

@media (max-width: 900px) {
    .micros-contact-main-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .micros-checkout-page form.checkout {
        display: block;
        padding: 18px;
    }

    .micros-checkout-page #order_review_heading {
        margin-top: 28px;
    }

    .micros-cart-page .woocommerce {
        display: block;
    }

    .micros-cart-page .cart-collaterals {
        margin-top: 20px;
    }

    .micros-thankyou-confirmation-head,
    .micros-thankyou-detail-grid {
        grid-template-columns: 1fr;
    }

    .micros-thankyou-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .micros-thankyou-billing {
        position: static;
    }
}

.micros-logo-carousel {
    overflow: hidden;
}

.micros-logo-carousel__viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.micros-logo-carousel__viewport::before,
.micros-logo-carousel__viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80px;
    pointer-events: none;
}

.micros-logo-carousel__viewport::before {
    left: 0;
    background: linear-gradient(90deg, hsl(var(--surface, 210 40% 98%)), transparent);
}

.micros-logo-carousel__viewport::after {
    right: 0;
    background: linear-gradient(270deg, hsl(var(--surface, 210 40% 98%)), transparent);
}

.micros-logo-carousel__track {
    display: flex;
    align-items: center;
    gap: 72px;
    width: max-content;
    animation: micros-logo-scroll 38s linear infinite;
}

.micros-logo-carousel__viewport:hover .micros-logo-carousel__track {
    animation-play-state: paused;
}

.micros-logo-carousel__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 72px;
    margin: 0;
    padding: 12px 18px;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 4px;
    background: hsl(var(--background, 0 0% 100%));
}

.micros-logo-carousel__item img {
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
}

.micros-blog-posts {
    transition: opacity 0.18s ease;
}

.micros-blog-grid-section {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
}

.micros-blog-posts.is-loading {
    opacity: 0.45;
    pointer-events: none;
}

.micros-blog-pagination {
    margin-top: 2.5rem;
}

.micros-blog-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.micros-blog-pagination a,
.micros-blog-pagination span {
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.8rem;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 8px;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.micros-blog-pagination .current,
.micros-blog-pagination a:hover,
.micros-blog-pagination a:focus {
    border-color: hsl(var(--primary, 208 100% 45%));
    background: hsl(var(--primary, 208 100% 45%));
    color: #fff;
}

.micros-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.micros-contact-map {
    height: 400px;
}

.micros-contact-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 48px;
    align-items: start;
}

.micros-contact-main-grid .micros-leadform-card {
    max-width: none;
}

.micros-contact-hero-bullets {
    margin-top: 0.25rem;
}

.micros-contact-expect-text a {
    color: hsl(var(--primary, 217 91% 60%));
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.micros-contact-expect-text a:hover,
.micros-contact-expect-text a:focus {
    color: hsl(var(--primary, 217 91% 50%));
    text-decoration: underline;
    text-underline-offset: 3px;
}

.micros-contact-expect-text p {
    margin: 0;
}

.micros-single-post-featured {
    padding-top: 1.35rem;
}

.micros-single-post-hero {
    padding-top: 2.4rem !important;
    padding-bottom: 1.75rem !important;
}

.micros-single-post-body {
    padding-top: 2.5rem !important;
}

.micros-single-post-featured__figure {
    max-width: 960px;
    margin: 0 auto;
}

.micros-single-post-featured__image {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: top center;
    border-radius: 16px;
    border: 1px solid hsl(var(--border, 214 32% 91%));
}

.micros-single-post-featured figcaption,
.micros-single-post-content figcaption {
    margin-top: 0.65rem;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 0.85rem;
    line-height: 1.5;
    text-align: center;
}

.micros-single-post-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 880px);
    gap: 2.25rem;
    align-items: start;
}

.micros-single-post-layout.no-toc {
    grid-template-columns: minmax(0, 880px);
    justify-content: center;
}

.micros-single-post-toc {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.micros-single-post-toc-details {
    overflow: hidden;
}

.micros-single-post-toc-details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1.1rem 0.75rem;
    color: hsl(var(--primary, 208 100% 45%));
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
}

.micros-single-post-toc-details summary::-webkit-details-marker {
    display: none;
}

.micros-single-post-toc-details summary::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.18s ease;
}

.micros-single-post-toc-details[open] summary::after {
    transform: rotate(225deg);
}

.micros-single-post-toc nav {
    padding: 0 0.8rem 0.9rem;
}

.micros-single-post-toc ul {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    max-height: min(38vh, 320px);
    margin: 0;
    padding: 0;
    overflow-y: auto;
    list-style: none;
}

.micros-single-post-toc a {
    display: block;
    padding: 0.34rem 0.45rem;
    border-radius: 8px;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 0.86rem;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.micros-single-post-toc a:hover,
.micros-single-post-toc a:focus,
.micros-single-post-toc a.is-active {
    color: hsl(var(--primary, 208 100% 45%));
    background: hsl(var(--primary, 208 100% 45%) / 0.08);
}

.micros-single-post-toc a.is-active {
    font-weight: 700;
}

.micros-single-post-toc .toc-level-3 {
    padding-left: 0.65rem;
}

.micros-single-post-toc .toc-level-3 a {
    font-size: 0.8rem;
}

.micros-single-post-back-top {
    margin-top: 0.7rem;
    color: hsl(var(--primary, 208 100% 45%)) !important;
    font-size: 0.8rem !important;
    font-weight: 700;
}

.micros-single-post-help {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem !important;
}

.micros-single-post-help-cta {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    margin-top: 0.25rem;
    padding: 0.68rem 1rem !important;
    border-radius: 8px !important;
    background: #0073e6 !important;
    color: #fff !important;
    font-size: 0.82rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    gap: 0.5rem;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 8px 18px hsl(var(--primary, 208 100% 45%) / 0.14);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.micros-single-post-help-cta::after {
    content: "→";
    font-size: 0.95rem;
    line-height: 1;
    transform: translateY(-0.02rem);
}

.micros-single-post-help-cta:hover,
.micros-single-post-help-cta:focus {
    background: #0073e6e6 !important;
    color: #fff !important;
    box-shadow: 0 10px 22px hsl(var(--primary, 208 100% 45%) / 0.22);
    transform: translateY(-1px);
}

.micros-single-post-article {
    min-width: 0;
}

.micros-single-post-author {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 14px;
    background: hsl(var(--surface, 210 40% 98%));
}

.micros-single-post-author__avatar {
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    background: hsl(var(--background, 0 0% 100%));
}

.micros-single-post-author__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.micros-single-post-author__content {
    min-width: 0;
}

.micros-single-post-author__eyebrow,
.micros-author-page .micros-eyebrow {
    margin: 0 0 0.35rem;
    color: hsl(var(--primary, 208 100% 45%));
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.micros-single-post-author h2 {
    margin: 0 0 0.45rem;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 1.25rem;
    line-height: 1.25;
}

.micros-single-post-author h2 a {
    color: inherit;
    text-decoration: none;
}

.micros-single-post-author h2 a:hover,
.micros-single-post-author h2 a:focus {
    color: hsl(var(--primary, 208 100% 45%));
}

.micros-single-post-author p:not(.micros-single-post-author__eyebrow) {
    margin: 0;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 0.95rem;
    line-height: 1.6;
}

.micros-single-post-author__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 0.8rem;
}

.micros-single-post-author__links a {
    color: hsl(var(--primary, 208 100% 45%));
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.micros-single-post-author__links a:hover,
.micros-single-post-author__links a:focus {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.micros-single-post-content {
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 1rem;
    line-height: 1.64;
}

.micros-single-post-content > *:first-child {
    margin-top: 0;
}

.micros-single-post-content h2,
.micros-single-post-content h3,
.micros-single-post-content h4 {
    scroll-margin-top: 120px;
}

.micros-single-post-content h2 {
    margin-top: 2.15rem;
    margin-bottom: 0.75rem;
}

.micros-single-post-content h3 {
    margin-top: 1.55rem;
    margin-bottom: 0.55rem;
}

.micros-single-post-content h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.35;
}

.micros-single-post-content p,
.micros-single-post-content ul,
.micros-single-post-content ol,
.micros-single-post-content blockquote,
.micros-single-post-content table,
.micros-single-post-content figure,
.micros-single-post-content .wp-block-embed,
.micros-single-post-content .wp-block-media-text,
.micros-single-post-content .wp-block-buttons {
    margin-bottom: 1.05rem;
}

.micros-single-post-content ul,
.micros-single-post-content ol {
    padding-left: 0;
    list-style-position: outside;
}

.micros-single-post-content ul {
    list-style: none;
}

.micros-single-post-content ul li {
    position: relative;
    padding-left: 1.55rem;
}

.micros-single-post-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: hsl(var(--primary, 217 91% 60%));
    box-shadow: 0 0 0 4px hsl(var(--primary, 217 91% 60%) / 0.1);
}

.micros-single-post-content ul.is-style-checklist li::before,
.micros-single-post-content ul.checklist li::before,
.micros-single-post-content .wp-block-list.is-style-checklist li::before {
    top: 0.35rem;
    width: 1rem;
    height: 1rem;
    background: hsl(var(--primary, 208 100% 45%) / 0.12);
    box-shadow: none;
}

.micros-single-post-content ul.is-style-checklist li::after,
.micros-single-post-content ul.checklist li::after,
.micros-single-post-content .wp-block-list.is-style-checklist li::after {
    content: "";
    position: absolute;
    left: 0.32rem;
    top: 0.66rem;
    width: 0.36rem;
    height: 0.2rem;
    border-left: 2px solid hsl(var(--primary, 208 100% 45%));
    border-bottom: 2px solid hsl(var(--primary, 208 100% 45%));
    transform: rotate(-45deg);
}

.micros-single-post-content ol {
    counter-reset: micros-post-list;
    list-style: none;
}

.micros-single-post-content ol li {
    position: relative;
    counter-increment: micros-post-list;
    padding-left: 2rem;
}

.micros-single-post-content ol li::before {
    content: counter(micros-post-list);
    position: absolute;
    left: 0;
    top: 0.15rem;
    display: inline-flex;
    width: 1.35rem;
    height: 1.35rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: hsl(var(--primary, 217 91% 60%) / 0.1);
    color: hsl(var(--primary, 217 91% 60%));
    font-size: 0.75rem;
    font-weight: 800;
}

.micros-single-post-content li {
    margin-bottom: 0.7rem;
}

.micros-single-post-content blockquote,
.micros-single-post-content .wp-block-quote {
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid hsl(var(--primary, 217 91% 60%));
    border-radius: 12px;
    background: hsl(var(--surface, 210 40% 98%));
    color: hsl(var(--foreground, 222 47% 11%));
}

.micros-single-post-content blockquote p:last-child {
    margin-bottom: 0;
}

.micros-single-post-content table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 620px;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 0.91rem;
    line-height: 1.5;
}

.micros-single-post-content th,
.micros-single-post-content td {
    padding: 0.72rem 0.85rem;
    border: 0 !important;
    border-bottom: 1px solid hsl(var(--border, 214 32% 91%) / 0.82) !important;
    text-align: left;
    vertical-align: middle;
    overflow-wrap: anywhere;
}

.micros-single-post-content th:not(:last-child),
.micros-single-post-content td:not(:last-child) {
    border-right: 1px solid hsl(var(--border, 214 32% 91%) / 0.38) !important;
}

.micros-single-post-content th {
    background: transparent !important;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 0.88rem;
    font-weight: 750;
    letter-spacing: 0;
}

.micros-single-post-content tbody td:first-child,
.micros-single-post-content tbody th:first-child {
    color: hsl(var(--foreground, 222 47% 11%));
    font-weight: 650;
    width: 24%;
}

.micros-single-post-content tbody tr:nth-child(even) td,
.micros-single-post-content tbody tr:nth-child(even) th {
    background: transparent;
}

.micros-single-post-content tbody tr {
    transition: background-color 0.2s ease;
}

.micros-single-post-content tbody tr:hover td,
.micros-single-post-content tbody tr:hover th {
    background: hsl(var(--highlight, 210 100% 97%) / 0.55);
}

.micros-single-post-content tr:last-child td,
.micros-single-post-content tr:last-child th {
    border-bottom: 0 !important;
}

.micros-single-post-content .wp-block-table {
    overflow-x: auto;
    border-radius: 0;
    padding-bottom: 0.2rem;
    -webkit-overflow-scrolling: touch;
}

.micros-single-post-content .wp-block-table table {
    margin-bottom: 0;
}

.micros-single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.micros-single-post-content figure img {
    display: block;
}

.micros-single-post-content .wp-block-image,
.micros-single-post-content .wp-block-gallery,
.micros-single-post-content .wp-block-embed {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.micros-single-post-content .wp-block-pullquote,
.micros-single-post-content .micros-callout,
.micros-single-post-content .callout,
.micros-single-post-content .note,
.micros-single-post-content .info,
.micros-single-post-content .warning {
    padding: 1.25rem 1.5rem;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 14px;
    background: hsl(var(--highlight, 210 100% 97%));
}

.micros-single-post-content .warning {
    border-color: hsl(38 92% 50% / 0.28);
    background: hsl(45 93% 95%);
}

.micros-single-post-content hr,
.micros-single-post-content .wp-block-separator {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid hsl(var(--border, 214 32% 91%));
}

.micros-single-post-content .wp-block-button__link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: hsl(var(--primary, 217 91% 60%));
    color: hsl(var(--primary-foreground, 0 0% 100%));
    padding: 0.75rem 1.15rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease;
}

.micros-single-post-content .wp-block-button__link:hover {
    background: hsl(var(--primary, 217 91% 54%));
    color: hsl(var(--primary-foreground, 0 0% 100%));
}

.micros-default-page-content {
    margin-left: auto;
    margin-right: auto;
}

.micros-default-page-content > *:last-child {
    margin-bottom: 0;
}

.micros-404-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
}

.micros-404-search {
    display: flex;
    width: 100%;
    max-width: 640px;
    gap: 0.75rem;
    margin-top: 2rem;
}

.micros-404-search input[type="search"] {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    border: 1px solid hsl(var(--input, 214 32% 91%));
    border-radius: 8px;
    background: hsl(var(--background, 0 0% 100%));
    color: hsl(var(--foreground, 222 47% 11%));
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

.micros-404-search input[type="search"]:focus {
    border-color: hsl(var(--primary, 217 91% 60%));
    outline: 0;
    box-shadow: 0 0 0 3px hsl(var(--primary, 217 91% 60%) / 0.14);
}

.micros-404-search button,
.micros-404-button {
    display: inline-flex;
    min-height: 46px;
    min-width: 132px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.micros-404-search button,
.micros-404-button-primary {
    border: 1px solid hsl(var(--primary, 217 91% 60%));
    background: hsl(var(--primary, 217 91% 60%));
    color: hsl(var(--primary-foreground, 0 0% 100%));
}

.micros-404-search button:hover,
.micros-404-button-primary:hover {
    background: hsl(var(--primary, 217 91% 54%));
    border-color: hsl(var(--primary, 217 91% 54%));
    color: hsl(var(--primary-foreground, 0 0% 100%));
}

.micros-404-button-secondary {
    border: 1px solid hsl(var(--border, 214 32% 91%));
    background: hsl(var(--background, 0 0% 100%));
    color: hsl(var(--foreground, 222 47% 11%));
}

.micros-404-button-secondary:hover {
    border-color: hsl(var(--primary, 217 91% 60%) / 0.28);
    background: hsl(var(--secondary, 210 10% 96%));
    color: hsl(var(--foreground, 222 47% 11%));
}

.micros-404-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.micros-404-help {
    padding: 1.5rem;
}

.micros-404-section-heading {
    margin-bottom: 2rem;
}

.micros-404-destination-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 1.5rem;
}

.micros-404-destination-card p {
    flex: 1;
}

.micros-404-destination-card span {
    margin-top: 0.5rem;
}

@media (min-width: 1024px) {
    .micros-404-hero-grid {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 4rem;
    }
}

@media (max-width: 640px) {
    .micros-404-search {
        flex-direction: column;
    }

    .micros-404-search button,
    .micros-404-button {
        width: 100%;
    }
}

.micros-single-post-content details,
.micros-article-faq-item {
    border-top: 1px solid hsl(var(--border, 214 32% 91%));
    padding: 0;
}

.micros-single-post-content details:last-child,
.micros-article-faq-item:last-child {
    border-bottom: 1px solid hsl(var(--border, 214 32% 91%));
}

.micros-single-post-content summary,
.micros-article-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    cursor: pointer;
    color: hsl(var(--foreground, 222 47% 11%));
    font-weight: 700;
    list-style: none;
}

.micros-single-post-content summary::-webkit-details-marker,
.micros-article-faq-item summary::-webkit-details-marker {
    display: none;
}

.micros-single-post-content details > *:not(summary),
.micros-article-faq-item__answer {
    padding-bottom: 1rem;
}

.micros-article-faq {
    margin: 2.35rem 0 2.75rem;
}

.micros-article-faq__eyebrow {
    margin-bottom: 0.6rem !important;
    color: hsl(var(--primary, 208 100% 45%));
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.micros-article-faq > h2 {
    margin-top: 0 !important;
    margin-bottom: 1.6rem !important;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
    text-align: center;
}

.micros-article-faq__items {
    margin-top: 0;
}

.micros-article-faq-item {
    border-top-color: hsl(var(--border, 214 32% 91%) / 0.9);
}

.micros-article-faq-item summary {
    min-height: 3.4rem;
    padding: 0.85rem 0;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.micros-article-faq-item summary:hover {
    color: hsl(var(--primary, 208 100% 45%));
}

.micros-article-faq-item__icon {
    position: relative;
    flex: 0 0 auto;
    width: 0.8rem;
    height: 0.8rem;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    transition: transform 0.2s ease;
}

.micros-article-faq-item__icon::before {
    content: "";
    position: absolute;
    inset: 0.18rem 0.12rem 0.12rem 0.18rem;
    border-right: 1.8px solid currentColor;
    border-bottom: 1.8px solid currentColor;
    transform: rotate(45deg);
}

.micros-article-faq-item[open] .micros-article-faq-item__icon {
    transform: rotate(180deg);
}

.micros-article-faq-item__answer {
    padding: 0 0 1rem;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 0.94rem;
    font-weight: 400;
    line-height: 1.58;
}

.micros-article-faq-item__answer p,
.micros-article-faq-item__answer li {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.micros-article-faq-item__answer p:last-child {
    margin-bottom: 0;
}

.micros-article-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 2.5rem 0;
    padding: 1.5rem;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 16px;
    background: hsl(var(--surface, 210 40% 98%));
}

.micros-article-cta h3 {
    margin: 0 0 0.35rem !important;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 1.05rem !important;
    letter-spacing: 0;
}

.micros-article-cta p {
    margin: 0 !important;
    font-size: 0.95rem;
}

.micros-article-cta a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: hsl(var(--primary, 217 91% 60%));
    color: hsl(var(--primary-foreground, 0 0% 100%)) !important;
    padding: 0.75rem 1.1rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}

.micros-article-cta a:hover {
    background: hsl(var(--primary, 217 91% 54%));
    transform: translateY(-1px);
}

.micros-single-post-related {
    min-height: 100%;
}

.micros-author-hero {
    padding-top: 2.6rem !important;
    padding-bottom: 2.5rem !important;
}

.micros-author-hero__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 780px);
    gap: 1.5rem;
    align-items: center;
}

.micros-author-hero__avatar {
    width: 104px;
    height: 104px;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    background: hsl(var(--surface, 210 40% 98%));
}

.micros-author-hero__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.micros-author-hero__content {
    min-width: 0;
}

.micros-author-hero__content h1 {
    margin-bottom: 0.75rem;
}

.micros-author-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1rem;
    color: hsl(var(--muted-foreground, 215 16% 47%));
    font-size: 0.9rem;
}

.micros-author-hero__meta a {
    color: hsl(var(--primary, 208 100% 45%));
    font-weight: 700;
    text-decoration: none;
}

.micros-author-hero__meta a:hover,
.micros-author-hero__meta a:focus {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.micros-author-posts {
    padding-top: 3rem !important;
}

.micros-author-posts__head {
    margin-bottom: 1.5rem;
}

.micros-author-posts__head h2 {
    margin: 0;
}

.micros-author-pagination {
    margin-top: 2rem;
}

.micros-author-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.micros-author-pagination a,
.micros-author-pagination span {
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.8rem;
    border: 1px solid hsl(var(--border, 214 32% 91%));
    border-radius: 8px;
    color: hsl(var(--foreground, 222 47% 11%));
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.micros-author-pagination .current,
.micros-author-pagination a:hover,
.micros-author-pagination a:focus {
    border-color: hsl(var(--primary, 208 100% 45%));
    background: hsl(var(--primary, 208 100% 45%));
    color: #fff;
}

.micros-author-empty {
    max-width: 720px;
    padding: 1.5rem;
}

.micros-author-empty h2 {
    margin: 0 0 0.5rem;
    color: hsl(var(--foreground, 222 47% 11%));
}

.micros-author-empty p {
    margin: 0 0 1rem;
    color: hsl(var(--muted-foreground, 215 16% 47%));
}

.micros-author-empty a {
    color: hsl(var(--primary, 208 100% 45%));
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 900px) {
    .micros-contact-main-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 2rem;
    }

    .micros-contact-main-grid > *,
    .micros-contact-main-grid aside {
        min-width: 0;
        width: 100%;
    }

    .micros-contact-main-grid .micros-leadform-card {
        width: 100%;
        max-width: 100% !important;
    }
}

@media (max-width: 640px) {
    .micros-contact-main-grid .micros-leadform-card {
        padding: 24px 18px !important;
        border-radius: 16px;
    }

    .micros-contact-main-grid .micros-cf7-form form,
    .micros-contact-main-grid .micros-cf7-form form > div:first-of-type,
    .micros-contact-main-grid .micros-cf7-form form > p:first-of-type > div {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 12px;
    }

    .micros-contact-main-grid .micros-cf7-form input:not([type="submit"]),
    .micros-contact-main-grid .micros-cf7-form select,
    .micros-contact-main-grid .micros-cf7-form textarea {
        min-width: 0;
        font-size: 14px;
    }

    .micros-contact-main-grid .rounded-2xl,
    .micros-contact-main-grid .rounded-xl {
        max-width: 100%;
    }
}

@media (max-width: 1023px) {
    .micros-single-post-layout {
        display: block;
    }

    .micros-single-post-toc {
        position: static;
        margin-bottom: 1.5rem;
    }

    .micros-single-post-toc ul {
        max-height: 48vh;
        overflow-y: auto;
    }

    .micros-single-post-help {
        display: none;
    }
}

@media (max-width: 640px) {
    .micros-single-post-hero {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .micros-single-post-featured {
        padding-top: 1.5rem;
    }

    .micros-single-post-featured__image {
        max-height: 360px;
        border-radius: 12px;
    }

    .micros-single-post-content {
        font-size: 0.96rem;
    }

    .micros-single-post-content table {
        display: block;
        min-width: 560px;
        max-width: 100%;
        overflow-x: auto;
        font-size: 0.86rem;
        -webkit-overflow-scrolling: touch;
    }

    .micros-single-post-content th,
    .micros-single-post-content td {
        padding: 0.65rem 0.75rem;
    }

    .micros-article-cta {
        display: block;
        padding: 1.25rem;
    }

    .micros-article-cta a {
        width: 100%;
        margin-top: 1rem;
    }

    .micros-single-post-author {
        grid-template-columns: 1fr;
    }

    .micros-single-post-author__avatar {
        width: 58px;
        height: 58px;
    }

    .micros-author-hero__inner {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .micros-author-hero__avatar {
        width: 84px;
        height: 84px;
    }
}

@keyframes micros-logo-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 640px) {
    .micros-logo-carousel__track {
        gap: 28px;
        animation-duration: 28s;
    }

    .micros-logo-carousel__item {
        width: 118px;
        height: 58px;
        padding: 10px 14px;
    }

    .micros-logo-carousel__item img {
        max-height: 38px;
    }

    .micros-logo-carousel__viewport::before,
    .micros-logo-carousel__viewport::after {
        width: 36px;
    }

    .micros-checkout-hero {
        padding-top: 1.75rem !important;
        padding-bottom: 2rem !important;
    }

    .micros-checkout-hero .display-1 {
        font-size: 2rem;
    }

    .micros-checkout-page {
        padding-top: 2rem !important;
        padding-bottom: 3rem !important;
    }

    .micros-cart-hero {
        padding-top: 1.75rem !important;
        padding-bottom: 2rem !important;
    }

    .micros-cart-hero .display-1 {
        font-size: 2rem;
    }

    .micros-cart-page {
        padding-top: 2rem !important;
        padding-bottom: 3rem !important;
    }

    .micros-cart-page .woocommerce-message,
    .micros-cart-page .woocommerce-info {
        display: block;
        min-height: 0;
        padding: 12px 14px 12px 48px !important;
    }

    .micros-cart-page .woocommerce-message::before,
    .micros-cart-page .woocommerce-info::before {
        left: 18px;
    }

    .micros-cart-page .woocommerce-message .button,
    .micros-cart-page .woocommerce-info .button {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .micros-woo-page table.shop_table_responsive tr,
    .micros-woo-page table.shop_table_responsive tbody tr {
        border: 1px solid hsl(var(--border, 214 32% 91%));
        border-radius: 12px;
        margin-bottom: 12px;
        background: hsl(var(--background, 0 0% 100%));
    }

    .micros-cart-page table.shop_table {
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    .micros-cart-page table.shop_table_responsive tr,
    .micros-cart-page table.shop_table_responsive tbody tr {
        overflow: hidden;
        margin-bottom: 12px;
        box-shadow: none;
    }

    .micros-cart-page table.shop_table_responsive tr:last-child,
    .micros-cart-page table.shop_table_responsive tbody tr:last-child {
        margin-bottom: 0;
    }

    .micros-cart-page table.shop_table_responsive tr:has(> td.actions),
    .micros-cart-page table.shop_table_responsive tbody tr:has(> td.actions) {
        border: 0 !important;
        border-radius: 0 !important;
        margin-top: -1px;
        margin-bottom: 0;
        background: transparent !important;
        overflow: visible;
    }

    .micros-cart-page table.shop_table_responsive td.actions {
        border: 0 !important;
        border-top: 1px solid hsl(var(--border, 214 32% 91%)) !important;
        border-radius: 0 !important;
        padding: 14px 16px !important;
        background: hsl(var(--background, 0 0% 100%)) !important;
        box-shadow: none !important;
    }

    .micros-cart-page table.shop_table_responsive td.actions::before {
        display: none !important;
    }

    .micros-cart-page table.shop_table_responsive td.actions .button {
        width: 100%;
    }

    .micros-woo-page table.shop_table_responsive tr td {
        padding: 10px 12px !important;
    }

    .micros-woo-page .cart_totals {
        width: 100% !important;
        padding: 16px;
    }

    .micros-woo-page .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }

    .micros-thankyou-confirmation,
    .micros-thankyou-panel,
    .micros-thankyou-empty,
    .micros-thankyou-failed {
        padding: 20px;
    }

    .micros-thankyou-meta-grid {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .micros-thankyou .heading-2 {
        font-size: 1.65rem;
    }

    .micros-thankyou-secondary-cta,
    .micros-thankyou-primary-cta {
        width: 100% !important;
    }

    .micros-thankyou .micros-thankyou-table th,
    .micros-thankyou .micros-thankyou-table td {
        padding: 12px;
        font-size: 13px;
    }

    .micros-thankyou .micros-thankyou-table thead th {
        font-size: 10px;
    }
}
.wp-block-table thead {
	border-bottom: 1px solid #e5e7eb!important;
}
