@import url('https://fonts.googleapis.com/css2?family=Futura+PT:wght@400;700&display=swap');

.page-container.custom-videos {
    font-family: 'Futura PT', sans-serif;
    font-weight: 300;
    max-width: 100%;
    margin: 20px auto;
    padding: 0 20px;
}

.custom-videos .model-section {
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.custom-videos .section-header {
    text-align: center;
    margin-bottom: 30px;
}

.custom-videos .cta {
    background-color: var(--buttonBackground);
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}

.custom-videos .cta:hover {
    background-color: var(--buttonHoverBackground);
    color: var(--buttonHoverTextColor);
}

.custom-videos a {
    color: var(--mainColor);
}

.custom-videos a:hover {
    color: #000;
}

.custom-videos section.model-section ol,
.custom-videos section.model-section ul {
    margin-bottom: 0.75em; /* tighter spacing than default */
}

.custom-videos section.model-section p:last-child {
    margin-top: 0.5em; /* reduce top margin on final note */
}

@media (min-width: 600px) {
    .page-container.custom-videos {
        max-width: 90%;
    }
}

@media (min-width: 900px) {
    .page-container.custom-videos {
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .page-container.custom-videos {
        max-width: 70%;
    }
}
