/* --- ASC Abstract Management: Front-End UI Polish --- */

.asc-section {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.asc-field {
    margin-bottom: 18px;
}

.asc-field label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.asc-input {
    width: 100%;
    max-width: 600px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}

.asc-success {
    padding: 12px;
    background: #e6ffed;
    border-left: 4px solid #2ecc71;
    margin-bottom: 20px;
    font-size: 14px;
}

.asc-error {
    padding: 12px;
    background: #ffecec;
    border-left: 4px solid #e74c3c;
    margin-bottom: 20px;
    font-size: 14px;
}

.asc-button {
    display: inline-block;
    padding: 8px 14px;
    background: #2271b1;
    color: #fff !important;
    border-radius: 3px;
    text-decoration: none;
    margin-right: 10px;
}

.asc-button:hover {
    background: #195a8b;
    color: #fff !important;
}

.asc-table td,
.asc-table th {
    padding: 8px 6px;
}
