/* MonkeyButtAI Deals public styles — v1.4.28 */
.mba-deals-list {
    --mba-border: rgba(127, 127, 127, 0.20);
    --mba-soft: rgba(127, 127, 127, 0.07);
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.mba-deals-list,
.mba-deals-list * {
    box-sizing: border-box;
}

.mba-deals-list img {
    max-width: 100%;
}

.mba-deals-list section,
.mba-deals-list article,
.mba-deals-list div {
    min-width: 0;
}


/* Quick jump navigation — lightweight utility bar, not another content card. */
.mba-deals-jump-nav {
    margin: 0 0 38px;
    padding: 0 0 18px;
    border: 0;
    border-bottom: 1px solid var(--mba-border);
    background: transparent;
}


.mba-deals-jump-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.mba-deals-jump-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
}

.mba-deals-jump-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 9px 16px;
    border: 1px solid var(--mba-border);
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font-size: 1.07rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.mba-deals-jump-link:hover,
.mba-deals-jump-link:focus {
    border-color: currentColor;
    background: var(--mba-soft);
    color: inherit;
    text-decoration: none;
}

.mba-deals-jump-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* Leave enough space above anchored headings for GridBone's header/admin bar.
   The extra context also makes it visually obvious which section was selected. */
.mba-best-deals-title,
.mba-ending-soon-title,
.mba-free-offers-title,
.mba-student-deals-title,
.mba-deals-section-title,
.mba-annual-savings-title {
    scroll-margin-top: 120px;
}

/* Standard editorial deal entry */
.mba-deal-entry {
    margin: 0 0 30px;
    padding: 24px 26px 22px;
    border: 1px solid var(--mba-border);
    border-radius: 12px;
    background: var(--mba-soft);
}

.mba-deal-entry:last-child {
    margin-bottom: 0;
}

.mba-deal-company {
    margin: 0 0 8px;
    font-size: clamp(1.35rem, 2.5vw, 1.7rem);
    line-height: 1.2;
}

.mba-deal-headline {
    margin: 0 0 5px;
    font-weight: 800;
    font-size: 1.06rem;
    line-height: 1.35;
    letter-spacing: 0.01em;
}

.mba-deal-price {
    margin: 0 0 16px;
    font-weight: 700;
}

.mba-deal-expiration,
.mba-best-deal-expiration,
.mba-section-featured-expiration,
.mba-student-deal-expiration,
.mba-annual-savings-expiration {
    margin: -8px 0 14px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 800;
}

.mba-student-deal-expiration,
.mba-annual-savings-expiration {
    margin: 4px 0 0;
}

.mba-deal-copy p {
    margin: 0 0 11px;
    line-height: 1.65;
}

.mba-deal-stars {
    color: #f2c94c;
    white-space: nowrap;
    letter-spacing: 0.04em;
    font-weight: 800;
}

.mba-deal-cta-wrap {
    margin: 18px 0 0;
}

.mba-deal-cta,
.mba-best-deal-cta,
.mba-section-featured-cta,
.mba-ending-soon-cta,
.mba-student-deal-cta,
.mba-annual-savings-cta {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    font-weight: 850;
    text-decoration: none;
    border-bottom: 2px solid currentColor;
    padding: 7px 0 5px;
    line-height: 1.2;
}

.mba-deal-cta:hover,
.mba-deal-cta:focus,
.mba-best-deal-cta:hover,
.mba-best-deal-cta:focus,
.mba-section-featured-cta:hover,
.mba-section-featured-cta:focus,
.mba-ending-soon-cta:hover,
.mba-ending-soon-cta:focus,
.mba-student-deal-cta:hover,
.mba-student-deal-cta:focus,
.mba-annual-savings-cta:hover,
.mba-annual-savings-cta:focus,
.mba-best-deal-image-link:hover,
.mba-best-deal-image-link:focus,
.mba-section-featured-image-link:hover,
.mba-section-featured-image-link:focus {
    opacity: 0.8;
}

