.drb-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 285px;
    align-items: center;
    gap: 28px;
}

.drb-hero-copy {
    min-width: 0;
}

.drb-promo {
    min-height: 120px;
    padding: 17px 19px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid rgba(255, 229, 0, .6);
    border-radius: 15px;
    background: linear-gradient(145deg, #08090c 0%, #22252b 100%);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
    color: #fff !important;
    overflow: hidden;
    text-decoration: none !important;
}

.drb-promo > small {
    color: #ffe500;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}

.drb-megabat {
    margin: 3px 0;
    color: #ffe500;
    font-family: Arial Black, Impact, sans-serif;
    font-size: clamp(27px, 3vw, 39px);
    font-style: italic;
    line-height: 1;
    letter-spacing: -2px;
    text-shadow: 2px 2px 0 #000;
}

.drb-megabat span {
    color: #fff;
    font-style: normal;
}

.drb-megabat .drb-bat {
    color: #fff;
}

.drb-promo > b {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}

.drb-promo > em {
    margin-top: 5px;
    color: #d8dbe0;
    font-size: 10px;
    font-style: normal;
}

.drb-promo-image {
    padding: 0;
    border-color: rgba(255, 255, 255, .2);
    background: transparent;
}

.drb-promo-image img {
    width: 100%;
    height: 135px;
    display: block;
    object-fit: cover;
}

@media (max-width: 980px) {
    .drb-hero {
        grid-template-columns: minmax(0, 1fr) 225px;
        gap: 18px;
    }

    .drb-promo {
        min-height: 105px;
        padding: 14px;
    }

    .drb-promo-image {
        padding: 0;
    }
}

@media (max-width: 760px) {
    .drb-hero {
        grid-template-columns: 1fr;
    }

    .drb-promo {
        min-height: 90px;
    }

    .drb-promo-image img {
        height: 110px;
    }
}
