.wms-alert-body {
    padding: 28px 28px 24px;
    text-align: center;
}

.wms-alert-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    line-height: 1;
}

.wms-alert-primary {
    color: #242932;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 18px;
    text-align: center;
    width: 100%;
}

.wms-alert-details {
    background: #f7f8fb;
    border: 1px solid #e5e7ef;
    border-radius: 14px;
    padding: 10px 12px;
    text-align: left;
}

.wms-alert-detail-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 2px;
    border-bottom: 1px solid #e8eaf1;
}

.wms-alert-detail-row:last-child {
    border-bottom: 0;
}

.wms-alert-detail-label {
    color: #626b7a;
    font-size: .93rem;
    font-weight: 700;
    white-space: nowrap;
}

.wms-alert-detail-value {
    color: #20242c;
    font-size: 1rem;
    font-weight: 800;
    text-align: right;
    overflow-wrap: anywhere;
}

.wms-alert-detail-note {
    color: #20242c;
    font-weight: 700;
    line-height: 1.35;
    padding: 7px 2px;
}

.wms-alert-footer {
    display: flex;
    width: 100%;
    padding: 0 4px;
}

.wms-alert-button {
    min-height: 56px;
    border-radius: 12px;
    flex-grow: 1;
    color: #fff;
    background: #63359a;
    border: none;
    font-size: 1.15rem;
    font-weight: 800;
    box-shadow: 0 6px 12px rgba(83, 45, 130, .22);
}

.wms-alert-button:hover,
.wms-alert-button:focus {
    color: #fff;
    background: #552d86;
}

.wms-alert-danger .wms-alert-icon {
    color: #dc3545;
    background: #fff0f2;
}

.wms-alert-warning .wms-alert-icon {
    color: #b77900;
    background: #fff7df;
}

.wms-alert-success .wms-alert-icon {
    color: #198754;
    background: #eaf8f0;
}

.wms-alert-info .wms-alert-icon {
    color: #0d6efd;
    background: #eef5ff;
}
