/* All selectors are confined to plugin blocks. No theme, Elementor or body rules. */
.racb {
  --racb-bg: #111315;
  --racb-surface: #1d2023;
  --racb-text: #f6f3ed;
  --racb-muted: #bbb8b0;
  --racb-line: #414347;
  --racb-accent: #c9973a;
  --racb-radius: 16px;
  --racb-cols: 3;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: clamp(18px, 3vw, 38px);
  margin: 24px 0;
  border-radius: var(--racb-radius);
  background: var(--racb-bg);
  color: var(--racb-text);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  overflow-wrap: anywhere;
}
.racb.racb--claro {
  --racb-bg: #f7f5f0;
  --racb-surface: #fff;
  --racb-text: #1c232a;
  --racb-muted: #525960;
  --racb-line: #d3d5d8;
}
.racb.racb--videos { padding: 0; margin: 0; }
.racb.racb--videos .racb-grid { padding: 0; margin: 0; }
.racb *, .racb *::before, .racb *::after { box-sizing: border-box; }
.racb [hidden] { display: none !important; }
.racb .racb-heading {
  margin: 0 0 12px;
  color: var(--racb-text);
  font-family: inherit;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.racb .racb-intro { margin: 0 0 28px; max-width: 70ch; color: var(--racb-muted); }
.racb .racb-grid { display: grid; grid-template-columns: repeat(var(--racb-cols), minmax(0, 1fr)); gap: 22px; margin-top: 26px; }
.racb .racb-card { display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 0; border: 1px solid var(--racb-line); border-radius: var(--racb-radius); overflow: hidden; background: var(--racb-surface); }
.racb .racb-player { position: relative; aspect-ratio: 16 / 9; min-height: 200px; width: 100%; background: #000; }
.racb .racb-play { position: absolute; inset: 0; display: block; color: #fff; text-decoration: none; }
.racb .racb-play img { width: 100%; height: 100%; display: block; object-fit: cover; margin: 0; opacity: .85; }
.racb .racb-play-label { position: absolute; bottom: 14px; left: 14px; display: inline-flex; gap: 9px; align-items: center; padding: 8px 14px; border-radius: 30px; background: #101214; color: #fff; font-size: 14px; font-weight: 600; box-shadow: 0 2px 16px #0004; }
.racb .racb-player iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; min-height: 200px; margin: 0; border: 0; }
.racb .racb-body { display: flex; flex-direction: column; align-items: flex-start; flex: 1; padding: 22px; }
.racb .racb-title { margin: 0 0 12px; color: var(--racb-text); font-family: inherit; font-size: 21px; font-weight: 700; line-height: 1.3; letter-spacing: -.01em; }
.racb .racb-description { color: var(--racb-muted); font-size: 15px; margin: 0 0 22px; }
.racb .racb-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; max-width: 100%; padding: 9px 16px; margin-top: auto; border: 2px solid var(--racb-accent); border-radius: 8px; background: var(--racb-surface); color: var(--racb-text); font: inherit; font-size: 15px; font-weight: 700; line-height: 1.4; text-decoration: none; text-align: center; }
.racb .racb-button:hover { text-decoration: underline; text-underline-offset: 3px; color: var(--racb-text); }
.racb .racb-search { display: block; margin: 22px 0; max-width: 480px; color: var(--racb-muted); font-size: 14px; }
.racb .racb-search input { display: block; width: 100%; height: auto; min-height: 46px; margin-top: 7px; padding: 11px 14px; border: 1px solid var(--racb-line); border-radius: 8px; background: var(--racb-surface); color: var(--racb-text); font: inherit; font-size: 16px; }
.racb .racb-search input::placeholder { color: var(--racb-muted); opacity: 1; }
.racb .racb-questions { margin-top: 22px; }
.racb .racb-question { border: 1px solid var(--racb-line); border-radius: 10px; margin: 0 0 12px; background: var(--racb-surface); overflow: hidden; }
.racb .racb-question summary { cursor: pointer; display: list-item; padding: 17px 20px; color: var(--racb-text); font: inherit; font-weight: 600; line-height: 1.5; }
.racb .racb-question summary::marker { color: var(--racb-accent); }
.racb .racb-question[open] summary { border-bottom: 1px solid var(--racb-line); }
.racb .racb-answer { padding: 4px 20px 16px; color: var(--racb-muted); }
.racb .racb-answer p { margin: 14px 0 0; color: inherit; }
.racb .racb-answer a { color: var(--racb-text); text-decoration: underline; text-underline-offset: 3px; }
.racb .racb-answer ul, .racb .racb-answer ol { padding-left: 22px; }
.racb .racb-no-results { color: var(--racb-muted); }
.racb a:focus-visible, .racb summary:focus-visible, .racb input:focus-visible { outline: 3px solid var(--racb-text); outline-offset: -4px; }
@media (min-width: 768px) and (max-width: 980px) { .racb.racb-cols-3 .racb-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .racb.racb--videos .racb-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; } .racb .racb-body { padding: 18px; } }
