.pbc-rev{width:100%;}

/* ===== Cabeçalho ===== */
.pbc-rev__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap;}
.pbc-rev__title{font-size:20px;font-weight:700;line-height:1.1;color:inherit;border-bottom:3px solid #E1251B;padding-bottom:3px;}
.pbc-rev__all{font-size:14px;font-weight:600;color:#E1251B;text-decoration:none;white-space:nowrap;}
.pbc-rev__all:hover{text-decoration:underline;}

/* ===== Carrossel (setas nas laterais, fora das capas) ===== */
.pbc-rev__carousel{position:relative;padding:0 calc(var(--pbc-arrow,30px) + var(--pbc-arrow-gap,12px));}
.pbc-rev__track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:4px 2px 8px;-ms-overflow-style:none;scrollbar-width:none;}
.pbc-rev__track::-webkit-scrollbar{display:none;}

/* ===== Card: só a capa + data ===== */
.pbc-rev-card{flex:0 0 auto;width:190px;display:flex;flex-direction:column;text-decoration:none;scroll-snap-align:start;transition:transform .18s ease;}
.pbc-rev-card:hover{transform:translateY(-3px);}
.pbc-rev-card__media{position:relative;display:block;width:100%;height:260px;background:#f0f0f0;border-radius:10px;overflow:hidden;line-height:0;box-shadow:0 1px 3px rgba(0,0,0,.10);}
.pbc-rev-card:hover .pbc-rev-card__media{box-shadow:0 10px 22px rgba(0,0,0,.18);}
.pbc-rev-card__img{position:absolute;inset:0;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover;object-position:center center;display:block;}
.pbc-rev-card__date{display:block;margin-top:8px;text-align:center;color:#777;font-size:12px;font-weight:600;line-height:1.2;}
.pbc-rev-card__date::first-letter{text-transform:uppercase;}

/* ===== Setas: apenas o ícone (sem círculo), preto, vermelho no hover ===== */
.pbc-rev__carousel .pbc-rev__arrow{position:absolute;top:calc(50% - 11px);transform:translateY(-50%);z-index:3;width:var(--pbc-arrow,30px) !important;height:var(--pbc-arrow,30px) !important;min-width:0;padding:0;margin:0;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;color:var(--pbc-arrow-color,#111) !important;font-size:calc(var(--pbc-arrow,30px) * 0.95);line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-appearance:none;appearance:none;transition:color .2s ease,transform .15s ease;}
.pbc-rev__carousel .pbc-rev__arrow:hover{background:transparent !important;color:var(--pbc-arrow-hover,#E4002B) !important;}
.pbc-rev__carousel .pbc-rev__arrow:focus,.pbc-rev__carousel .pbc-rev__arrow:focus-visible,.pbc-rev__carousel .pbc-rev__arrow:active{outline:0 !important;box-shadow:none !important;border:0 !important;}

.pbc-rev__arrow--prev{left:0;}
.pbc-rev__arrow--next{right:0;}
.pbc-rev__arrow[hidden]{display:none !important;}

.pbc-rev__empty{padding:20px;border:1px dashed #cfcfcf;border-radius:10px;color:#666;font-size:14px;text-align:center;}

@media (max-width:600px){.pbc-rev-card__media{height:210px;}}