/* AHO Legal Services - Professional Styling */
.aho-lgl-wrap, .aho-lgl-track {
    max-width: 800px;
    margin: 40px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    border-top: 5px solid #1a237e; /* Professional Navy Blue */
}

.aho-lgl-wrap h3, .aho-lgl-track h3 {
    color: #1a237e;
    font-size: 1.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.aho-lgl-wrap p, .aho-lgl-track p {
    margin-bottom: 20px;
}

.aho-lgl-wrap label, .aho-lgl-track label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #555;
}

.aho-lgl-wrap input[type="text"],
.aho-lgl-wrap input[type="email"],
.aho-lgl-wrap input[type="file"],
.aho-lgl-wrap select,
.aho-lgl-wrap textarea,
.aho-lgl-track input[type="text"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

.aho-lgl-wrap input:focus,
.aho-lgl-wrap textarea:focus,
.aho-lgl-track input:focus {
    border-color: #1a237e;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(26, 35, 126, 0.1);
    outline: none;
}

.aho-lgl-wrap button[name="aho_lgl_submit"],
.aho-lgl-track button[name="aho_lgl_track"],
.aho-lgl-track button[name="aho_lgl_more_docs"] {
    background: #1a237e;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.aho-lgl-wrap button:hover,
.aho-lgl-track button:hover {
    background: #0d174a;
}

/* Status Boxes */
.aho-lgl-status-box {
    background: #f8f9fa;
    border-left: 4px solid #1a237e;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

/* Grid for columns (Optional) */
@media (min-width: 600px) {
    .aho-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}
