/* AICI General Form basic layout */
.aici-form-wrap {
    border: 1px solid #eee;
    padding: 20px 18px;
    margin: 16px 0;
    border-radius: 10px;
    background: #faf7f6;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.aici-section { margin-bottom: 18px; }
.aici-title { font-size: 17px; margin-bottom: 6px; }
.aici-required { color: #b00020; }

/* Upload */
.aici-dropzone {
    border: 2px dashed #d3c4be;
    border-radius: 10px;
    padding: 14px;
    background: #fff;
}
.aici-input-file-visible {
    display: block;
    width: 100%;
    padding: 12px;
    border: 1px solid #dcc8c0;
    border-radius: 6px;
    background: #fdf9f7;
}
.aici-upload-help {
    font-size: 12px;
    margin-top: 6px;
    color: #6f5a52;
}

/* Packages */
.aici-packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 10px;
}
.aici-package-card input[type="radio"] { display:none; }
.aici-card {
    border: 1px solid #e1d4ce;
    border-radius: 10px;
    padding: 10px;
    background:#fff;
    position:relative;
}
.aici-badge {
    position:absolute;
    top:8px;
    right:8px;
    font-size:10px;
    padding:2px 6px;
    border-radius: 999px;
    background:#e4c5bb;
}
.aici-badge.rec { background:#c98d80; color:#fff; }
.aici-price { font-weight:bold; margin:6px 0; }
.aici-addon { display:block; margin-bottom:6px; }

.aici-input, .aici-textarea {
    width:100%;
    border-radius:6px;
    border:1px solid #ddd;
    padding:8px;
    box-sizing: border-box;
}

/* Total */
.aici-total {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #e1d4ce;
    font-size: 15px;
    font-weight: 600;
}
.aici-total-label {
    margin-right: 6px;
}
.aici-total-amount {
    display: inline-block;
}
