.top-bar {
    height: 30px;
    overflow: hidden;
    display: flex;
}

/* 7份 */
.left-bar {
    flex: 7;
    background: #1f4f33;
}

/* 3份 */
.right-bar {
    flex: 3;
    background: #b7f300;

    /* 大圆弧 */
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;

    /* 向左叠加制造凸出 */
    margin-left: -40px;
}

.hover-green:hover {
    background-color: #224432;
    color: white;
}

.brand-divider {
    display: flex;
    align-items: center;
    gap: clamp(1.125rem, 2.25vw, 3rem);
    padding: clamp(1.5rem, 2.5vw, 3rem) 0;
}

@media (min-width: 992px) {
    img[data-image-zoom] {
        cursor: zoom-in;
    }
}

img[data-image-zoom]:focus-visible {
    outline: 3px solid #b7f300;
    outline-offset: 3px;
}

#imageZoomModal .modal-dialog {
    max-width: min(100vw, 1800px);
    margin: 0 auto;
}

#imageZoomModal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 0 0 0 0.5rem;
}

#imageZoomModal .btn-close {
    margin: 0;
    opacity: 1;
}

#imageZoomModal .modal-body {
    padding: 0.25rem !important;
}

#imageZoomModalImage {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100vh;
    margin: 0 auto;
}

.production-checklist-image {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.production-checklist-grid {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}

.three-image-layout__secondary {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 992px) {
    .three-image-layout {
        --bs-gutter-x: 3rem;
        --bs-gutter-y: 3rem;
    }

    .three-image-layout > div {
        display: flex;
    }

    .three-image-layout__primary img {
        height: 100%;
    }

    .three-image-layout__secondary {
        flex-direction: column;
        gap: 3rem;
    }

    .three-image-layout__secondary img {
        width: 100%;
        height: calc((100% - 3rem) / 2);
        object-fit: cover;
    }
}

.brand-divider::before,
.brand-divider::after {
    content: "";
    flex: 0 0 clamp(2.5rem, 5vw, 6rem);
    height: 2px;
    background-color: rgba(255, 255, 255, 0.9);
}

.brand-divider__item {
    flex: 0 0 auto;
    color: #fff;
    font-size: clamp(1.125rem, 1.35vw, 1.625rem);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.brand-divider__line {
    flex: 1 1 auto;
    min-width: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.9);
}

.divider-slash {
    padding: 12px 0;
    background: repeating-linear-gradient(45deg,
            rgba(255, 255, 255, 0.2) 0,
            rgba(255, 255, 255, .05) 2px,
            transparent 1px,
            transparent 18px);
}

.cnt_title {
    color: #224432;
}

.bg_blue {
    background-color: #224432;
    color: white;
}

.bg_f6 {
    background-color: #f6f6f6;
}

.color_blue {
    color: #224432;
}

.menu_active {
    color: #224432;
    text-decoration: underline;
}

.text_bold_500 {
    font-weight: 500;
}

.text_bold_700 {
    font-weight: 700;
}

.btn_hover:hover {
    background-color: #baf814;
}

.btn_next {
    width: 15vw;
}

@media (max-width: 767px) {
    .btn_next {
        width: 25vw;
    }
}

.btn_next:hover {
    background-color: #224432;
}

.content-item {
    display: none;
}

.content-item.show {
    display: block;
}

.menu_btn.active {
    background-color: #224432;
    color: white;
}

#btnBackTop {
    width: 50px;
    height: 50px;
    z-index: 999;
    background-color: #1f4f33;
}

#btnBackTop {
    opacity: 0;
    transition: opacity 0.3s;
}

#btnBackTop.show_back_top {
    opacity: 1;
}

@media (min-width: 768px) {
    .rounded-md-pill {
        border-radius: 50rem !important;
    }
}
