/* Shared website custom styles */

.site-logo-link {
    height: 125px;
}

.site-logo-img {
    width: 250px;
}

.site-topbar {
    height: 45px;
}

.site-navbar {
    height: 80px;
}

.site-footer {
    padding: 34px 0 26px;
}

.site-footer .footer-item h4 {
    margin-bottom: 14px !important;
    font-size: 1.35rem;
}

.site-footer .footer-item p,
.site-footer .footer-item a,
.site-footer .footer-contact {
    font-size: .95rem;
    line-height: 1.65;
}

.site-footer .footer-item a {
    margin-bottom: 7px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-social .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
}

.site-copyright {
    padding: 13px 0;
    font-size: .92rem;
}

/* Home page */

#mediaCarousel {
    overflow: hidden;
    background: #f4f6fb;
}

#mediaCarousel .carousel-item {
    height: clamp(260px, 62vh, 680px);
    background: #f4f6fb;
}

#mediaCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#mediaCarousel .carousel-control-prev,
#mediaCarousel .carousel-control-next {
    top: 50%;
    bottom: auto;
    width: 46px;
    height: 46px;
    margin: 0 16px;
    border-radius: 50%;
    background: rgba(12, 24, 68, .62);
    transform: translateY(-50%);
}

.brand-intro {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(12, 24, 68, .08);
    background: #0c1844;
    color: #fff;
}

.brand-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(200, 0, 54, .94), rgba(12, 24, 68, .24) 48%, rgba(12, 24, 68, .96));
}

.brand-intro::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: #ffc107;
}

.brand-intro .container {
    position: relative;
    z-index: 1;
}

.brand-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, .9fr);
    gap: 28px;
    align-items: center;
}

.brand-intro-copy {
    text-align: left;
}

.brand-intro h1 {
    color: #fff;
    font-size: clamp(2rem, 3.6vw, 3.65rem);
    letter-spacing: 0;
}

.brand-intro .brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 5px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-weight: 700;
}

.brand-intro p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 1.08rem;
    line-height: 1.75;
}

.brand-intro .brand-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 22px;
}

.brand-intro .brand-actions .btn {
    border-radius: 5px;
    font-weight: 700;
}

.brand-intro .btn-outline-primary {
    border-color: rgba(255, 255, 255, .65);
    color: #fff;
}

.brand-intro .btn-outline-primary:hover {
    border-color: #fff;
    background: #fff;
    color: #c80036;
}

.brand-trust-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.brand-trust-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: auto;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: 700;
    min-width: 0;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 10px 26px rgba(12, 24, 68, .16);
    transition: transform .24s ease, background .24s ease, border-color .24s ease;
}

.brand-trust-item:hover {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .16);
    transform: translateY(-3px);
}

.brand-trust-item i {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #ffc107;
    color: #0c1844;
}

.brand-trust-item span {
    display: block;
    width: 100%;
    min-width: 0;
    line-height: 1.35;
    overflow-wrap: break-word;
    word-break: normal;
}

.state-card {
    border-left: 6px solid #c80036;
    transition: all .4s ease-in-out;
}

.state-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
    transform: translateY(-5px);
}

.city-btn {
    border: 2px solid #e5e5e5;
    background: #f8f9fa;
    transition: all .3s ease;
}

.city-btn:hover {
    border-color: #c80036;
    background: #c80036;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(159, 0, 254, .3);
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
    .site-footer {
        padding: 28px 0 20px;
    }

    .site-footer .footer-item h4 {
        margin-bottom: 10px !important;
    }

    #mediaCarousel .carousel-item {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    #mediaCarousel .carousel-item img {
        object-fit: contain;
        object-position: center;
    }

    #mediaCarousel .carousel-control-prev,
    #mediaCarousel .carousel-control-next {
        width: 34px;
        height: 34px;
        margin: 0 8px;
    }

    #mediaCarousel .carousel-control-prev-icon,
    #mediaCarousel .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }

    .brand-intro-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .brand-intro-copy {
        text-align: center;
    }

    .brand-intro p {
        margin: 0 auto;
    }

    .brand-intro .brand-actions {
        justify-content: center;
    }

    .brand-trust-panel {
        grid-template-columns: 1fr;
    }

    .brand-trust-item {
        min-height: auto;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
}

/* Migrated website page styles */

.find-page,
.list-business-page,
.contact-page,
.faq-page {
    background: #fffaf0;
}

.find-hero,
.list-business-hero,
.contact-hero,
.faq-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #ffc107;
    background: linear-gradient(135deg, #0c1844 0%, #292e69 58%, #c80036 100%);
    color: #fff;
}