/* Category grouping */
.mba-deals-section {
    margin: 0 0 48px;
}

.mba-deals-section:last-child {
    margin-bottom: 0;
}

.mba-deals-section-title,
.mba-free-offers-title,
.mba-ending-soon-title,
.mba-student-deals-title,
.mba-annual-savings-title {
    margin: 0 0 18px;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.2;
    font-weight: 850;
}

.mba-deals-section-list {
    width: 100%;
}

/* Best Deals of the Day — strongest visual cards */
.mba-best-deals-section {
    margin: 0 0 54px;
}

.mba-best-deals-title {
    margin: 0 0 20px;
    font-size: clamp(1.55rem, 3.2vw, 2.15rem);
    line-height: 1.15;
    font-weight: 900;
}

.mba-best-deals-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.mba-best-deal-card {
    overflow: hidden;
    border: 1px solid var(--mba-border);
    border-radius: 14px;
    background: var(--mba-soft);
}

.mba-best-deal-image-link,
.mba-best-deal-image {
    display: block;
    width: 100%;
}

.mba-best-deal-image {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.mba-best-deal-info {
    padding: 18px 19px 19px;
}

.mba-best-deal-card.no-image .mba-best-deal-info {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mba-best-deal-company {
    margin: 0 0 7px;
    font-size: 1.25rem;
    line-height: 1.2;
}

.mba-best-deal-headline {
    margin: 0 0 5px;
    font-weight: 850;
    line-height: 1.35;
}

.mba-best-deal-price {
    margin: 0;
    font-weight: 700;
}

.mba-best-deal-cta-wrap {
    margin: 12px 0 0;
}

/* Section-featured cards — deliberately quieter/smaller than Best Deals */
.mba-section-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    margin: 0 0 26px;
}

.mba-section-featured-card {
    overflow: hidden;
    border: 1px solid var(--mba-border);
    border-radius: 11px;
    background: var(--mba-soft);
}

.mba-section-featured-image-link,
.mba-section-featured-image {
    display: block;
    width: 100%;
}

.mba-section-featured-image {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.mba-section-featured-info {
    padding: 13px 14px 14px;
}

.mba-section-featured-card.no-image .mba-section-featured-info {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mba-section-featured-company {
    margin: 0 0 5px;
    font-size: 1.05rem;
    line-height: 1.2;
}

.mba-section-featured-headline {
    margin: 0 0 4px;
    font-size: 0.94rem;
    font-weight: 850;
    line-height: 1.32;
}

.mba-section-featured-price {
    margin: 0;
    font-size: 0.91rem;
    font-weight: 700;
}

.mba-section-featured-cta-wrap {
    margin: 9px 0 0;
}

.mba-section-featured-cta {
    min-height: 36px;
    font-size: 0.88rem;
}

/* Ending Soon */
.mba-ending-soon-section {
    margin: 0 0 48px;
}

.mba-ending-soon-list {
    border: 1px solid var(--mba-border);
    border-radius: 12px;
    overflow: hidden;
    background: var(--mba-soft);
}

.mba-ending-soon-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 18px;
}

.mba-ending-soon-entry + .mba-ending-soon-entry {
    border-top: 1px solid var(--mba-border);
}

.mba-ending-soon-company {
    margin: 0 0 3px;
    font-size: 1.08rem;
    line-height: 1.25;
}

.mba-ending-soon-headline {
    margin: 0;
    font-weight: 700;
    line-height: 1.35;
}

.mba-ending-soon-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex: 0 0 auto;
}

.mba-ending-soon-date {
    font-weight: 700;
    white-space: nowrap;
}

.mba-ending-soon-cta {
    white-space: nowrap;
}

/* Free Offers major section */
.mba-free-offers-section {
    margin: 0 0 48px;
}

/* Compact Student Deals */
.mba-student-deals-section {
    margin: 0 0 48px;
}

.mba-student-deals-title {
    margin-bottom: 16px;
}

.mba-student-deals-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mba-student-deal-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 17px;
    border: 1px solid var(--mba-border);
    border-radius: 10px;
    background: var(--mba-soft);
}

