/* =========================================================
   SI-PERAHU
   Form Permohonan Bantuan Hukum
   ========================================================= */

.siperahu-page {
    padding: 30px 0;
}

/* =========================================================
   HEADER
   ========================================================= */

.siperahu-header {
    margin-bottom: 25px;
}

.siperahu-header h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #343a40;
}

.siperahu-header p {
    margin-bottom: 0;
    color: #6c757d;
    font-size: 14px;
}

/* =========================================================
   CARD
   ========================================================= */

.siperahu-card {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.siperahu-card .card-header {
    background: #ffffff;
    border-bottom: 1px solid #e9ecef;
    padding: 18px 24px;
}

.siperahu-card .card-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #343a40;
}

.siperahu-card .card-body {
    padding: 25px;
}

/* =========================================================
   SECTION
   ========================================================= */

.siperahu-section {
    margin-bottom: 30px;
}

.siperahu-section-title {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.siperahu-section-title h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #343a40;
}

.siperahu-section-title i {
    margin-right: 8px;
}

/* =========================================================
   FORM
   ========================================================= */

.siperahu-form .form-group {
    margin-bottom: 20px;
}

.siperahu-form label {
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    margin-bottom: 7px;
}

.siperahu-form .form-control {
    min-height: 42px;
    border-radius: 6px;
    border: 1px solid #ced4da;
    font-size: 14px;
}

.siperahu-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.siperahu-form .form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.12);
}

/* =========================================================
   FILE UPLOAD
   ========================================================= */

.siperahu-file {
    border: 1px dashed #ced4da;
    border-radius: 7px;
    padding: 15px;
    background: #f8f9fa;
}

.siperahu-file input[type="file"] {
    font-size: 14px;
}

.siperahu-file small {
    display: block;
    margin-top: 8px;
    color: #6c757d;
}

/* =========================================================
   BUTTON
   ========================================================= */

.siperahu-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.siperahu-actions .btn {
    min-width: 150px;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 18px;
}

/* =========================================================
   REQUIRED
   ========================================================= */

.siperahu-required {
    color: #dc3545;
    margin-left: 2px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767.98px) {

    .siperahu-page {
        padding: 15px 0;
    }

    .siperahu-card .card-body {
        padding: 18px;
    }

    .siperahu-header h2 {
        font-size: 21px;
    }

    .siperahu-actions {
        display: block;
    }

    .siperahu-actions .btn {
        width: 100%;
        margin-bottom: 8px;
    }
}