.gsc-new-round-content {
    padding: 16px 0 40px;
}

.gsc-recent-section h2 {
    margin: 0 15px 10px;
    color: var(--gsc-green);
    font-size: 20px;
    font-weight: 700;
}

.gsc-course-search-section {
    position: relative;
    padding: 0 20px 20px;
}

.gsc-course-search {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 0 18px;
    border: 1px solid #d4d6d8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.08);
}

.gsc-search-icon {
    position: relative;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    margin-right: 14px;
    border: 3px solid var(--gsc-green);
    border-radius: 50%;
}

.gsc-search-icon::after {
    position: absolute;
    right: -8px;
    bottom: -5px;
    width: 12px;
    height: 3px;
    background: var(--gsc-green);
    content: "";
    transform: rotate(45deg);
    transform-origin: left center;
}

.gsc-course-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--gsc-text);
    font-size: 20px;
}

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

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

.gsc-course-search-results {
    position: absolute;
    z-index: 4;
    top: 70px;
    right: 20px;
    left: 20px;
    overflow: hidden;
    border: 1px solid var(--gsc-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--gsc-shadow);
}

.gsc-course-search-result {
    display: grid;
    gap: 3px;
    padding: 13px 15px;
    border-bottom: 1px solid var(--gsc-border);
}

.gsc-course-search-result:last-child {
    border-bottom: 0;
}

.gsc-course-search-result strong {
    color: var(--gsc-green);
    font-size: 16px;
}

.gsc-course-search-result span {
    font-size: 14px;
    font-weight: 600;
}

.gsc-course-search-result small {
    color: var(--gsc-text-muted);
    font-size: 13px;
}

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

.gsc-new-round-actions {
    border-top: 1px solid #e7e8e9;
}

.gsc-new-round-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    margin: 0 20px;
    border-bottom: 1px solid #e7e8e9;
    color: var(--gsc-text-muted);
    font-size: 16px;
    font-weight: 500;
}

.gsc-new-round-action > span:last-child {
    color: #989da2;
    font-size: 31px;
    font-weight: 300;
    line-height: 1;
}

.gsc-new-round-action-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.gsc-new-round-action-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: #7a8087;
    opacity: 0.85;
}

.gsc-new-round-action-label span {
    white-space: nowrap;
}