.vaziatyar-sales-notice {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 14px;
    padding: 13px 15px;
    border: 1px solid rgba(234, 179, 8, .35);
    border-radius: 12px;
    background: linear-gradient(135deg, #fffbeb, #fff7d6);
    color: #713f12;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    box-shadow: 0 8px 20px rgba(180, 83, 9, .10);
    animation: vaziatyar-sales-notice-in .45s ease-out both;
}

.vaziatyar-sales-notice-icon {
    display: inline-flex;
    flex: 0 0 21px;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    margin-top: 2px;
    border-radius: 50%;
    background: #d97706;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    animation: vaziatyar-sales-icon-pulse 2s ease-in-out infinite;
}

.vaziatyar-sales-notice-single {
    margin-top: 18px;
}

.vaziatyar-sales-floating-notice {
    position: fixed;
    z-index: 99999;
    top: 22px;
    left: 50%;
    width: min(520px, calc(100% - 32px));
    margin: 0;
    transform: translateX(-50%);
    animation: vaziatyar-sales-floating-in .4s ease-out both;
}

@keyframes vaziatyar-sales-notice-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes vaziatyar-sales-icon-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(217, 119, 6, .34); }
    50% { box-shadow: 0 0 0 6px rgba(217, 119, 6, 0); }
}

@keyframes vaziatyar-sales-floating-in {
    from { opacity: 0; transform: translate(-50%, -18px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .vaziatyar-sales-notice,
    .vaziatyar-sales-notice-icon {
        animation: none;
    }
}

@media (max-width: 480px) {
    .vaziatyar-sales-notice {
        padding: 11px 12px;
        font-size: 13px;
    }
}
