﻿.rbox-details {
    width: 72%;
    padding: 0px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .rbox-details h4 {
        font-size: 1.2rem;
    }

.report-box {
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
}

.btn-download {
    font-size: 0.9rem;
}

.rbox-details span {
    color: #2C2C2C;
    font-size: 0.9rem;
}

.rbox-details h4 {
    color: #f36a10;
}

.btn-download.green-btn {
    background: #73A846;
}

    .btn-download.green-btn:hover {
        background: #f36a10;
    }

.bnt_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    min-width: 150px;
    align-items: center;
}

    .bnt_wrapper .rbox-dwnld {
        width: 100%;
    }

        .bnt_wrapper .rbox-dwnld a {
            font-size: 12px;
            padding: 8px 8px;
        }

.rbox-dwnld {
    flex-direction: column;
}
