.belazy-admin .belazy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.belazy-admin .belazy-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 18px;
}

.belazy-social-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin: 8px 0;
    padding: 7px 11px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.belazy-social-badge--gold {
    background: #d09a36;
    color: #fff;
}

.belazy-social-badge--green {
    background: #05b33d;
    color: #fff;
}

.belazy-social-badge--red {
    background: #b00020;
    color: #fff;
}

.belazy-social-badge--dark {
    background: #1f2933;
    color: #fff;
}

.belazy-inline-form {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 6px;
}

.belazy-confirm-real {
    white-space: nowrap;
}

.belazy-product-notice {
    margin: 24px 0 0;
    padding: 16px 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.belazy-product-notice__title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
}

.belazy-product-notice--warning {
    background: #fff3cd;
    border-color: #f1d58a;
    color: #664d03;
}

.belazy-product-notice--info {
    background: #cff4fc;
    border-color: #8dd9ea;
    color: #055160;
}

.belazy-product-notice--success {
    background: #d1e7dd;
    border-color: #9fceb8;
    color: #0f5132;
}

.belazy-product-notice--danger {
    background: #f8d7da;
    border-color: #e6a8af;
    color: #842029;
}

.belazy-product-notice--dark {
    background: #d3d3d4;
    border-color: #bcbebf;
    color: #141619;
}
