/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2026 | 18:07:02 */
.section-title {
    margin-bottom: 30px;
}

.menu-link {
    color: var(--f3-dark-blue);
}

.menu-link.locked {
    opacity: 0.3;
}

.fff-overview {
    max-width: 1000px;
}

.main-content {
    padding-bottom: 120px;
}

.single-featured-image, .post-hero {
    margin: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.fff-back-btn {
    padding: 15px 22px;
    background: var(--f3-dark-blue);
    border: 1px solid var(--f3-dark-blue);
    font-size: 1rem !important;
    color: #fff !important;
}

.fff-back-btn:hover {
    background: var(--dgdm-primary-dark);
    border-color: var(--dgdm-primary-dark) !important;
    transform: translateX(-2px);
}

figure.jetpack-videopress-player,
.single-body img, 
.post-content img{
    border-radius: 18px;
    overflow: auto;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

a.fff-pill.fff-pill-finish.fff-pill-locked {
    opacity: 0.4;
}

.f3-lang-pill {
    padding: 5px 15px;
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
    visibility: visible;
    max-height: 250px;
    padding: 0;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: -5px;
    display: inline-block !important;
    min-height: auto;
    background: #fff;
    border-radius: 20px;
    width: 120px !important;
    padding-left: 20px;
    margin-left: -15px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.trp-language-switcher {
    width: auto;
}

.trp-language-switcher > div{
	border: 0;
	padding: 0;
    min-width: 75px;
    margin-right: -10px;
    background-color: transparent;
}

.trp-language-switcher > div > a {
    padding: 7px 0px;
    font-style: normal;
    font-weight: 500;
}


.fff-program-info h3 {
    margin: 0 0 4px;
    font-size: 19px;
    color: #060F40;
    line-height: 1.1;
    margin-bottom: 20px;
}

.content-overview .content-card{
    padding: 0;
}

.single-featured-image img, .post-hero img{
	border-radius: 10px;
}

.post-categories a, .program-category {
    margin-top: 20px;
    margin-bottom: -10px;
}


@media (max-width: 768px) {
	
	.single-post .main-content {
        padding: 0;
    }
	
    .dashboard-layout {
        grid-template-columns: 1fr !important;
    }
	
	.main-content {
        max-width: 100%;
	}
	
	.content-pagination {
		flex-wrap: wrap;
	}
	
	
	
	.sidebar {
        z-index: 9999;
	}
	
	.top-bar-minimal {
    	flex-direction: row;
	}
	
	.user-profile {
		padding: 8px 8px 8px 8px;
	}
	
	.main-content {
		padding-top: 10px;
	}
	
	.fff-card-top {
		width: 100%;
		border-radius: 10px;
	}
}

@media (max-width: 480px) {
    .fff-score-card {
        flex-direction: column;
	}
	
	.fff-alcohol-card {
		flex-direction: column;
		text-align: center;
	}
	
	article.single-post, .single-content {
	    padding: 25px !important;
	}
}











