.sub-detail-section {
    padding: var(--space-xl) 0;
}

.sub-detail-content {
    /* Removed max-width and margin: 0 auto to adhere to default left-aligned container layout */
}

.sub-detail-content h3 {
    margin-bottom: var(--space-md);
    font-size: 1.5rem;
}

.examples-list {
    margin-bottom: var(--space-xl);
    list-style-type: disc;
    padding-left: 1.5rem;
    color: var(--color-text-muted);
}

.examples-list li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.result-text {
    color: var(--color-text-muted);
    line-height: 1.6;
    margin-bottom: var(--space-xl);
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.result-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-sm);
}

.result-icon {
    color: var(--color-primary);
    font-weight: bold;
}