.gsc-course-city-content {
    padding: 18px 20px 40px;
}

.gsc-course-city-search {
    display: flex;
    min-height: 60px;
    padding: 0 16px;
    border: 1px solid #d4d6d8;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    align-items: center;
}

.gsc-course-city-search input {
    width: 100%;
    padding: 0;
    border: 0 !important;
    outline: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    box-shadow: none !important;
    color: var(--gsc-text);
    font-size: 18px;
}

.gsc-course-city-search input::placeholder {
    color: #777b82;
}

.gsc-course-city-options {
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid var(--gsc-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--gsc-shadow);
}

.gsc-course-city-options[hidden],
.gsc-course-city-picker[hidden],
.gsc-course-city-results[hidden] {
    display: none;
}

.gsc-course-city-option {
    display: flex;
    width: 100%;
    min-height: 58px;
    padding: 10px 14px;
    border: 0;
    border-bottom: 1px solid var(--gsc-border);
    background: #ffffff;
    color: var(--gsc-navy);
    font: inherit;
    text-align: left;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.gsc-course-city-option:last-child {
    border-bottom: 0;
}

.gsc-course-city-option span {
    padding-right: 12px;
    font-size: 16px;
    font-weight: 700;
}

.gsc-course-city-option small {
    color: var(--gsc-text-muted);
    font-size: 12px;
    font-weight: 650;
    white-space: nowrap;
}

.gsc-course-city-change {
    min-height: 40px;
    margin: 0 0 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--gsc-green);
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.gsc-course-city-heading {
    margin-bottom: 12px;
}

.gsc-course-city-heading h2 {
    margin: 0;
    color: var(--gsc-navy);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.gsc-course-city-heading p {
    margin: 4px 0 0;
    color: var(--gsc-text-muted);
    font-size: 14px;
}

.gsc-course-city-course-list {
    overflow: hidden;
    border: 1px solid var(--gsc-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--gsc-shadow);
}

.gsc-course-city-empty {
    margin: 0;
    padding: 16px;
    color: var(--gsc-text-muted);
}

.gsc-course-city-option:focus-visible,
.gsc-course-city-change:focus-visible {
    outline: 3px solid rgba(46, 125, 50, 0.25);
    outline-offset: 2px;
}