.mba-student-deal-company {
    margin: 0 0 3px;
    font-size: 1.06rem;
    line-height: 1.25;
}

.mba-student-deal-headline {
    margin: 0;
    font-weight: 750;
    line-height: 1.35;
}

.mba-student-deal-price {
    margin: 3px 0 0;
    font-size: 0.94rem;
    line-height: 1.35;
}

.mba-student-deal-cta {
    flex: 0 0 auto;
    white-space: nowrap;
}

/* Compact Annual Savings */
.mba-annual-savings-section {
    margin: 0 0 48px;
}

.mba-annual-savings-title {
    margin-bottom: 16px;
}

.mba-annual-savings-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mba-annual-savings-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 17px;
    border: 1px solid var(--mba-border);
    border-radius: 10px;
    background: var(--mba-soft);
}

.mba-annual-savings-company {
    margin: 0 0 3px;
    font-size: 1.06rem;
    line-height: 1.25;
}

.mba-annual-savings-headline {
    margin: 0;
    font-weight: 750;
    line-height: 1.35;
}

.mba-annual-savings-price {
    margin: 3px 0 0;
    font-size: 0.94rem;
    line-height: 1.35;
}

.mba-annual-savings-cta {
    flex: 0 0 auto;
    white-space: nowrap;
}

/* Tablet */
@media (max-width: 1000px) {
    .mba-section-featured-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .mba-best-deals-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mba-section-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mba-student-deals-list,
    .mba-annual-savings-list {
        grid-template-columns: 1fr;
    }
}

/* Phones */
@media (max-width: 640px) {

    .mba-deals-jump-nav {
        margin-bottom: 30px;
        padding: 0 0 14px;
    }


   .mba-deals-jump-links {
        display: block;
        overflow-x: auto;
        padding: 1px 1px 6px;
        white-space: nowrap;
        text-align: left;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-inline: contain;
    }

    .mba-deals-jump-row {
        display: inline-flex;
        flex-wrap: nowrap;
        gap: 8px;
        margin-right: 8px;
        max-width: none;
        vertical-align: top;
    }

    .mba-deals-jump-link {
        flex: 0 0 auto;
        min-height: 42px;
        padding: 8px 14px;
        font-size: 1rem;
    }

    .mba-best-deals-title,
    .mba-ending-soon-title,
    .mba-free-offers-title,
    .mba-deals-section-title,
    .mba-annual-savings-title {
        scroll-margin-top: 96px;
    }

    .mba-best-deals-section {
        margin-bottom: 42px;
    }

    .mba-best-deals-grid,
    .mba-section-featured-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mba-section-featured-grid {
        margin-bottom: 22px;
    }

    .mba-deals-section,
    .mba-free-offers-section,
    .mba-ending-soon-section,
    .mba-student-deals-section,
    .mba-annual-savings-section {
        margin-bottom: 36px;
    }

    .mba-deals-section-title,
    .mba-free-offers-title,
    .mba-ending-soon-title,
    .mba-student-deals-title,
    .mba-annual-savings-title {
        margin-bottom: 14px;
    }

    .mba-deal-entry {
        padding: 19px 18px 18px;
        margin-bottom: 22px;
        border-radius: 10px;
    }

    .mba-deal-copy p {
        line-height: 1.58;
    }

    .mba-best-deal-info {
        padding: 16px 16px 17px;
    }

    .mba-section-featured-info {
        padding: 15px 16px 16px;
    }

    .mba-section-featured-company {
        font-size: 1.12rem;
    }

    .mba-section-featured-headline {
        font-size: 0.98rem;
    }

    .mba-ending-soon-entry {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 15px 16px;
    }

    .mba-ending-soon-meta {
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        gap: 8px 12px;
    }

    .mba-ending-soon-date {
        white-space: normal;
    }

    .mba-student-deal-entry,
    .mba-annual-savings-entry {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 14px 15px;
    }

    .mba-deal-cta,
    .mba-best-deal-cta,
    .mba-section-featured-cta,
    .mba-ending-soon-cta,
    .mba-student-deal-cta,
    .mba-annual-savings-cta {
        min-height: 44px;
    }
}

