/* Title Block Frontend Styles */
.results-title-section {
    position: relative;
    width: 100%;
}

.results-title-section .max-w-7xl {
    max-width: 80rem;
}

.results-title-section .flex {
    display: flex;
}

.results-title-section .flex-col {
    flex-direction: column;
}

.results-title-section .lg\:flex-row {
    flex-direction: row;
}

.results-title-section .lg\:items-end {
    align-items: flex-end;
}

.results-title-section .lg\:justify-between {
    justify-content: space-between;
}

.results-title-section .lg\:w-2\/3 {
    width: 66.666667%;
}

.results-title-section .mb-8 {
    margin-bottom: 2rem;
}

.results-title-section .lg\:mb-0 {
    margin-bottom: 0;
}

.results-title-section .space-x-2 > * + * {
    margin-left: 0.5rem;
}

.results-title-section .mb-6 {
    margin-bottom: 1.5rem;
}

.results-title-section .w-6 {
    width: 1.5rem;
}

.results-title-section .h-6 {
    height: 1.5rem;
}

.results-title-section .rounded-sm {
    border-radius: 0.125rem;
}

.results-title-section .flex {
    display: flex;
}

.results-title-section .items-center {
    align-items: center;
}

.results-title-section .justify-center {
    justify-content: center;
}

.results-title-section .w-4 {
    width: 1rem;
}

.results-title-section .h-4 {
    height: 1rem;
}

.results-title-section .text-white {
    color: white;
}

.results-title-section .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.results-title-section .font-medium {
    font-weight: 500;
}

.results-title-section .text-gray-900 {
    color: #111827;
}

.results-title-section .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.results-title-section .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.results-title-section .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.results-title-section .font-bold {
    font-weight: 700;
}

.results-title-section .leading-tight {
    line-height: 1.25;
}

.results-title-section .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.results-title-section .text-gray-700 {
    color: #374151;
}

.results-title-section .max-w-2xl {
    max-width: 42rem;
}

.results-title-section .leading-relaxed {
    line-height: 1.625;
}

/* Responsive adjustments */
@media (min-width: 640px) {
    .results-title-section .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .results-title-section .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
