.at-stock-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 16px;
}

.at-stock-modal {
    background: #fff;
    color: #222;
    padding: 24px;
    max-width: 480px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.at-stock-modal__title {
    margin: 0 0 12px;
    font-size: 1.25em;
}

.at-stock-modal__body {
    margin: 0 0 20px;
    line-height: 1.5;
}

.at-stock-modal__actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.at-stock-modal__btn {
    padding: 10px 16px;
    border: 1px solid #ccc;
    background: #f6f6f6;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95em;
}

.at-stock-modal__btn--confirm {
    background: #2e7d32;
    border-color: #2e7d32;
    color: #fff;
}

.at-stock-modal__btn--reduce {
    background: #fff;
}