@media (max-width: 420px) {
    .mba-deal-entry {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mba-best-deal-card,
    .mba-section-featured-card,
    .mba-ending-soon-list,
    .mba-student-deal-entry,
    .mba-annual-savings-entry {
        border-radius: 9px;
    }

    .mba-best-deals-title,
    .mba-deals-section-title,
    .mba-free-offers-title,
    .mba-ending-soon-title,
    .mba-student-deals-title,
    .mba-annual-savings-title {
        overflow-wrap: anywhere;
    }
}

/* Phase 14 mobile refinement — avoid stacked giant/repetitive featured cards */
@media (max-width: 640px) {
    /* Best Deals remain the primary visual feature. Preserve the full designed
       artwork on phones instead of cropping it into a forced landscape frame. */
    .mba-best-deal-card.has-image {
        height: auto !important;
        min-height: 0 !important;
    }

    .mba-best-deal-visual {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: auto !important;
        line-height: 0 !important;
        overflow: hidden;
    }

    .mba-best-deal-image-link {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: auto !important;
        line-height: 0 !important;
    }

    img.mba-best-deal-image {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: auto !important;
        object-fit: contain !important;
        object-position: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .mba-best-deal-info {
        padding: 14px 15px 15px;
    }

    .mba-best-deal-card.no-image .mba-best-deal-info {
        min-height: 0;
    }

    /* On phones, section-featured deals become compact text callouts.
       The image is intentionally hidden to prevent repetitive image-heavy scrolling. */
    .mba-section-featured-grid {
        gap: 9px;
        margin-bottom: 18px;
    }

    .mba-section-featured-card,
    .mba-section-featured-card.has-image {
        display: block;
    }

    .mba-section-featured-visual,
    .mba-section-featured-image-link,
    .mba-section-featured-image {
        display: none !important;
    }

    .mba-section-featured-info,
    .mba-section-featured-card.no-image .mba-section-featured-info {
        min-height: 0;
        padding: 12px 14px 13px;
    }

    .mba-section-featured-company {
        margin-bottom: 3px;
        font-size: 1rem;
    }

    .mba-section-featured-headline {
        margin-bottom: 3px;
        font-size: 0.91rem;
    }

    .mba-section-featured-price {
        font-size: 0.86rem;
    }

    .mba-section-featured-cta-wrap {
        margin-top: 7px;
        margin-bottom: 0;
    }

    .mba-section-featured-cta {
        min-height: 36px;
        padding-top: 5px;
        padding-bottom: 4px;
        font-size: 0.82rem;
    }
}


/* Phase 14 card geometry fix — square artwork + content-height cards.
   Best Deal cards must never stretch to the height of another grid item. */
.mba-best-deals-grid {
    align-items: start !important;
    align-content: start !important;
    grid-auto-rows: max-content !important;
}

.mba-best-deal-card,
.mba-best-deal-card.has-image,
.mba-best-deal-card.no-image {
    display: block !important;
    align-self: start !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.mba-best-deal-card.has-image .mba-best-deal-visual {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.mba-best-deal-card.has-image .mba-best-deal-image-link {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    line-height: 0 !important;
}

.mba-best-deal-card.has-image img.mba-best-deal-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mba-best-deal-info {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

/* The same geometry applies at phone widths: the square simply scales with
   the available column width; it is not converted to a landscape crop. */
@media (max-width: 640px) {
    .mba-best-deal-card.has-image .mba-best-deal-visual {
        aspect-ratio: 1 / 1 !important;
    }

    .mba-best-deal-card.has-image img.mba-best-deal-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}


/* v1.3.6 canonical Best Deal geometry.
   Cards keep a stable maximum width instead of expanding when the grid
   changes from 3 columns to 2 to 1. The square artwork scales with the card,
   and the card height is only artwork + content. */
.mba-best-deals-grid {
    align-items: start !important;
    align-content: start !important;
    grid-auto-rows: auto !important;
}

.mba-best-deal-card,
.mba-best-deal-card.has-image,
.mba-best-deal-card.no-image {
    box-sizing: border-box !important;
    width: min(100%, 320px) !important;
    max-width: 320px !important;
    height: fit-content !important;
    min-height: 0 !important;
    max-height: none !important;
    align-self: start !important;
    justify-self: start !important;
}

.mba-best-deal-card.has-image .mba-best-deal-visual {
    display: block !important;
    position: static !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.mba-best-deal-card.has-image .mba-best-deal-image-link {
    display: block !important;
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    line-height: 0 !important;
}

.mba-best-deal-card.has-image img.mba-best-deal-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mba-best-deal-info {
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

@media (max-width: 640px) {
    .mba-best-deal-card,
    .mba-best-deal-card.has-image,
    .mba-best-deal-card.no-image {
        width: min(100%, 320px) !important;
        max-width: 320px !important;
        justify-self: center !important;
    }
}


/* Reusable visual-break / house-promo banner slots. */
.mba-deals-visual-break {
    width: 100%;
    margin: 46px 0;
    border-radius: 10px;
    overflow: hidden;
}

.mba-deals-visual-break.is-placeholder {
    min-height: clamp(86px, 10vw, 118px);
    padding: 16px 22px;
    border: 1px dashed rgba(127, 127, 127, 0.38);
    background: rgba(127, 127, 127, 0.055);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
}

.mba-deals-visual-break.has-image {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.mba-deals-visual-break-link,
.mba-deals-visual-break-picture,
.mba-deals-visual-break-image {
    display: block;
    width: 100%;
}

.mba-deals-visual-break-link {
    text-decoration: none;
}

.mba-deals-visual-break-image {
    height: auto;
    max-width: 100%;
    border: 0;
    border-radius: 10px;
}

.mba-deals-visual-break-label {
    font-size: 0.92rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mba-deals-visual-break-note {
    font-size: 0.82rem;
    line-height: 1.35;
    opacity: 0.68;
}

@media (max-width: 640px) {
    .mba-deals-visual-break {
        margin: 34px 0;
    }

    .mba-deals-visual-break.is-placeholder {
        min-height: 76px;
        padding: 13px 16px;
    }

    .mba-deals-visual-break-note {
        font-size: 0.76rem;
    }
}


/* v1.4.27 — Best Deals of the Day: equal-height cards per grid row.
   This deliberately overrides the older canonical geometry rules above,
   which forced each card to fit its own content height. On tablet/desktop,
   the grid row now determines the height and every card stretches to the
   tallest deal in that row. The CTA is pinned to the bottom of the text area. */
@media (min-width: 641px) {
    .mba-deals-list .mba-best-deals-grid {
        align-items: stretch !important;
        align-content: start !important;
        grid-auto-rows: auto !important;
    }

    .mba-deals-list .mba-best-deal-card,
    .mba-deals-list .mba-best-deal-card.has-image,
    .mba-deals-list .mba-best-deal-card.no-image {
        display: flex !important;
        flex-direction: column !important;
        align-self: stretch !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    .mba-deals-list .mba-best-deal-info,
    .mba-deals-list .mba-best-deal-card.no-image .mba-best-deal-info {
        display: flex !important;
        flex: 1 1 auto !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    .mba-deals-list .mba-best-deal-cta-wrap {
        margin-top: auto !important;
        margin-bottom: 0 !important;
        padding-top: 12px !important;
    }
}
