/*
Theme Name: Claquet
Author: [Seu Nome]
Author URI: [Seu Site ou Rede Social]
Description: Um tema criado para amantes de filmes e séries.
Version: 5.2 (Final Stable)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: claquet
*/

/* ==========================================================================
   CONFIGURAÇÕES GLOBAIS E RESET
   ========================================================================== */
body { background-color: #141414; color: #E5E5E5; font-family: 'Lato', sans-serif; margin: 0; line-height: 1.6; padding-top: 75px; animation: fadeInAnimation ease 1s; animation-iteration-count: 1; animation-fill-mode: forwards; }
@keyframes fadeInAnimation { 0% { opacity: 0; } 100% { opacity: 1; } }
a { color: #E50914; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Bebas Neue', cursive; letter-spacing: 1.5px; color: #FFFFFF; }
.container { max-width: 1200px; margin: 0 auto; padding: 20px; }
.home-section { margin-bottom: 60px; }
.section-title { font-size: 2.5rem; margin-bottom: 20px; text-align: left; border-left: 4px solid #E50914; padding-left: 15px; }
.section-title::after { display: none; }

/* ==========================================================================
   HEADER E NAVEGAÇÃO
   ========================================================================== */
.site-header { background-color: #141414; padding: 15px 0; position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: all 0.3s ease-in-out; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.site-header.scrolled { background-color: rgba(20, 20, 20, 0.9); backdrop-filter: blur(10px); padding: 10px 0; }
.header-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; }
.site-branding a { font-family: 'Bebas Neue', cursive; font-size: 2.5rem; text-transform: uppercase; display: flex; align-items: center; background: linear-gradient(45deg, #ffb800, #ff5757); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.site-branding a .fas { margin-right: 10px; font-size: 2rem; -webkit-background-clip: initial; background-clip: initial; -webkit-text-fill-color: initial; color: #ffb800; }
.main-navigation ul { list-style: none; margin: 0; padding: 0; display: flex; }
.main-navigation li { margin: 0 15px; }
.main-navigation a { color: #FFF; font-weight: bold; text-transform: uppercase; position: relative; padding: 5px 0; transition: color 0.2s ease; }
.main-navigation a:hover { color: #E50914; }
.main-navigation a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #E50914; transform: scaleX(0); transform-origin: center; transition: transform 0.3s ease; }
.main-navigation a:hover::after { transform: scaleX(1); }
.header-controls { display: flex; align-items: center; gap: 5px; }

/* ==========================================================================
   BUSCA EM OVERLAY
   ========================================================================== */
.search-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(20, 20, 20, 0.95); backdrop-filter: blur(10px); z-index: 9998; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.search-overlay.active { opacity: 1; visibility: visible; }
.search-close { position: absolute; top: 30px; right: 30px; background: none; border: none; color: #aaa; font-size: 3rem; cursor: pointer; line-height: 1; transition: color 0.2s ease; }
.search-close:hover { color: #FFF; }
.search-overlay .search-form { width: 100%; max-width: 600px; padding: 20px; }
.search-overlay .search-field { width: 100%; background: none; border: none; border-bottom: 2px solid #aaa; border-radius: 0; color: #FFF; font-size: 2rem; font-family: 'Bebas Neue', cursive; padding: 15px 0; text-align: center; }
.search-overlay .search-field:focus { border-color: #E50914; }
.search-overlay .search-submit { display: none; }

/* ==========================================================================
   PÁGINA INICIAL E GRIDS DE POSTS
   ========================================================================== */
.minimalist-slider.swiper { width: 100%; max-width: 1200px; height: 450px; margin: 0 auto; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.slide-link-minimalist { display: flex; align-items: flex-end; width: 100%; height: 100%; background-size: cover; background-position: center; position: relative; text-decoration: none; }
.slide-link-minimalist::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%); transition: background 0.3s ease; }
.slide-link-minimalist:hover::after { background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 50%); }
.slide-content-minimalist { padding: 25px; color: #FFF; z-index: 2; position: relative; }
.slide-title-minimalist { font-size: 2.2rem; color: #FFF; line-height: 1.2; text-shadow: 1px 1px 5px rgba(0,0,0,0.7); }
.slide-meta-minimalist { font-family: 'Lato', sans-serif; font-size: 0.9rem; color: #ccc; margin-top: 10px; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); }
.minimalist-slider .swiper-pagination-bullet-active { background-color: #FFF !important; }

.posts-grid, .related-grid, .infinite-scroll-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 30px; }
.post-card { background-color: #1c1c1c; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.post-card:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0,0,0,0.5); }
.post-card-link { text-decoration: none; display: block; }
.post-card-thumbnail { width: 100%; height: 200px; background-color: #2a2a2a; }
.post-card-thumbnail.placeholder-image { display: flex; align-items: center; justify-content: center; font-size: 5rem; color: #444; }
.post-card-thumbnail img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 0.3s ease; }
.post-card:hover .post-card-thumbnail img { opacity: 0.85; }
.post-card-content { padding: 20px; }
.post-card-title { font-size: 1.5rem; color: #FFF; margin: 0 0 10px 0; line-height: 1.3; }
.post-card-meta { font-size: 0.8rem; color: #888; font-family: 'Lato', sans-serif; }

.load-more-container { text-align: center; margin-top: 40px; }
.load-more-btn { display: inline-block; background-color: transparent; border: 2px solid #E50914; color: #E50914; padding: 12px 35px; font-size: 1rem; font-weight: bold; text-transform: uppercase; cursor: pointer; border-radius: 5px; transition: all 0.3s ease; }
.load-more-btn:hover { background-color: #E50914; color: #FFF; }
.load-more-btn:disabled { opacity: 0.5; cursor: not-allowed; background-color: #333; border-color: #333; color: #888; }
.loading-spinner { display: flex; justify-content: center; align-items: center; padding: 40px; color: #888; gap: 10px; width: 100%; grid-column: 1 / -1; }
.spinner-icon { width: 24px; height: 24px; border: 3px solid rgba(255,255,255,0.2); border-top-color: #FFF; border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ==========================================================================
   DESIGN MODERNO DE POST INDIVIDUAL (single.php)
   ========================================================================== */

/* --- Cabeçalho Imersivo --- */
.single-immersive-header {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    max-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    overflow: hidden;
    margin-bottom: 40px;
}

.header-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    filter: blur(8px) brightness(0.6);
}

.header-content-overlay {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.single-immersive-header .post-meta .post-category a {
    background-color: #E50914;
    color: #FFF;
    padding: 6px 12px;
    border-radius: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.single-immersive-header .single-post-title {
    font-size: 5rem;
    line-height: 1.1;
    margin-top: 15px;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.7);
}

/* --- Conteúdo Principal do Artigo --- */
.main-content-area {
    margin-top: -120px; /* Puxa o conteúdo para cima, sobrepondo o header */
    position: relative;
    z-index: 3;
}

.single-post-modern {
    background-color: #1c1c1c;
    border-radius: 8px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.author-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}

.author-avatar img {
    border-radius: 50%;
}

.author-info .author-name {
    font-weight: bold;
}

.author-info .author-name a {
    color: #FFF;
    text-decoration: none;
}

.author-info .post-date {
    font-size: 0.9rem;
    color: #888;
    display: block;
}

.single-post-content {
    font-size: 1.2rem; /* Letras Maiores */
    line-height: 1.9;
    color: #ddd;
}

.single-post-content blockquote {
    border-left: 3px solid #E50914;
    margin: 40px 0;
    padding: 10px 25px;
    background-color: #141414;
    font-style: italic;
    font-size: 1.3rem;
    color: #fff;
}

.single-post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    flex-wrap: wrap;
    gap: 20px;
}

.post-tags a {
    display: inline-block;
    border: 1px solid #444;
    color: #888;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    text-decoration: none;
}

.post-tags a:hover {
    background-color: #E50914;
    border-color: #E50914;
    color: #FFF;
}

.post-share {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888;
}
.post-share .social-share-buttons {
    border: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.post-share .social-share-buttons h4 {
    display: none;
}
.post-share .social-share-buttons a {
    color: #888;
    border: none;
    background: none;
    font-size: 1.2rem;
    padding: 5px;
    transition: all 0.2s ease;
}
.post-share .social-share-buttons a:hover {
    color: #FFF;
    transform: scale(1.1);
}
.post-share .social-share-buttons .share-facebook:hover {
    color: #1877F2;
}
.post-share .social-share-buttons .share-twitter:hover {
    color: #1DA1F2;
}
.post-share .social-share-buttons .share-whatsapp:hover {
    color: #25D366;
}



/* ==========================================================================
   AJUSTES RESPONSIVOS PARA A PÁGINA DE POST
   ========================================================================== */

@media (max-width: 767px) {
    .single-immersive-header .single-post-title {
        font-size: 3rem;
    }
    .single-post-modern {
        padding: 30px;
    }
    .main-content-area {
        margin-top: -80px;
    }
    .single-post-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 599px) {
    .single-immersive-header .single-post-title {
        font-size: 2.5rem;
    }
    .single-post-modern {
        padding: 20px;
    }
    .main-content-area {
        margin-top: -60px;
    }
}

/* ==========================================================================
   SEÇÃO DE COMENTÁRIOS E FORMS
   ========================================================================== */
.comments-area { max-width: 800px; margin: 60px auto; padding: 30px; background-color: #1a1a1a; border-radius: 8px; border-top: 4px solid #E50914; }
.comments-title, .comment-reply-title { font-size: 2.5rem; margin-top: 0; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #333; text-align: center; }
.comment-list { list-style: none; padding: 0; margin: 0; }
.comment-list .comment { border-bottom: 1px solid #333; padding: 25px 0; }
.comment-list .comment:last-child { border-bottom: none; padding-bottom: 0; }
.comment-list .children { padding-left: 30px; margin-top: 20px; border-left: 2px solid #333; }
.reply a { font-size: 0.8rem; font-weight: bold; color: #aaa; text-decoration: none; }
.reply a:hover { color: #E50914; }
.wpforms-field-label, .comment-form label { color: #FFF !important; font-weight: bold; display: block; margin-bottom: 5px; }
.wpforms-field input[type="text"], .wpforms-field input[type="email"], .wpforms-field textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; box-sizing: border-box; background-color: #222 !important; border: 1px solid #555 !important; color: #FFF !important; border-radius: 5px !important; padding: 12px !important; margin-bottom: 15px; }
.wpforms-submit-container .wpforms-submit, .comment-form .form-submit input[type="submit"] { background-color: #E50914 !important; color: #FFF !important; border: none !important; padding: 12px 25px !important; font-size: 1rem !important; font-weight: bold !important; text-transform: uppercase !important; cursor: pointer !important; border-radius: 5px !important; transition: background-color 0.3s ease !important; }
.wpforms-submit-container .wpforms-submit:hover, .comment-form .form-submit input[type="submit"]:hover { background-color: #f6151f !important; }

/* ==========================================================================
   BOTÕES DE COMPARTILHAMENTO E RELACIONADOS
   ========================================================================== */
.social-share-buttons { max-width: 800px; margin: 40px auto; padding: 20px; border-top: 1px solid #333; text-align: center; }
.social-share-buttons h4 { font-family: 'Lato', sans-serif; font-size: 1rem; color: #AAA; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; font-weight: normal; }
.social-share-buttons a { color: #ccc; text-decoration: none; font-size: 0.9rem; padding: 8px 15px; margin: 5px; border-radius: 5px; display: inline-block; font-family: 'Lato', sans-serif; border: 1px solid #555; background-color: transparent; transition: all 0.3s ease; }
.social-share-buttons a:hover { color: #FFF; border-color: transparent; }
.social-share-buttons a .fab { margin-right: 8px; }
.share-facebook:hover { background-color: #1877F2; }
.share-twitter:hover { background-color: #1DA1F2; }
.share-whatsapp:hover { background-color: #25D366; }
.related-posts { max-width: 1200px; margin: 60px auto; padding: 0 20px; }
.related-posts .section-title { text-align: center; display: block; border-left: none; padding-left: 0; }
.related-posts .section-title::after { content: ''; display: block; width: 80px; height: 3px; background-color: #E50914; margin: 10px auto 0; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background-color: #000; color: #AAA; padding: 50px 0 0 0; margin-top: 50px; }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.footer-widget-area { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 40px; border-bottom: 1px solid #222; }
.footer-widget { flex: 1; }
.widget-title { font-family: 'Bebas Neue', cursive; color: #FFF; font-size: 1.5rem; margin-bottom: 15px; }
.footer-widget ul { list-style: none; padding: 0; }
.footer-widget ul li a { color: #AAA; transition: color 0.2s ease; }
.footer-widget ul li a:hover { color: #FFF; }
.social-links a { color: #AAA; font-size: 1.5rem; margin-right: 15px; transition: color 0.2s ease, transform 0.2s ease; display: inline-block; }
.social-links a:hover { color: #E50914; transform: translateY(-3px); }
.footer-bottom-bar { text-align: center; padding: 20px 0; font-size: 0.9rem; }

/* ==========================================================================
   DESIGN RESPONSIVO
   ========================================================================== */
.menu-toggle, .search-toggle { display: none; background: none; border: none; color: #FFF; font-size: 1.4rem; cursor: pointer; padding: 10px; }
@media (max-width: 1023px) {
    .main-navigation, .header-container .search-form { display: none; }
    .header-controls { display: flex; align-items: center; gap: 5px; }
    .menu-toggle, .search-toggle { display: block; }
    .main-navigation.toggled { display: block; position: fixed; top: 75px; left: 0; width: 100%; height: calc(100vh - 75px); background-color: #1a1a1a; z-index: 9999; overflow-y: auto; border-top: 1px solid #333; }
    .main-navigation.toggled .primary-menu { flex-direction: column; text-align: center; padding-top: 20px; }
    .main-navigation.toggled .primary-menu a { display: block; padding: 15px; border-bottom: 1px solid #333; font-size: 1.2rem; }
    .main-navigation.toggled a:hover { background-color: #E50914; }
    .main-navigation.toggled a::after { display: none; }
    .footer-widget-area { flex-direction: column; gap: 40px; text-align: center; }
    .footer-widget .social-links { justify-content: center; display: flex; }
    .posts-grid, .related-grid, .infinite-scroll-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
    .minimalist-slider.swiper { height: 350px; }
    .posts-grid, .related-grid, .infinite-scroll-grid { grid-template-columns: 1fr; }
    .single-post-title, .page-title, .archive-title { font-size: 2.8rem; }
}
@media (max-width: 599px) {
    body { padding-top: 70px; }
    .header-container { padding: 0 15px; }
    .site-branding a { font-size: 2rem; }
    .minimalist-slider.swiper { height: 300px; }
    .slide-title-minimalist { font-size: 1.8rem; }
    .single-post-title, .page-title, .archive-title { font-size: 2.5rem; }
}

/* ==========================================================================
   ESTILO PARA PÁGINAS ESTÁTICAS (Sobre Nós, Contato, etc.)
   ========================================================================== */

/*
 * Usamos a classe .page que o WordPress adiciona ao body
 * para aplicar estes estilos apenas em páginas estáticas.
*/

.page .main-content {
    background-color: #1c1c1c;
    padding: 40px;
    border-radius: 8px;
    margin-top: 40px;
}

.page-header {
    text-align: left;
    border-bottom: 2px solid #333;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.page-title {
    font-size: 4rem;
    line-height: 1.1;
}

/* Reutiliza os estilos de conteúdo do post para consistência */
.page .entry-content {
    max-width: 100%; /* O container .main-content já limita a largura */
    font-size: 1.2rem;
    line-height: 1.8;
    color: #ddd;
}

/* Estilos para títulos dentro do conteúdo da página */
.page .entry-content h2,
.page .entry-content h3 {
    margin-top: 2em;
    margin-bottom: 1em;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

/* ==========================================================================
   BOTÃO "CARREGAR MAIS" E SPINNER
   ========================================================================== */
.load-more-container {
    text-align: center;
    padding: 20px 0;
}

.load-more-btn {
    background-color: transparent;
    border: 2px solid #E50914;
    color: #E50914;
    padding: 12px 35px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background-color: #E50914;
    color: #FFF;
}

.load-more-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #333;
    border-color: #333;
    color: #888;
}

.loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    color: #888;
    gap: 10px;
    width: 100%;
}

.spinner-icon {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255,255,255,0.2);
    border-top-color: #FFF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ==========================================================================
   BOTÕES DE COMPARTILHAMENTO SOCIAL
   ========================================================================== */

.social-share-buttons {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: center;
}
.social-share-buttons h4 {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: #AAA;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
}
.social-share-buttons a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    border: 1px solid #555;
    background-color: transparent;
    transition: all 0.3s ease;
}
.social-share-buttons a:hover {
    color: #FFF;
    border-color: transparent;
}
.social-share-buttons a .fab {
    margin-right: 8px;
}
.share-facebook:hover {
    background-color: #1877F2;
}
.share-twitter:hover {
    background-color: #1DA1F2;
}
.share-whatsapp:hover {
    background-color: #25D366;
}

/* ==========================================================================
   BANNER DE ANÚNCIO (HOMEPAGE)
   ========================================================================== */
.home-ad-banner {
    margin: 60px auto; /* Centraliza o bloco horizontalmente e adiciona margem vertical */
    text-align: center; /* Centraliza o conteúdo dentro do bloco (o link) */
    max-width: 90%; /* O banner não vai ocupar mais que 90% da largura do contêiner */
}

.home-ad-banner a {
    display: block; /* Faz o link ocupar toda a largura disponível para centralizar a imagem */
    line-height: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-ad-banner a:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.home-ad-banner img {
    width: 100%;    /* A imagem ocupa toda a largura do link (que está centralizado) */
    height: auto;
    display: block; /* Evita espaçamento extra abaixo da imagem */
    border-radius: 5px;
    margin: 0 auto; /* Centraliza a imagem dentro do link (redundante com text-align no pai, mas garante) */
}

/* Opcional: Para telas maiores, defina uma largura máxima se desejar */
@media (min-width: 768px) {
    .home-ad-banner {
        max-width: 70%; /* Exemplo: o banner não excederá 70% em desktops */
    }
}

/* ==========================================================================
   SEÇÃO DE PRÓXIMOS LANÇAMENTOS (HOMEPAGE)
   ========================================================================== */

.upcoming-releases-section {
    background-color: #1a1a1a;
    padding: 40px 0;
    margin-top: 60px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.upcoming-releases-section .section-title {
    text-align: center;
    border-left: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.upcoming-releases-section .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #E50914;
    margin: 10px auto 0;
}


.upcoming-item {
    background-color: #222;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.upcoming-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

.upcoming-poster img {
    width: 100%;
    height: auto;
    display: block;
}

.upcoming-info {
    padding: 15px;
    margin-top: auto; /* Garante que o texto fique alinhado na base */
}


.upcoming-date {
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    color: #888;
    font-weight: bold;
}

.upcoming-grid {
    display: grid;
    /* A MUDANÇA ESTÁ AQUI: Diminuímos o tamanho mínimo para 150px */
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px; /* Reduzimos um pouco o espaço para caber melhor */
}

/* Resto dos estilos para .upcoming-item, etc... */

.upcoming-info {
    padding: 15px;
    margin-top: auto;
}

/* Ajuste para o título não quebrar em muitas linhas no celular */
.upcoming-title {
    font-size: 1rem; /* Diminuímos a fonte do título para o card menor */
    margin: 0 0 5px 0;
    line-height: 1.3;
    color: #FFF;
}

/* O resto dos estilos para .upcoming-date, etc... */