.mca-brand-showcase-wrap{width:100%}
.mca-brand-showcase{position:relative;width:100%;overflow:hidden;box-sizing:border-box}
.mca-brand-showcase *{box-sizing:border-box}
.mca-brand-showcase-header{display:flex;align-items:center;justify-content:center;text-align:center}
.mca-brand-showcase-title{margin:0;font-size:32px;line-height:1.4;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:10px}
.mca-brand-showcase-title-text{display:inline-block}
.mca-brand-showcase-title-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;color:#f5b400;font-size:22px;flex:0 0 auto}
.mca-brand-showcase-title-icon i{display:block;line-height:1}
.mca-brand-showcase-title-icon svg{display:block;width:1em;height:1em;fill:currentColor}
.mca-brand-showcase-grid{display:grid;align-items:stretch}
.mca-brand-showcase-carousel-outer{position:relative}
.mca-brand-showcase-carousel{width:100%;overflow:hidden}
.mca-brand-showcase-carousel .swiper-wrapper{align-items:stretch}
.mca-brand-showcase-carousel .swiper-slide{height:auto;display:flex}
.mca-brand-showcase-carousel .swiper-slide>.mca-brand-item{width:100%}
.mca-brand-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-decoration:none;color:inherit;transition:all .25s ease;background:#fff;border:1px solid #e5e7eb;overflow:hidden;width:100%}
.mca-brand-logo{display:flex;align-items:center;justify-content:center;width:100%}
.mca-brand-logo img{display:block;width:auto;height:auto;object-fit:contain;margin:0 auto;transition:all .25s ease}
.mca-brand-name{display:block;font-size:15px;line-height:1.6;font-weight:600}
.mca-brand-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:1px solid #e5e7eb;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;box-shadow:none}
.mca-brand-arrow span{line-height:1;display:block}
.mca-brand-arrow.swiper-button-disabled{opacity:.45;cursor:not-allowed}
.mca-brand-arrow-prev{inset-inline-start:12px}
.mca-brand-arrow-next{inset-inline-end:12px}
.mca-brand-pagination{display:flex;align-items:center;justify-content:center;gap:8px}
.mca-brand-pagination .swiper-pagination-bullet{margin:0 !important;opacity:1;width:8px;height:8px;transition:all .2s ease}
.mca-brand-pagination .swiper-pagination-bullet-active{transform:scale(1.2)}
@media (max-width:1024px){
  .mca-brand-showcase-title{font-size:28px}
}
@media (max-width:767px){
  .mca-brand-showcase-title{font-size:22px}
  .mca-brand-arrow{display:none}
}
.mca-brand-showcase-empty{padding:18px 20px;border:1px dashed #d1d5db;border-radius:14px;background:#f9fafb;color:#4b5563;text-align:center;font-size:14px;line-height:1.8}
