/*
Theme Name: Mci Ingressos
Theme URI: https://mcingressos.com.br/
Author: Evandro Bitencourt
Author URI: https://flyingweb.com.br/
Description: Mci Ingressos: A plataforma definitiva para a venda de ingressos online. Este tema WordPress foi cuidadosamente projetado para oferecer uma experiência de compra fluida e segura, capacitando organizadores de eventos a gerenciar e promover suas vendas com eficiência e estilo. Transforme cada evento em um sucesso com um design intuitivo e funcionalidades robustas.
Version: 1.0
Text Domain: mci
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
*/

/* ===========================
   Identidade Visual (cores)
   =========================== */
:root{
  --mci-red:       #de1a20;  /* vermelho principal */
  --mci-red-dark:  #b3171b;  /* vermelho hover */
  --mci-blue:      #00adee;  /* azul principal */
  --mci-blue-dark: #008ec1;  /* azul hover */
  --mci-dark:      #333333;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: var(--mci-dark);
    color: #fff;
}

/*Section site */

.section-site {
    padding: 80px 0px;
}


/* 
Header
*/

.img-logo {
    width: 150px!important;
    height: auto;
}

/* Home*/

/* Estilos para o template-home.php */


.featured-events .card {
    background-color: #282828; /* Cor de fundo dos cards para se destacar do fundo principal */
    color: #ffffff; /* Cor do texto dentro dos cards */
    border-radius: 0.5rem; /* Bordas arredondadas para os cards */
}

.featured-events .card-title {
    color: #ffffff;
}

.featured-events .card-text {
    color: #cccccc;
}

.featured-events .card-img-top {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

/* Ajustes para ícones */
.featured-events .card-text i {
    color: #cccccc; /* Cor dos ícones */
}


/* Card base */
.event-card {
  border-radius: 1rem;
  transition: transform .25s ease, box-shadow .25s ease;
  background-color: #0e0e0e; /* bem escuro */
}

/* Sombra e leve “lift” ao passar o mouse */
.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.25rem 2.5rem rgba(0,0,0,.45);
}

/* Envolve a imagem para cortar o scale */
.event-image-wrapper {
  will-change: transform;
}

/* A própria imagem “cresce” suavemente */
.event-image {
  transition: transform .35s ease;
  transform-origin: center center;
}

/* Aqui acontece o “cresce e volta” no hover */
.event-card:hover .event-image {
  transform: scale(1.05);
}

/* Utilitário para fit da imagem (caso seu Bootstrap não tenha) */
.object-fit-cover {
  object-fit: cover;
  object-position: center;
}



/* Estilos para o footer */

.site-footer {
    background-color: #161616; /* Cor de fundo escura conforme a imagem */
    color: #ffffff; /* Cor do texto padrão para o footer */
}

.site-footer a {
    color: #ffffff; /* Cor dos links no footer */
    text-decoration: none;
}

.site-footer a:hover {
    color: #cccccc; /* Cor dos links ao passar o mouse */
}

.site-footer h6.widget-title {
    color: #ffffff; /* Cor dos títulos das colunas */
    font-size: 1rem; /* Ajuste o tamanho da fonte se necessário */
    margin-bottom: 1rem; /* Espaçamento abaixo do título */
}

.site-footer .social-icons i {
    color: #ffffff; /* Cor dos ícones sociais */
}

.site-footer .small {
    font-size: 0.875em; /* Tamanho da fonte para copyright e informações da empresa */
}

.site-footer .navbar-brand p, .site-footer .navbar-brand span {
    color: #ffffff; /* Garante que o título do site ou descrição seja branco se a logo não for imagem */
}

/* Estilos para os widgets do footer */
.site-footer .widget ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.site-footer .widget ul li {
    margin-bottom: 0.5rem;
}

.site-footer .widget ul li a {
    color: #cccccc;
}

.site-footer .widget ul li a:hover {
    color: #ffffff;
}

/* Oculta o título padrão do widget, pois estamos usando um h6 personalizado */
/* Este estilo é importante para que o título que definimos no PHP seja o único visível */
.site-footer .widget .widget-title {
    display: none; 
}

