/* Tailwind via CDN is used for styling. This file is kept intentionally minimal. */
.rounded-btn {
    border-radius: 5px !important;
}

.rounded-site {
    border-radius: 10px !important;
}

.review-track {
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.review-track > article {
    scroll-snap-align: start;
}

.review-track::-webkit-scrollbar {
    display: none;
}

.article-content .article-list {
    margin: 1rem 0 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.article-content .article-list li {
    display: flex !important;
    align-items: flex-start;
    gap: 0.65rem;
    margin-top: 0.35rem !important;
}

.article-content .article-list-marker {
    color: #304476;
    line-height: 1.75rem;
    flex: 0 0 auto;
    font-size: 0.85rem;
    margin-top: 0.1rem;
}

.article-content .article-list-marker-number {
    min-width: 1rem;
    font-size: 0.95rem;
    font-weight: 700;
}

.mobile-call-fab {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    background: #16a34a;
    color: #fff;
    box-shadow: 0 18px 45px rgba(0, 39, 141, 0.10);
}

.mobile-call-fab:hover {
    background: #15803d;
}

@media (min-width: 768px) {
    .mobile-call-fab {
        display: none;
    }
}

.why-advantages-layout {
    display: grid;
    gap: 1.5rem;
}

.why-advantages-row {
    display: grid;
    gap: 1.5rem;
}

.why-advantage-card,
.why-advantage-image {
    min-width: 0;
}

.why-advantage-image {
    justify-self: center;
    width: 100%;
    max-width: 320px;
}

@media (min-width: 768px) {
    .why-advantages-row {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        align-items: center;
    }

    .why-advantages-row-top .why-advantage-card {
        grid-column: 4 / span 5;
    }

    .why-advantages-row-middle > .why-advantage-card,
    .why-advantages-row-middle > .why-advantage-image {
        grid-column: span 4;
    }

    .why-advantages-row-bottom .why-advantage-bottom-left {
        grid-column: 3 / span 4;
    }

    .why-advantages-row-bottom .why-advantage-bottom-right {
        grid-column: 7 / span 4;
    }
}
.fa-solid,
.fa-regular {
    display: inline-block;
    width: 1.25em;
    min-width: 1.25em;
    text-align: center;
    line-height: 1;
}