#infographic-a article.modal-info h3 {
    color: #f36e34;
    font-weight: 700;
    font-size: 26px;
}

#infographic-a article.modal-info h4 {
    margin: 8px 0px 0px 0px;
    font-weight: 700;
    font-size: 16px;
}

#infographic-a article.modal-info h4:first-child {
    margin-top: 0px;
}

#infographic-a article.modal-info a {
    color: #f36e34;
}

#infographic-a article.modal-info a.button-link {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #f36e34;
    border-radius: 4px;
    padding: 10px 18px;
    margin-top: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin-bottom: 32px !important;
}

#infographic-a article.modal-info hr {
    border: none;
    height: 1px;
    background-color: #ebebeb;
    margin-top: 16px;
}

#infographic-a .interactive-map {
    position: relative;
    width: 100%;
    max-width: 1120px;
    background: #fff;
    overflow: hidden;
}

#infographic-a .container-modal-text {
    background-color: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

#infographic-a .map-image {
    width: 100%;
    display: block;
    z-index: 1;
}

#infographic-a .containerButtons {
    position: absolute;
    z-index: 3;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 4px;
    background-color: rgba(0, 0, 0, 0.05);
}

#infographic-a .topic-box {
    width: auto;
    max-width: 200px;
    min-height: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

#infographic-a .topic-box:hover,
#infographic-a .topic-box:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.26);
    outline: none;
}

#infographic-a .topic-box:hover {
    background: #ef5a2a;
    color: #fff;
}

#infographic-a .box-1 {
    top: 3%;
    left: 25%;
}

#infographic-a .box-2 {
    top: 4%;
    left: 44%;
}

#infographic-a .box-3 {
    top: 4%;
    right: 6%;
}

#infographic-a .box-4 {
    top: 28%;
    left: 5%;
}

#infographic-a .box-5 {
    top: 42%;
    left: 2%;
}

#infographic-a .box-6 {
    top: 78%;
    left: 4%;
}

#infographic-a .box-7 {
    top: 89%;
    left: 21%;
}

#infographic-a .box-8 {
    top: 59%;
    left: 33%;
}

#infographic-a .box-9 {
    top: 87%;
    left: 54%;
}

#infographic-a .box-10 {
    top: 21%;
    left: 60%;
}

#infographic-a .box-11 {
    top: 61%;
    right: 3%;
}

#infographic-a .box-12 {
    top: 87%;
    right: 2%;
}

#infographic-a .mobile-topic-list {
    display: none;
}

#infographic-a .modal-backdrop-info {
    position: fixed;
    inset: 0;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(5px);
    padding: 24px;
    z-index: 999999;
}

#infographic-a .modal-backdrop-info.show {
    display: flex;
}

#infographic-a .modal-info {
    width: min(100%, 900px);
    max-height: 90vh;
    border-radius: 18px;
    animation: pop 180ms ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@keyframes pop {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

#infographic-a .modal-header-i {
    border-top-left-radius: 18px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 52px 32px 32px 32px;
    background: #332b28;
    color: #fff;
    text-align: center;
    width: 80%;
    border-top-right-radius: 18px;
}

#infographic-a .modal-icon {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    object-fit: contain;
}

#infographic-a .modal-title {
    font-size: clamp(20px, 3vw, 28px);
    line-height: 1.2;
    font-weight: 800;
    margin: 0px;
}

#infographic-a .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

#infographic-a .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

#infographic-a .tabs .tab-btn {
    flex: 1 1 200px;
}

#infographic-a .tab-btn {
    border: 0;
    background: transparent;
    padding: 17px 10px;
    font-weight: 700;
    color: #777;
    cursor: pointer;
}

#infographic-a .tab-btn.active {
    background: rgba(239, 90, 42, 0.1);
    color: #ef5a2a;
    border: 2px solid #ef5a2a;
    border-radius: 18px;
}

#infographic-a .tab-content {
    display: none;
    gap: 28px;
    padding: 28px;
    font-size: 14px;
    line-height: 1.5;
}

#infographic-a .tab-content.active {
    display: flex;
    overflow: auto;
    flex: 1;
    max-height: 35vh;
}

#infographic-a .tab-content h3 {
    margin-bottom: 8px;
    font-size: 15px;
}

#infographic-a .simple-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
    font-size: 14px;
    line-height: 1.5;
    height: 50vh;
    overflow: auto;
}

@media (max-width: 992px) {
    #infographic-a .modal-info {
        display: flex;
    }

    #infographic-a .modal-header-i {
        flex-direction: column;
        align-items: center;
        padding: 16px;
        width: calc(100% - 32px);
        flex: 1;
    }

    #infographic-a .modal-backdrop-info {
        align-items: flex-start;
    }

    #infographic-a .container-modal-text {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        flex: 4;
        display: flex;
        flex-direction: column;
    }

    #infographic-a .tab-content.active {
        height: auto;
        max-height: none;
    }

    #infographic-a .simple-content {
        height: auto;
    }

    #infographic-a .modal-icon {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    #infographic-a .modal-info {
        height: 100%;
        max-height: none;
    }

    #infographic-a .interactive-map {
        display: none;
    }

    #infographic-a .mobile-topic-list {
        display: grid;
        gap: 14px;
        width: 100%;
    }

    #infographic-a .mobile-topic-btn {
        display: flex;
        align-items: center;
        gap: 14px;
        width: 100%;
        padding: 14px;
        border: 0;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
        text-align: left;
        cursor: pointer;
    }

    #infographic-a .mobile-topic-btn img {
        width: 140px;
        object-fit: contain;
    }

    #infographic-a .mobile-topic-btn span {
        font-size: 16px;
        font-weight: 700;
    }

    #infographic-a .tabs {
        grid-template-columns: 1fr;
    }

    #infographic-a .tab-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #infographic-a .mobile-topic-btn img {
        width: 85px;
        object-fit: contain;
    }
}