.list-business-hero::after,
.contact-hero::after,
.faq-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    border: 65px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.list-business-hero .container,
.contact-hero .container,
.faq-hero .container,
.listing-hero .container {
    position: relative;
    z-index: 1;
}

.find-filter-panel,
.find-result-card,
.business-form,
.contact-info-card,
.contact-form-card,
.faq-panel,
.faq-side-card,
.detail-card,
.info-panel {
    border: 1px solid rgba(12, 24, 68, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(12, 24, 68, .08);
}

.find-filter-panel,
.faq-panel,
.contact-info-body,
.contact-form-card {
    padding: 28px;
}

.find-result-card {
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.find-result-card:hover {
    box-shadow: 0 16px 36px rgba(12, 24, 68, .14);
    transform: translateY(-4px);
}

.find-result-photo {
    width: 100%;
    height: 210px;
    object-fit: contain;
    background: #f7f7fb;
}

.keyword-input,
.multi-filter-toggle,
.business-form .form-control,
.business-form .form-select,
.contact-form-card .form-control {
    min-height: 48px;
    border-radius: 6px;
}

.keyword-input {
    min-height: 50px;
}

.multi-filter {
    position: relative;
}

.multi-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(12, 24, 68, .15);
    background: #fff;
    color: #0c1844;
    text-align: left;
}

.multi-filter-toggle:hover,
.multi-filter-toggle:focus,
.business-form .form-control:focus,
.business-form .form-select:focus,
.contact-form-card .form-control:focus {
    border-color: #c80036;
    box-shadow: 0 0 0 .2rem rgba(200, 0, 54, .1);
}

.multi-filter-menu {
    display: none;
    position: absolute;
    z-index: 20;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    max-height: 300px;
    overflow: hidden;
    border: 1px solid rgba(12, 24, 68, .14);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(12, 24, 68, .16);
}

.multi-filter.open .multi-filter-menu {
    display: block;
}

.multi-filter-search,
.multi-filter-actions {
    padding: 10px;
    border-bottom: 1px solid rgba(12, 24, 68, .08);
}

.multi-filter-actions,
.multi-filter-option {
    display: flex;
    gap: 8px;
}

.multi-filter-options {
    max-height: 235px;
    overflow-y: auto;
    padding: 8px 10px;
}

.multi-filter-option {
    align-items: center;
    padding: 7px 4px;
    cursor: pointer;
}

.multi-filter-option input {
    accent-color: #c80036;
}

.filter-count {
    min-width: 22px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #c80036;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.search-loading {
    opacity: .55;
    pointer-events: none;
}

.form-section {
    padding: 28px;
    border-bottom: 1px solid rgba(12, 24, 68, .08);
}

.form-section:last-child {
    border-bottom: 0;
}

.section-heading,
.faq-category {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.section-icon,
.contact-icon,
.faq-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #fff1f5;
    color: #c80036;
    font-size: 1.15rem;
}

.business-form textarea.form-control,
.contact-form-card textarea.form-control {
    min-height: auto;
}

.submit-panel {
    background: #fff7f9;
}

.submit-business-btn,
.send-message-btn {
    min-width: 180px;
    padding: 12px 24px;
    border-radius: 6px;
}

.contact-info-card,
.contact-form-card {
    height: 100%;
}

.contact-info-card {
    overflow: hidden;
}

.contact-info-header {
    padding: 28px;
    background: #0c1844;
    color: #fff;
}

.contact-detail,
.faq-link {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(12, 24, 68, .08);
}

.contact-detail:last-child,
.faq-link:last-child {
    border-bottom: 0;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(200, 0, 54, .2);
    border-radius: 8px;
    background: #fff;
    color: #c80036;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.social-link:hover {
    background: #c80036;
    color: #fff;
    transform: translateY(-2px);
}

.faq-side-card {
    padding: 24px;
}

.faq-accordion .accordion-item {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid rgba(12, 24, 68, .1);
    border-radius: 8px;
}

.faq-accordion .accordion-button {
    padding: 18px 20px;
    color: #0c1844;
    background: #fff;
    font-weight: 600;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #c80036;
    background: #fff7f9;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    color: #6c757d;
    line-height: 1.8;
}

.faq-link {
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    color: #0c1844;
}

.detail-hero {
    background: linear-gradient(135deg, #0c1844 0%, #2a2d68 58%, #c80036 100%);
    color: #fff;
}

.detail-photo {
    width: 100%;
    height: 430px;
    object-fit: contain;
    background: #f7f7fb;
}

#businessDetailCarousel,
#businessDetailCarousel .carousel-inner,
#businessDetailCarousel .carousel-item {
    background: #f7f7fb;
}

.info-row {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(12, 24, 68, .08);
}

.info-row:last-child {
    border-bottom: 0;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 8px 8px 0;
    padding: 8px 12px;
    border: 1px solid rgba(200, 0, 54, .18);
    border-radius: 999px;
    background: #fff7f9;
    color: #0c1844;
}

.listing-page {
    background: #f7f8fc;
    color: #0c1844;
}

.listing-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #c80036;
    background: #0c1844;
    color: #fff;
}

