.gsc-tee-selection-screen {
    padding: 24px 20px 28px;
}

.gsc-tee-course {
    padding-bottom: 22px;
    text-align: center;
}

.gsc-tee-course h2 {
    margin: 0;
    color: var(--gsc-green);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.18;
}

.gsc-tee-course-routing {
    margin: 10px 0 0;
    color: var(--gsc-green);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

.gsc-tee-course-location {
    margin: 4px 0 0;
    color: var(--gsc-text-muted);
    font-size: 14px;
    line-height: 1.3;
}

.gsc-tee-options h3 {
    margin: 0 0 14px;
    color: var(--gsc-green);
    font-size: 21px;
    font-weight: 700;
}

.gsc-tee-list {
    overflow: hidden;
    border: 1px solid var(--gsc-border);
    border-radius: 16px;
    background: #fff;
}

.gsc-tee-option {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    min-height: 62px;
    padding: 0 18px;
    border: 0;
    border-bottom: 1px solid var(--gsc-border);
    background: #fff;
    color: var(--gsc-text);
    cursor: pointer;
    text-align: left;
}

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

.gsc-tee-option.is-selected {
    background: #e8f3ec;
}

.gsc-tee-color {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    background: var(--gsc-tee-color);
}

.gsc-tee-name {
    font-size: 18px;
    font-weight: 600;
}

.gsc-tee-option.is-selected .gsc-tee-name {
    color: var(--gsc-green);
    font-weight: 700;
}

.gsc-start-round-button {
    width: 100%;
    min-height: 58px;
    margin-top: 28px;
    border: 0;
    border-radius: 16px;
    background: var(--gsc-green);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.gsc-start-round-button:disabled {
    cursor: default;
    opacity: 0.42;
}