/* Estilos para o menu de rodapé (se usado como widget) */
.site-footer .menu li {
    list-style: none;
}

.site-footer .menu li a {
    color: #cccccc;
}

.site-footer .menu li a:hover {
    color: #ffffff;
}

.text-mci { color: #de1a20 !important; }

/* WooCommerce */

/* Shop */

.shop-content{
    padding: 3rem 0;
}

.shop-content .row{
    margin-left: 0;
    margin-right: 0;
}

.post-type-archive-product .content-area, 
.product-template-default .content-area,
.tax-product_cat .content-area{
    padding: 0;
}

.woocommerce .woocommerce-breadcrumb a {
    font-weight: 700;
    color: var(--mci-blue);
}
.woocommerce .woocommerce-breadcrumb a:hover{
    color: var(--mci-red);
}

.woocommerce ul.products.columns-1 li.product:first-child, 
.woocommerce-page ul.products.columns-1 li.product:first-child {
    margin-top: 20px;
}

.woocommerce ul.products li.product a img {
    width: 255px;
    height: auto;
    display: block;
    margin: 0 1em 1em 0;
    box-shadow: none;
    float: left;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    display: table;
    margin-bottom:20px;
}

.post-type-archive-product .woocommerce-loop-product__title{
    margin-bottom: 0.5rem !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
    background-color: var(--mci-red);
    color: #fff;
    border: 0;
}
.woocommerce ul.products li.product .button:hover {
    background-color: var(--mci-red-dark);
    color: #fff;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding:5px;
}

.woocommerce ul.products li.product p{
    color: #fff;
}

.woocommerce ul.products li.product .price{
    color: #000;
    font-weight: 600;  
    display:none;
}

.woocommerce ul.products li.product .price ins {
    font-size: 140%;
}

/* Fita de promoção (LISTA) */
.woocommerce ul.products li.product .onsale{
    top: 16px;
    right: 0;
    left: 0;
    transform: rotate(90deg);
    border-radius: 0;   
    width: 83px;
    padding: 0;
    background-color: var(--mci-red);
    margin: 0;
    font-weight: 400;
}
.woocommerce ul.products li.product .onsale:before {
    content: "";
    position: absolute;
    top: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 22px 0 0;
    border-color: var(--mci-red) transparent transparent transparent;
}
.woocommerce ul.products li.product .onsale:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 24px 0;
    border-color: transparent transparent var(--mci-red) transparent;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    color: var(--mci-blue);
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
    background: var(--mci-blue);
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px;
}

/* Single Product */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button {
    background-color: var(--mci-red);
    color: #fff;
    border: 0;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover {
    background-color: var(--mci-red-dark);
}

.product_meta > span{
    display: block;
}

.woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins, 
.woocommerce-Price-amount {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

/* Fita de promoção (SINGLE) */
.woocommerce span.onsale{
    top: 19px;
    left: 35px;
    transform: rotate(90deg);
    border-radius: 0;   
    width: 84px;
    padding: 0;
    background-color: var(--mci-red);
    margin: 0;
    font-weight: 400;
}
.woocommerce span.onsale:before {
    content: "";
    position: absolute;
    top: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 22px 0 0;
    border-color: var(--mci-red) transparent transparent transparent;
}
.woocommerce span.onsale:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 23px 0;
    border-color: transparent transparent var(--mci-red) transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    content: none;
}

/* Botões padrão */
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    background-color: var(--mci-red);
    color: #fff;
    border: 0;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    background-color: var(--mci-red-dark);
    color: #fff;
}

/* Cart */
.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 150px;
}

/* Checkout */
.woocommerce form .form-row {
    display: block;
}
.woocommerce-checkout #customer_details{
    margin-bottom: 20px;
}
.woocommerce table.shop_table{
    border-collapse: collapse;
}
.woocommerce table.shop_table thead{
    background-color: var(--mci-dark);
    color: #fff;
}

