/**
 * Car Document Vault - User Instructions Styling
 */

/* Introduction section */
.cdv-intro {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    border-left: 5px solid #007bff;
}

/* List items spacing */
.cdv-steps li {
    margin-bottom: 10px;
}

/* Note and important boxes */
.cdv-note, .cdv-important {
    background-color: #e9f7fe;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
}

.cdv-important {
    background-color: #fff3cd;
    border-left: 5px solid #ffc107;
}

/* Security and help lists */
.cdv-security-list li, .cdv-help-list li {
    margin-bottom: 8px;
}

/* Footer styling */
.cdv-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    font-size: 18px;
    text-align: center;
}

/* Headings */
.car-document-vault h1, 
.car-document-vault h2, 
.car-document-vault h3 {
    color: #343a40;
}

/* Icon styling */
.car-document-vault .fas {
    margin-right: 8px;
    color: #007bff;
}

.car-document-vault .fa-exclamation-triangle {
    color: #ffc107;
}

.car-document-vault .fa-trash-alt {
    color: #dc3545;
}
