

/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news/structure/style.css?17779759041965*/
.uni-structure {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial;
    color: #1d1d1f;
}

/* секции */
.uni-section {
    margin-bottom: 50px;
}

.uni-section-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    border-left: 4px solid #2d89ef;
    padding-left: 12px;
}

/* сетка */
.uni-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 16px;
}

/* карточка */
.uni-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.25s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.uni-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* header */
.uni-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    background: #fafafa;
}

.uni-link {
    text-decoration: none;
    font-weight: 600;
    color: #1d1d1f;
}

.uni-link:hover {
    color: #2d89ef;
}

.chevron {
    transition: 0.2s;
    color: #888;
}

/* body */
.uni-card-body {
    display: none;
    padding: 14px 16px;
}

/* список кафедр */
.uni-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uni-list li {
    padding: 6px 0;
}

.uni-list a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.uni-list a:hover {
    color: #2d89ef;
}

/* подразделения */
.uni-departments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.uni-dep {
    padding: 10px 14px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
    transition: 0.2s;
    font-size: 14px;
}

.uni-dep:hover {
    background: #2d89ef;
    color: #fff;
    border-color: #2d89ef;
}

.muted {
    color: #999;
    font-size: 14px;
}
/* End */
/* /bitrix/templates/bs_education_s1/components/bitrix/news/structure/style.css?17779759041965 */