/* Filtro de preço */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: var(--mci-red);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: var(--mci-blue);
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -0.3em;
    margin-left: -0.5em;
}


a{
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: var(--mci-blue-dark);
    text-decoration: none;
}

p, ul li a, .nav-links a, .nav-links span{
    font-size: 1.15rem;
}

/* WooCommerce Widgets */
.woocommerce .shop-content .widget-wrapper{
    margin: 0 0 2rem;
    border-bottom: 1px solid #eee;
    padding: 0 1em 2em 0;    
}

.woocommerce .shop-content .widget-wrapper h4{
    padding: 0 0 0.7rem 0;
}

.woocommerce .shop-content .widget-wrapper > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce .shop-content .widget-wrapper > ul li ul{
    list-style: none;
}

.woocommerce .shop-content .widget-wrapper ul li span,
.woocommerce .shop-content .widget-wrapper ul li ul li span{
    float: right;
}

.mark, mark {
    padding: 0.2em;
    background-color: #fcf8e3;
    display: inline-block;
}



/* Card central */
.about-card{
  border: 1px solid rgba(255,255,255,.08);
}

/* Títulos dentro do conteúdo (H2/H3/H4) */
.about-card .page-content h2{
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.about-card .page-content h3,
.about-card .page-content h4{
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
}

/* realce com as cores da marca */
.about-card .page-content h2,
.about-card .page-content h3{
  color: #fff;
}
.about-card .page-content h2 strong,
.about-card .page-content h3 strong{
  color: var(--mc-red);
}

/* Links e ênfases */
.about-card a{
  color: var(--mc-blue);
  text-decoration: none;
}
.about-card a:hover{
  color: var(--mc-red);
  text-decoration: underline;
}

/* Lista com bullets mais legíveis no escuro */
.about-card .page-content ul{
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.about-card .page-content ul li{
  margin-bottom: .5rem;
}

/* Divider colorido abaixo do H1 */
.brand-divider{
  width: 160px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mc-red), var(--mc-blue));
}

/* Tipografia levemente menor que "lead" */
.lead-sm{
  font-size: 1.05rem;
  line-height: 1.8;
}

/* Linha separadora (se usar <hr> no conteúdo) */
.about-card hr{
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
  margin: 2rem 0;
}

:root{
  --mc-red:  #de1a20;
  --mc-blue: #00adee;
  --mc-bg:   #0d0f12; /* se quiser fundo mais escuro na seção */
}

/* seção */
.mc-pitch{ color:#fff; }

/* card escuro com barra gradiente no topo */
.mc-card{
  position: relative;
  background: #161616;
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  overflow: hidden;
}
.mc-card::before{
  content:"";
  position:absolute;
  left:0; top:0;
  width:100%; height:4px;
  background: linear-gradient(90deg, var(--mc-blue) 0%, var(--mc-red) 100%);
}
.mc-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(0,0,0,.55);
  transition: transform .2s ease, box-shadow .2s ease;
}