.listing-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(200, 0, 54, .9), rgba(12, 24, 68, .08) 58%);
}

.listing-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -170px;
    width: 390px;
    height: 390px;
    border: 54px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
}

.listing-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 4px;
    background: rgba(255, 255, 255, .12);
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.listing-count {
    color: rgba(255, 255, 255, .74);
}

.business-card {
    --accent: #c80036;
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e1e5ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(12, 24, 68, .07);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
    animation: listingFadeUp .55s ease both;
    animation-delay: var(--delay, 0s);
}

.listing-delay-0 {
    --delay: 0s;
}

.listing-delay-1 {
    --delay: .08s;
}

.listing-delay-2 {
    --delay: .16s;
}

.listing-delay-3 {
    --delay: .24s;
}

.listing-delay-4 {
    --delay: .32s;
}

.business-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.business-card:hover {
    border-color: rgba(200, 0, 54, .48);
    box-shadow: 0 18px 42px rgba(12, 24, 68, .15);
    transform: translateY(-7px);
}

.business-card:hover::before {
    transform: scaleX(1);
}

.business-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    border-bottom: 1px solid #e9ebf1;
    background: #f3f5f9;
}

.business-media .carousel,
.business-media .carousel-inner,
.business-media .carousel-item {
    height: 100%;
}

.business-photo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f3f5f9;
    transition: transform .5s ease;
}

.business-card:hover .business-photo {
    transform: scale(1.035);
}

.rank-badge,
.business-action-btn,
.meta-pill,
.facility-chip {
    display: inline-flex;
    align-items: center;
}

.rank-badge {
    gap: 5px;
    width: fit-content;
    margin: 0 auto 12px;
    padding: 7px 11px;
    border: 1px solid rgba(200, 0, 54, .2);
    border-radius: 5px;
    background: #fff5f7;
    color: #c80036;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.business-carousel-control {
    top: 50%;
    bottom: auto;
    z-index: 4;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    background: rgba(12, 24, 68, .72);
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .25s ease, background .25s ease;
}

.business-card:hover .business-carousel-control {
    opacity: 1;
}

.business-carousel-control:hover {
    background: #c80036;
}

.business-carousel-control.carousel-control-prev {
    left: 10px;
}

.business-carousel-control.carousel-control-next {
    right: 10px;
}

.business-carousel-control .carousel-control-prev-icon,
.business-carousel-control .carousel-control-next-icon {
    width: 14px;
    height: 14px;
}

.business-carousel-indicators {
    z-index: 4;
    margin-bottom: 68px;
}

.business-carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.business-action-bar {
    position: absolute;
    right: 16px;
    bottom: 14px;
    left: 16px;
    z-index: 4;
    display: flex;
    gap: 9px;
}

.business-action-btn {
    flex: 1;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 5px;
    background: #c80036;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: background .22s ease, transform .22s ease;
}

.business-action-btn:hover {
    background: #a9002e;
    color: #fff;
    transform: translateY(-2px);
}

.business-content {
    display: flex;
    height: auto;
    flex-direction: column;
    padding: 24px;
}

.business-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #edf0f5;
}

.business-title h2 {
    color: #0c1844;
    font-size: 1.6rem;
    line-height: 1.15;
}

.business-location,
.business-meta,
.facility-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.business-location {
    align-items: flex-start;
    justify-content: center;
    color: #697184;
    font-size: 1rem;
}

.business-meta {
    justify-content: center;
    margin-bottom: 16px;
}

.meta-pill,
.facility-chip {
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid #e3e7ef;
    border-radius: 999px;
    background: #fafbfc;
    color: #0c1844;
    font-size: 1rem;
    font-weight: 700;
}

.star-rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #ffc107;
}

.star-rating .star-empty {
    color: #d7dbe4;
}

.review-count {
    color: #697184;
    font-weight: 500;
}

.specialty-box,
.business-summary,
.business-contact,
.business-extra {
    margin-bottom: 16px;
    padding: 14px;
    border-radius: 6px;
}

