.sa-institutions-wrapper {
    /* max-width: 1200px; */
    margin: 40px 0;
    text-align: left;
}

.province-toggle-btn {
    background: transparent linear-gradient(271deg, #41AEE3 0%, #0071AC 100%) 0% 0% no-repeat padding-box;;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}

.province-search {
    margin-bottom: 30px;
}

.province-search select {
    padding: 10px;
    min-width: 260px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.hidden {
    display: none;
}

.institutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 30px;
    /* align-items: center; */
}

.institution-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 207px;
    width: 200px;
    padding: 12px 30px;
    background: #fff;
}

.logo-placeholder {
    width: 140px;
    height: 80px;
    background: #f2f2f2;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #666;
}

.institution-heading {
    margin: 60px 0 24px;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    color: #0F3E74;
}

.institution-card img {
    max-width: 100%;
    max-height: 70%;
    object-fit: contain;
}

.province-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
