﻿.latest-news-container {
    font-size: 1.6rem;
    color: black;
    font-family: Industry, sans-serif;
    margin: 0 auto;
    max-width: 1270px;
}

.bg-blue:has(> .latest-news-container) {
    padding-top: 20px;
    padding-bottom: 20px;
}

.latest-news-header-container {
    background-color: #0075C9;
    padding: 1.8rem;
}

.bg-blue .latest-news-header-container {
    background-color: white;
}

.latest-news-header {
    font-weight: 800;
    letter-spacing: -0.025em;
    font-size: 3rem;
    line-height: 3rem;
    color: white;
    text-transform: uppercase;
    border-right: none;
    width: unset;
    margin: 0;
    font-style: normal;
}

@media (min-width: 640px) {
    .latest-news-header {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
}

.bg-blue .latest-news-header {
    color: #0075C9;
}

.latest-news-sub-header {
    display: flex;
    align-items: center;
    margin-top: 4px;
    font-weight: 800;
    letter-spacing: -0.025em;
    font-size: 2rem;
    line-height: 2rem;
    color: white;
    text-transform: uppercase;
    border-right: none;
    width: unset;
    margin: 0;
    font-style: normal;
}

.latest-news-sub-header img {
    height: 17px;
    margin-left: 8px;
}

.bg-blue .latest-news-sub-header {
    color: #0075C9;
}

.primary-news-card {
    display: grid;
    margin-top: 1.8rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    background-color: #ffffff;
}

@media (min-width: 640px) {
    .primary-news-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.primary-news-card-image-container {
    width: 100%;
    height: 100%;
    padding: 1.6rem;
}

@media (min-width: 640px) {
    .primary-news-card-image-container {
        padding: 0;
    }
}

.primary-news-card-image-link {
    aspect-ratio: 16 / 9;
    display: block;
    width: 100%;
    min-height: 100%;
}

.primary-news-card-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.primary-news-card-text-container {
    padding: 1.6rem;
    height: fit-content;
}

@media (min-width: 640px) {
    .primary-news-card-text-container {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        padding-left: 2.8rem;
        padding-right: 2.8rem;
    }
}

.primary-news-card-text-header {
    display: block;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: black;
}

.primary-news-card-text-details-container {
    display: flex;
    margin-top: 0.8rem;
    font-weight: 500;
    color: #6B7280;
}

.primary-news-card-text-date {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-right: 1.6rem;
    border-right: 2px solid #6B7280;
}

.primary-news-card-text-author {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 1.6rem;
}

.primary-news-card-text-description {
    margin-top: 0.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    color: #1F2937;
}

.primary-news-card-text-link {
    display: block;
    margin-top: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0075C9;
}

.other-news-cards {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .other-news-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .other-news-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.other-news-card {
    display: flex;
    flex-direction: column;
    margin-top: 1.8rem;
    background-color: #ffffff;
}

.other-news-card-image-container {
    padding: 1.6rem;
    aspect-ratio: 16 / 9;
    width: 100%;
}

@media (min-width: 640px) {
    .other-news-card-image-container {
        padding: 0;
    }
}

.other-news-card-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.other-news-cards-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.other-news-card-text-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.6rem
    
}

@media (min-width: 640px) {
    .other-news-card-text-container {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


.other-news-card-text-header {
    display: block;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: black;
}

.other-news-card-text-details-container {
    display: flex;
    margin-top: 0.4rem;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    color: #6B7280;
    text-transform: uppercase;
}

.other-news-card-text-date {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-right: 0.8rem;
    border-right: 1px solid #6B7280;
}

.other-news-card-text-author {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.8rem;
}

.other-news-card-text-description {
    margin-top: 0.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    color: #1F2937;
}

.other-news-card-text-link {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    margin-top: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0075C9;
}

.latest-news-view-all-link-container {
    display: flex;
    justify-content: center;
    margin-top: 1.2rem;
}

.latest-news-view-all-link {
    padding: 1.2rem;
    margin: 1.2rem 0;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0075C9;
}

.bg-blue .latest-news-view-all-link {
    color: white;
}

.latest-news-view-all-link span {
    margin-right: 0.8rem;
}

.latest-news-view-all-link svg {
    fill: #0075C9;
}

.bg-blue .latest-news-view-all-link svg {
    fill: white;
}

.spotter-guide .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.spotter-guide .absolute {
    position: absolute
}

.spotter-guide .relative {
    position: relative
}

.spotter-guide .bottom-0 {
    bottom: 0px
}

.spotter-guide .left-0 {
    left: 0px
}

.spotter-guide .right-0 {
    right: 0px
}

.spotter-guide .top-0 {
    top: 0px
}

.spotter-guide .top-6 {
    top: 1.5rem
}

.spotter-guide .col-span-1 {
    grid-column: span 1 / span 1
}

.spotter-guide .mb-11 {
    margin-bottom: 3rem
}

.spotter-guide .ml-16 {
    margin-left: 4rem
}

.spotter-guide .ml-2 {
    margin-left: 0.5rem
}

.spotter-guide .mr-2 {
    margin-right: 0.5rem
}

.spotter-guide .mr-6 {
    margin-right: 1.5rem
}

.spotter-guide .mt-1 {
    margin-top: 0.25rem
}

.spotter-guide .mt-8 {
    margin-top: 2rem
}

.spotter-guide .flex {
    display: flex
}

.spotter-guide .grid {
    display: grid
}

.spotter-guide .h-7 {
    height: 1.75rem
}

.spotter-guide .h-80 {
    height: 20rem
}

.spotter-guide .h-fit {
    height: fit-content
}

.spotter-guide .h-full {
    height: 100%
}

.spotter-guide .w-16 {
    width: 4rem
}

.spotter-guide .w-24 {
    width: 6rem
}

.spotter-guide .w-6 {
    width: 1.5rem
}

.spotter-guide .w-fit {
    width: fit-content
}

.spotter-guide .w-full {
    width: 100%
}

.spotter-guide .flex-grow {
    flex-grow: 1
}

.spotter-guide .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.spotter-guide .flex-col {
    flex-direction: column
}

.spotter-guide .items-center {
    align-items: center
}

.spotter-guide .justify-end {
    justify-content: flex-end
}

.spotter-guide .justify-between {
    justify-content: space-between
}

.spotter-guide .gap-x-16 {
    column-gap: 4rem
}

.spotter-guide .gap-x-32 {
    column-gap: 8rem
}

.spotter-guide .gap-y-10 {
    row-gap: 2.5rem
}

.spotter-guide .bg-indycar {
    --tw-bg-opacity: 1;
    background-color: rgb(0 117 201 / var(--tw-bg-opacity))
}

.spotter-guide .px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.spotter-guide .px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.spotter-guide .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.spotter-guide .pt-12 {
    padding-top: 3rem
}

.spotter-guide .text-center {
    text-align: center
}

.spotter-guide .font-industry {
    font-family: Industry, sans-serif
}

.spotter-guide .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.spotter-guide .text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.spotter-guide .text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.spotter-guide .text-5xl {
    font-size: 3rem;
    line-height: 1
}

.spotter-guide .font-black {
    font-weight: 900
}

.spotter-guide .font-bold {
    font-weight: 700
}

.spotter-guide .font-medium {
    font-weight: 500
}

.spotter-guide .font-semibold {
    font-weight: 600
}

.spotter-guide .uppercase {
    text-transform: uppercase
}

.spotter-guide .italic {
    font-style: italic
}

.spotter-guide .leading-7 {
    line-height: 1.75rem
}

.spotter-guide .tracking-tight {
    letter-spacing: -0.025em
}

.spotter-guide .tracking-tighter {
    letter-spacing: -0.05em
}

.spotter-guide .text-indycar {
    --tw-text-opacity: 1;
    color: rgb(0 117 201 / var(--tw-text-opacity))
}

.spotter-guide .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.spotter-guide .col-span-1 {
    grid-column: span 1 / span 1
}

@media (min-width: 640px) {
    .spotter-guide .sm\:col-span-2 {
        grid-column: span 2 / span 2
    }
    
    .spotter-guide .sm\:col-span-3 {
        grid-column: span 3 / span 3
    }
    
    .spotter-guide .sm\:col-span-4 {
        grid-column: span 4 / span 4
    }

    .spotter-guide .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .spotter-guide .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .spotter-guide .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.spotter-guide-radio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.spotter-guide-radio-container img {
    margin-right: 1.6rem;
}

.spotter-guide-radio-container svg {
    width: 2.5rem;
    margin-right: 0.8rem;
    margin-top: 1.6rem;
}

.spotter-guide-radio-container .radio-frequency {
    font-family: Industry, sans-serif;
    font-size: 1.75rem;
    margin-top: 1.6rem;
}