/* título da seção */
.mc-pitch h2{ color:#fff; }

/* responsividade do grid já vem do Bootstrap:
   1 por linha no mobile, 2 por linha >= md */


   /* ====== Contact Page ====== */
.form-card{
  background:#111;
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  border-radius:1.25rem;
  box-shadow:0 18px 40px rgba(0,0,0,.45);
  overflow:hidden;
  position:relative;
}
.form-card .topbar{
  height:4px;
  background:linear-gradient(90deg,var(--mc-blue),var(--mc-red));
}

/* Inputs escuros */
.mc-form .form-control,
.mc-form .form-select{
  background:#141414;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  border-radius:.8rem;
  padding:.8rem 1rem;
}
.mc-form .form-control::placeholder{ color:#8e8e8e; }
.mc-form .form-select option{ background:#141414; color:#fff; }
.mc-form .form-control:focus,
.mc-form .form-select:focus{
  border-color: var(--mc-blue);
  box-shadow: 0 0 0 .25rem rgba(0,173,238,.12);
  background:#161616;
  color:#fff;
}

/* Botão marca (já definido antes, mas deixo por garantia) */
.btn-mc-primary{ background:var(--mc-red); color:#fff; border:0; }
.btn-mc-primary:hover{ background:#b3171b; color:#fff; }

/* Chips de contato */
.contact-chip{
  display:inline-flex; align-items:center; gap:.25rem;
  background:#181818; color:#fff; border:1px solid rgba(255,255,255,.12);
  padding:.6rem 1rem; border-radius:999px; text-decoration:none;
}
.contact-chip:hover{ border-color: var(--mc-blue); color:#fff; }
.contact-chip--whats{ border-color:#25D366; }
.contact-chip--whats:hover{ background:#25D366; color:#0b0b0b; }

/* Divisor colorido (reuso do about) */
.brand-divider{
  width:160px; height:4px; border-radius:999px;
  background:linear-gradient(90deg,var(--mc-red),var(--mc-blue));
}

/* Ajuste do alert no dark */
.alert{ background:#171717; color:#fff; border:1px solid rgba(255,255,255,.15); }
.alert-success{ background:rgba(0,173,238,.08); border-color:rgba(0,173,238,.25); }
.alert-danger{ background:rgba(222,26,32,.08); border-color:rgba(222,26,32,.25); }


/* ===== Busca compacta — identidade MUSCLECONTEST ===== */
:root{
  /* já existem no seu theme; reforço aqui p/ clareza */
  --mc-red:  #de1a20;
  --mc-blue: #00adee;
  --mc-dark: #0d0f12;

  /* acento padrão da busca (use azul; mude p/ var(--mc-red) se quiser vermelho) */
  --mc-accent: var(--mc-blue);
  --mc-text:   #e9e9e9;
  --mc-muted:  #98a1aa;
}

/* altura/alinhamento no header (mantém tudo na mesma linha) */
.header-row{ min-height:72px; display:flex; align-items:center; }

/* largura/posicionamento da barra */
.search-compact{ max-width:520px; margin:0 auto; }

/* caixa compacta com borda/sombra branca bem leve */
.search-compact__wrap{
  background:#15181c;
  border:1px solid rgba(255,255,255,.14);                 /* borda clarinha */
  border-radius:12px;
  overflow:hidden;
  height:40px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),                  /* brilho interno */
    0 0 0 1px rgba(255,255,255,.05),                      /* “filete” branco */
    0 14px 38px rgba(0,0,0,.45);                          /* drop shadow */
}

/* input */
.search-compact__input{
  flex:1; height:100%;
  background:#0f1215; border:0; outline:0;
  color:var(--mc-text);
  padding:0 46px 0 14px;
  font-size:.95rem;
}
.search-compact__input::placeholder{ color:var(--mc-muted); }

/* botão + ícone em azul (sem amarelo) */
.search-compact__btn{
  width:44px; height:100%; border:0;
  background: linear-gradient(90deg,
              rgba(0,173,238,.10), rgba(222,26,32,.10));  /* toque MC sutil */
  display:grid; place-items:center;
  color:var(--mc-accent);
  transition:background .15s, transform .05s, color .15s;
}
.search-compact__btn:hover{
  background: linear-gradient(90deg,
              rgba(0,173,238,.15), rgba(222,26,32,.15));
  color:#66e6ff;                                          /* azul mais vivo */
}
.search-compact__btn:active{ transform:scale(.98); }

/* foco: leve “anel” claro + realce com a cor MC */
.search-compact__wrap:focus-within{
  border-color: rgba(255,255,255,.28);
  box-shadow:
    0 0 0 2px rgba(255,255,255,.12),
    0 12px 32px rgba(0,0,0,.55);
}
.search-compact__input:focus{ box-shadow:none; }

/* responsivo */
@media (max-width: 991.98px){ .search-compact{ max-width:100%; } }

/* --- Header mobile compacto --- */
.btn-menu { font-size: 32px; line-height: 1; }
.cart-link { position: relative; }
.cart-badge{
  position:absolute; top:-4px; right:-8px;
  background:#e11d48; /* vermelho MCI */
  color:#fff; border-radius:10px; font-size:.7rem; padding:0 .35rem;
}

/* Usa o seu searchform.php (search-bar-custom/search-input-custom) */
.header-compact .search-form .search-bar-custom{
  background:#1c1f23; border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 0 0 1px rgba(255,255,255,.06) inset, 0 8px 24px rgba(0,0,0,.45);
  border-radius: 10px; height: 46px;
}
.header-compact .search-input-custom{
  height:46px; background:#1c1f23; color:#fff;
}
.header-compact .custom-search-btn{ color:#fff; }
.header-compact .custom-search-btn .bi-search{ opacity:.85; }

/* Deixa a mesma pegada no desktop */
@media (min-width: 768px){
  .search-form .search-bar-custom{
    background:#1c1f23; border:1px solid rgba(255,255,255,.15);
    box-shadow: 0 0 0 1px rgba(255,255,255,.06) inset, 0 8px 24px rgba(0,0,0,.45);
    border-radius: 10px; height: 48px;
  }
  .search-form .search-input-custom{ height:48px; color:#fff; background:#1c1f23; }
}

.offcanvas .btn-close { filter: invert(1); opacity: .9; }

/* ===== CTA Cursos (identidade Muscle Contest) ===== */
.fw-900{ font-weight:900; }

.mc-cta-cursos{
  background:#111; color:#fff;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  box-shadow:0 18px 40px rgba(0,0,0,.45);
}
.mc-cta-cursos:before{
  content:""; position:absolute; left:0; top:0; width:100%; height:4px;
  background:linear-gradient(90deg,#de1a20,#00adee);
}

/* Botão gradiente */
.btn-mc-gradient{
  background:linear-gradient(90deg,#de1a20,#00adee);
  border:0; color:#fff; font-weight:800;
  border-radius:12px; padding:.9rem 1.25rem;
  box-shadow:0 10px 24px rgba(0,173,238,.18);
}
.btn-mc-gradient:hover{ filter:brightness(.95); color:#fff; }

/* Event cards (mantém seu visual) */
.event-card .event-image-wrapper{ border-radius:.75rem .75rem 0 0; }
.event-card .event-image{ display:block; 
    
}


.mc-btn-grad{
  background: linear-gradient(90deg,var(--mc-red),var(--mc-blue));
  color:#fff !important;
  border:0;
  border-radius:12px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(0,173,238,.18);
  transition:transform .12s ease, filter .12s ease, box-shadow .12s ease;
  text-decoration:none !important;
}
.mc-btn-grad:hover{
  filter:brightness(.95);
  transform:translateY(-1px);
  color:#fff !important;
  box-shadow:0 14px 30px rgba(0,173,238,.25);
}

/*paginacao eventos*/

/* Zera bullets padrão e base da lista */
.mc-pagination .page-numbers,
.mc-pagination .mc-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: .5rem;
}
.mc-pagination .page-numbers li { list-style: none; }

/* Pílulas */
.mc-pagination .page-numbers a,
.mc-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 .9rem;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease, border-color .12s ease;
  background: #111;
  color: #e6e6e6;
  border: 1px solid rgba(255,255,255,.12);
}

/* Hover */
.mc-pagination .page-numbers a:hover {
  background: linear-gradient(90deg, var(--mc-red), var(--mc-blue));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(0,173,238,.18);
  transform: translateY(-1px);
}

/* Página atual */
.mc-pagination .page-numbers .current {
  background: linear-gradient(90deg, var(--mc-red), var(--mc-blue));
  color: #fff;
  border: 0;
  box-shadow: 0 8px 18px rgba(0,173,238,.18);
}

/* Setas */
.mc-pagination .page-numbers .prev,
.mc-pagination .page-numbers .next {
  min-width: 38px;
  padding: 0 .6rem;
}

/* Mobile */
@media (max-width: 480px) {
  .mc-pagination .page-numbers a,
  .mc-pagination .page-numbers span {
    min-width: 36px;
    height: 36px;
    padding: 0 .7rem;
    border-radius: 10px;
    font-size: .95rem;
  }
}




