/*
Theme Name: Stage
Template: Divi
Description: Divi Stage Theme
Author: akoll
*/

#institutions-filter {
    margin-bottom: 40px;
}

.filter-block {
    margin-bottom: 20px;
}

.filter-label {
    font-weight: bold;
    margin-bottom: 8px;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    padding: 6px 12px;
    border-radius: 20px;
    background: #eee;
    cursor: pointer;
    transition: 0.2s;
}

.tag.active {
    background: #0073e6;
    color: white;
}

.institution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

.institution-card {
    padding: 20px;
    border-radius: 10px;
    background: #fafafa;
    border: 1px solid #ddd;
}

.institution-card h3 {
    margin-top: 0;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination a {
    margin: 0 5px;
    padding: 6px 12px;
    background: #eee;
    border-radius: 4px;
    cursor: pointer;
}

.pagination a:hover {
    background: #0073e6;
    color: white;
}

.stage-table{
margin-bottom: 30px;
}
