.ads-cabinet__bot-notice {
    margin: 0 0 1.5rem;
    padding: 1rem 1.125rem;
    border: 2px solid #d97706;
    border-radius: 12px;
    background: #fff7ed;
    color: #7c2d12;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body.dark .ads-cabinet__bot-notice {
    border-color: #f59e0b;
    background: rgba(120, 53, 15, 0.35);
    color: #fef3c7;
}

@media (max-width: 768px) {
    .ads-cabinet__bot-notice {
        padding: 0.875rem 1rem;
        font-size: 0.95rem;
    }
}
