/* FuturCrop shop: alert / confirm modals (replaces browser alert & confirm) */
.fc-shop-dialog .modal-content {
    border: none;
    border-radius: 6px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.fc-shop-dialog .modal-header {
    background: #D4AF37;
    color: #fff;
    border-bottom: none;
    padding: 1rem 1.25rem;
}

.fc-shop-dialog .modal-header .modal-title {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
}

.fc-shop-dialog .modal-header .close {
    color: #fff;
    opacity: 0.9;
    text-shadow: none;
}

.fc-shop-dialog .modal-header .close:hover {
    opacity: 1;
}

.fc-shop-dialog .modal-body {
    padding: 1.35rem 1.25rem;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #333;
}

.fc-shop-dialog .modal-footer {
    border-top: 1px solid #eee;
    padding: 1rem 1.25rem;
    gap: 0.5rem;
}

.fc-shop-dialog .btn-fc-primary {
    background-color: #D4AF37;
    color: #fff !important;
    font-weight: 700;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 4px;
}

.fc-shop-dialog .btn-fc-primary:hover {
    background-color: #b8962e;
    color: #fff !important;
}

.fc-shop-dialog .btn-fc-secondary {
    background-color: #f1f2f6;
    color: #333 !important;
    font-weight: 600;
    border: 1px solid #ddd;
    padding: 0.5rem 1.25rem;
    border-radius: 4px;
}

.fc-shop-dialog .btn-fc-secondary:hover {
    background-color: #e8e9ed;
    color: #222 !important;
}
