/* /Components/Pages/CertificateCard.razor.rz.scp.css */
a[b-k8gcchsmjs] {
    text-decoration: inherit;
    color: inherit;
}

.certificate-card[b-k8gcchsmjs] {
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    width: 300px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #5d6e81;
}

.certificate-card > .certificate-description[b-k8gcchsmjs] {
    color: #bbbbbb;
    font-size: 0.8em;
}
/* /Components/Pages/CertificatesSection.razor.rz.scp.css */
.certifications[b-s5cvypfh32] {
    margin: 20px;
}

.certifications-grid[b-s5cvypfh32] {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 20px;
}

.certifications-header[b-s5cvypfh32] {
    padding: 20px;
}

.certifications-header__second[b-s5cvypfh32] {
    color: #d4d4d4;
}
