/* ==========================================================================
   Generic Page
   ========================================================================== */
.iubello-page {
    padding: 3rem 0;
}

.iubello-page__header {
    margin-bottom: 2rem;
}

.iubello-page__title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}

.iubello-page__thumbnail {
    margin-bottom: 2rem;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.iubello-page__featured-img {
    width: 100%;
    height: auto;
}

.iubello-page__content {
    max-width: 800px;
}
