.gco-course-details {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin: 0 0 1.5rem;
    padding: 1rem;
}

.gco-course-details dl {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 0;
}

.gco-course-detail {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: .85rem;
}

.gco-course-detail dt {
    color: #1f2937;
    font-weight: 700;
    margin: 0 0 .35rem;
}

.gco-course-detail dd {
    color: #374151;
    margin: 0;
}

.gco-course-detail-icon {
    display: inline-block;
    margin-right: .25rem;
}
