.oneauto-reserved-gallery {
    position: relative !important;
    background: #fff8df !important;
    border: 1px solid rgba(214, 160, 0, .28) !important;
    box-shadow: 0 4px 18px rgba(214, 160, 0, .14) !important;
}

.oneauto-reserved-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 8px 0 !important;
    padding: 7px 14px !important;
    border-radius: 999px !important;
    background: #ffd95a !important;
    color: #5d4300 !important;
    border: 1px solid rgba(201, 140, 0, .45) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .06em !important;
    line-height: 1 !important;
    box-shadow: 0 3px 10px rgba(214, 160, 0, .18) !important;
}

@media (max-width: 768px) {
    .oneauto-reserved-gallery {
        padding-top: 10px !important;
    }

    .oneauto-reserved-badge {
        margin-left: 4px !important;
        font-size: 12px !important;
        padding: 7px 12px !important;
    }
}