.oafl-quick-take {
    margin: 1.35rem 0 1.75rem;
    padding: 1.15rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 4px solid #e10600;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(20, 20, 28, 0.96), rgba(35, 35, 46, 0.96));
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    clear: both;
}

.oafl-quick-take__header {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.65rem;
}

.oafl-quick-take__label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: rgba(225, 6, 0, 0.15);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-transform: uppercase;
}

.oafl-quick-take__list {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.oafl-quick-take .oafl-quick-take__list li {
    display: grid;
    grid-template-columns: 0.62rem minmax(0, 1fr);
    column-gap: 0.72rem;
    align-items: start;
    margin: 0.45rem 0;
    padding: 0 !important;
    color: #f3f4f6;
    font-size: 0.98rem;
    line-height: 1.55;
}

.oafl-quick-take .oafl-quick-take__list li::before {
    content: "";
    display: block;
    width: 0.42rem;
    height: 0.42rem;
    margin-top: 0.62em;
    border-radius: 999px;
    background: #e10600;
}

.oafl-quick-take .oafl-quick-take__list li::marker {
    content: "";
}

@media (max-width: 600px) {
    .oafl-quick-take {
        margin: 1.1rem 0 1.4rem;
        padding: 1rem;
        border-radius: 12px;
    }

    .oafl-quick-take .oafl-quick-take__list li {
        grid-template-columns: 0.58rem minmax(0, 1fr);
        column-gap: 0.65rem;
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .oafl-quick-take .oafl-quick-take__list li::before {
        width: 0.38rem;
        height: 0.38rem;
    }
}
