.sertifikat-wrapper {
    max-width: 900px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
}

.sertifikat-wrapper h2 {
    text-align: center;
    margin-bottom: 20px;
}

#searchSertifikat {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    font-size: 16px;
}

.sertifikat-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
}

.sertifikat-item {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sertifikat-name {
    font-weight: bold;
    font-size: 14px;
}

.btn-download {
    background: #0073aa;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
}

.btn-download:hover {
    background: #005177;
}
.load-more-wrap {
    text-align: center;
    margin-top: 20px;
}

#loadMoreSertifikat {
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#loadMoreSertifikat:hover {
    background: #005177;
}
