/* app/assets/stylesheets/verticals/certificates.css */
/* Custom styles for the certificates vertical */

.certificates-theme {
    /* You can override any global styles here */
}

/* Certificate-specific button styling */
.certificates-theme .button.primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.certificates-theme .button.primary:hover {
    background-color: #1a4380;
    /* Darker blue */
}

/* Certificate-specific card styling */
.certificates-theme .card {
    /* No border accents for consistency */
}

/* Certificate-specific section styling */
.certificates-theme .section-title {
    /* border-bottom: 2px solid var(--primary-color); */
}

/* Certificate-specific header styling */
.certificates-theme .app-header {
    /* No border accents for consistency */
}

/* Certificate-specific table styling */
.certificates-theme .table thead th {
    background-color: #e6f0ff;
    /* Light blue */
}
