.ub-action-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.ub-action-card {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.ub-action-card h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 700;
}

.ub-action-card p {
    margin-bottom: 14px;
}

.ub-action-card .form-select,
.ub-action-card textarea {
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.ub-action-buttons {
    display: flex;
    gap: 10px;
}

.ub-action-buttons .btn {
    flex: 1;
}
