<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.venue-sec-row {
    display: block;
}

.venue-sec-row .col-1,
.venue-sec-row .col-2 {
    width: 50%;
    font-weight: 700;
    font-size: 20px;
}

.venue-sec-row .full-section {
	width: 100%;
    display: flex;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e3e5;
    padding-bottom: 20px;
}

.first-row {
	width: 15%;
}

.second-row {
	width: 85%;
    padding-left: 40px;
}

.airdatetime {
	font-size: 16px;
    margin-bottom: 10px;
}

.duration {
	font-size: 16px;
    margin-bottom: 10px;
}

.title {
	font-size: 25px;
    margin-bottom: 15px;
    font-weight: 700;
}

.channel {
	font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    
}

.description {
    font-size: 15px;
    margin-bottom: 15px;
}

.competitionname {
	font-style: italic;
    font-size: 16px;
    font-weight: 700;
}

@media all and (max-width: 480px) {
    .venue-sec-row .full-section {
        width: 100%;
        display: block;
    }
    .first-row,
    .second-row,
    .right-view {
        width: 100% !important;
    }
    .second-row {
        padding-left: 0;
        margin-top: 25px;
    }
}</pre></body></html>