.rp-bento a:hover { text-decoration: none !important; }
.rp-home-list-img { border-radius: 28px; }
.rp-bento-title, .rp-bento-description, .rp-bento-description a, .rp-bento-title a { text-shadow: 0 2px 4px #08081890; }
.rp-bento { list-style: none !important; box-sizing: border-box; margin: 0 !important; padding: 0 !important; border-radius: 30px !important; user-select: none !important; -webkit-user-select: none !important; }
.rp-bento img, .rp-bento a { -webkit-user-drag: none !important; user-drag: none !important; -moz-user-select: none !important; -webkit-user-select: none !important; -ms-user-select: none !important; }
.wp-block-cover__inner-container { position: relative; z-index: 20; pointer-events: none; }
.wp-block-cover__inner-container a { pointer-events: auto; }
.wp-block-cover__image-background, .wp-block-cover img { z-index: 1; }
@media (min-width: 768px) {
    ul.rp-bento { display: grid !important; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 20px; }
    ul.rp-bento li:first-child { grid-column: 1; grid-row: 1 / span 2; height: auto; }
    ul.rp-bento li:first-child .rp-bento-img, ul.rp-bento li:first-child .wp-block-cover, ul.rp-bento li:first-child .wp-block-group, ul.rp-bento li:first-child img { height: 100% !important; min-height: 100% !important; object-fit: cover !important; aspect-ratio: unset !important; }
    ul.rp-bento li:nth-child(2) { grid-column: 2; grid-row: 1; }
    ul.rp-bento li:nth-child(3) { grid-column: 2; grid-row: 2; }
    ul.rp-bento li:not(:first-child) .rp-bento-description { display: none !important; }
    .rp-carousel-indicators { display: none !important; }
}
@keyframes moveLeftRight { 0% { transform: scale(1.15) translateX(-30px); } 100% { transform: scale(1.15) translateX(0px); } }
@media (max-width: 767px) {
    ul.rp-bento { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; cursor: grab; }
    ul.rp-bento.active { cursor: grabbing; scroll-snap-type: none; }
    ul.rp-bento::-webkit-scrollbar { display: none; }
    ul.rp-bento li { flex: 0 0 100%; width: 100%; scroll-snap-align: start; height: 350px !important; position: relative; overflow: hidden; }
    ul.rp-bento li .rp-bento-img, ul.rp-bento li .wp-block-cover, ul.rp-bento li .wp-block-group, ul.rp-bento li img { height: 100% !important; min-height: 100% !important; object-fit: cover !important; }
    ul.rp-bento li img { transform: scale(1.15) translateX(-30px); will-change: transform; }
    ul.rp-bento li.active-anim img { animation: moveLeftRight 6s linear forwards; }
    ul.rp-bento li a { display: block; height: 100%; text-decoration: none; }
    .rp-carousel-indicators { display: flex; justify-content: center; gap: 8px; margin-top: 15px; }
    .rp-carousel-indicators span { display: block; width: 40px; height: 4px; background-color: #3C3C44; transition: background-color 0.3s; cursor: pointer; }
    .rp-carousel-indicators span.active { background-color: #F2AF7F; }
}
.rp-ads::before { content: "Publicidade"; position: absolute; left: 50%; transform: translateX(-50%); top: -10px; font-size: 12px; font-family: sans-serif; color: #575773; letter-spacing: 1px; font-weight: lighten; background-color: #171729; padding: 0 10px; }