.specialty-box {
    border: 1px solid rgba(200, 0, 54, .2);
    border-left: 4px solid #c80036;
    background: #fff7f9;
    box-shadow: 0 5px 14px rgba(200, 0, 54, .05);
}

.business-summary {
    border: 1px solid rgba(12, 24, 68, .16);
    border-left: 4px solid #0c1844;
    background: #f4f6fb;
    color: #5e6679;
    font-size: 1rem;
    line-height: 1.65;
    box-shadow: 0 5px 14px rgba(12, 24, 68, .05);
}

.business-summary p {
    margin-bottom: 0;
}

.business-contact {
    border: 1px solid rgba(0, 128, 96, .2);
    border-left: 4px solid #008060;
    background: #f4fbf8;
    box-shadow: 0 5px 14px rgba(0, 128, 96, .05);
}

.business-extra {
    border: 1px solid rgba(255, 193, 7, .34);
    border-left: 4px solid #ffc107;
    background: #fffaf0;
    box-shadow: 0 5px 14px rgba(255, 193, 7, .07);
}

.business-panel {
    transition: transform .24s ease, box-shadow .24s ease;
}

.business-card:hover .business-panel {
    box-shadow: 0 8px 20px rgba(12, 24, 68, .08);
    transform: translateY(-2px);
}

.contact-row,
.hours-line {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.contact-row {
    padding: 5px 0;
    color: #5e6679;
    font-size: 1rem;
    word-break: break-word;
}

.contact-row i {
    width: 14px;
    margin-top: 3px;
    color: #c80036;
    text-align: center;
}

.contact-row a {
    color: #5e6679;
}

.contact-row a:hover {
    color: #c80036;
}

.facility-chip {
    border-color: rgba(12, 24, 68, .12);
    background: #fff;
    color: #39415a;
}

.facility-chip i {
    color: #008060;
}

.hours-lines {
    display: grid;
    gap: 6px;
    width: 100%;
}

.hours-status {
    flex: 0 0 auto;
    min-width: 48px;
    padding: 2px 6px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.hours-status.open {
    background: #dff5ea;
    color: #087a53;
}

.hours-status.closed {
    background: #fde8ed;
    color: #b00030;
}

.review-preview {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-left: 3px solid #ffc107;
    border-radius: 0 6px 6px 0;
    background: #fff9e8;
    color: #5e6679;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.55;
}

.review-item + .review-item {
    margin-top: 11px;
    padding-top: 11px;
    border-top: 1px solid rgba(255, 193, 7, .35);
}

.review-preview i {
    margin-right: 6px;
    color: #c80036;
}

.description-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 9px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #c80036;
    font-size: 1rem;
    font-weight: 700;
}

.description-toggle:hover {
    color: #a9002e;
}

.description-toggle[aria-expanded="true"] .read-more-text,
.description-toggle[aria-expanded="false"] .read-less-text {
    display: none;
}

.details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    padding: 11px 14px;
    border: 1px solid #c80036;
    border-radius: 5px;
    background: #fff;
    color: #c80036;
    font-weight: 700;
    transition: background .22s ease, color .22s ease;
}

.details-btn i {
    transition: transform .22s ease;
}

.details-btn:hover {
    background: #c80036;
    color: #fff;
}

.details-btn:hover i {
    transform: translateX(4px);
}

.empty-listing {
    border: 1px dashed rgba(200, 0, 54, .45);
    border-radius: 8px;
    background: #fff;
}

@keyframes listingFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

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

@media (prefers-reduced-motion: reduce) {
    .business-card,
    .business-card::before,
    .business-photo,
    .details-btn i {
        animation: none;
        transition: none;
    }
}

@media (max-width: 767.98px) {
    .form-section,
    .contact-info-header,
    .contact-info-body,
    .contact-form-card,
    .faq-panel {
        padding: 20px;
    }

    .detail-photo {
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: contain;
    }

    #businessDetailCarousel .carousel-control-prev,
    #businessDetailCarousel .carousel-control-next {
        top: 50%;
        bottom: auto;
        width: 34px;
        height: 34px;
        margin: 0 8px;
        border-radius: 50%;
        background: rgba(12, 24, 68, .62);
        transform: translateY(-50%);
    }

    #businessDetailCarousel .carousel-control-prev-icon,
    #businessDetailCarousel .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }

    .business-carousel-control {
        opacity: 1;
    }

    .business-media {
        aspect-ratio: 4 / 3;
    }

    .business-action-bar {
        right: 12px;
        bottom: 10px;
        left: 12px;
    }

    .business-action-btn {
        min-height: 36px;
        font-size: .9rem;
    }
}
