.school-access__info-row {
            display: flex;
            align-items: center;
            padding: 14px 0;
            border-bottom: 1px solid #e4e8ed;
        }
        .school-access__info-row:first-child {
            padding-top: 0;
        }
        .school-access__info-row:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        .school-access__info-icon {
            width: 36px;
            height: 36px;
            border-radius: 8px;
            background: rgba(var(--thm-primary-rgb, 34,139,34), 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: var(--thm-primary-color);
            flex-shrink: 0;
            margin-right: 14px;
        }
        .school-access__info-content {
            flex: 1;
        }
        .school-access__info-label {
            font-size: 11px;
            font-weight: 600;
            color: #8a94a3;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 2px;
        }
        .school-access__info-value {
            font-size: 15px;
            color: var(--thm-black);
            line-height: 1.6;
            margin: 0;
        }
        .school-access__info-value a {
            color: var(--thm-primary-color);
            text-decoration: none;
            font-weight: 600;
        }