/*

Theme Name: Novo - V5

Version: 2.5.5

Theme URI: https://doothemes.com/items/dooplay/

Author: Doothemes

Author URI: https://doothemes.com/

Text Domain: dooplay

Description: Dooplay is undoubtedly the best and most powerful framework, with access to a large volume of content with a single click, completely optimized.

License: License Limited

License URI: http://doothemes.com/license-limited/

Tags: theme-options, one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-menu, full-width-template

*/



/* EM ALTA - widget home personalizado */
.module.trending-emalta {
    margin-top: 15px;
    margin-bottom: 25px;
}

.module.trending-emalta header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module.trending-emalta header h2 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.module.trending-emalta header .see-all {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}

/* apenas um pequeno espaçamento extra em cima/baixo dos itens do carrossel */
.module.trending-emalta .items {
    padding-top: 10px;
    padding-bottom: 5px;
}

/* não precisamos de CSS próprio para os cards, pois usamos inc/parts/item */

/* Badge: Nova Temporada (manual via tag: nova-temporada) */
.poster .badge-new-season {
.poster .badge-new-season {
    z-index: 30;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0px;
    padding: 3px 4px;
    font-size: 8px;
    letter-spacing: .6px;
    text-align: center;
    color: #fff;
    background: rgba(229, 9, 20, .92);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .45);
  