@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  scroll-behavior: smooth;
  height: 100%; }

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fafafa;
  height: 100%; }

a {
  color: #333;
  display: block; }

p {
  font-size: 14px; }

a:hover {
  text-decoration: none;
  font-weight: bolder;
  color: #333; }

a.btn:hover {
  font-weight: normal; }

li {
  list-style: none;
  display: inline; }

.nav a {
  letter-spacing: 0.36px; }

li a:link,
li a:visited {
  text-decoration: none;
  color: #000; }

li a:hover {
  text-decoration: none;
  font-weight: bold; }

.font-size-12 {
  font-size: 12px !important; }

.nav li a:hover,
.nav li a.active {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0; }

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 38px;
  left: 0;
  right: 0; }

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  color: black; }

.autocomplete-items div:hover {
  background-color: #e9e9e9; }

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  padding-bottom: 2rem; }
  .pagination a, .pagination em.current, .pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    text-decoration: none;
    margin-right: -1px;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    color: white;
    background-color: lightgrey;
    margin: 0px 3px; }
    .pagination a:hover, .pagination em.current:hover, .pagination span:hover {
      cursor: pointer;
      background: #008da9;
      color: white; }
  .pagination .current {
    background: #008da9 !important; }
  .pagination .previous_page {
    border-radius: 5px 0px 0px 5px; }
  .pagination .next_page {
    border-radius: 0px 5px 5px 0px; }

label.error {
  font-size: 12px;
  color: red;
  font-weight: bold; }

.avatar {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 5px;
  overflow: hidden;
  width: 40px;
  min-width: 40px; }
  .avatar img {
    max-width: 100%;
    width: 100%; }

.user_name {
  max-width: 75px;
  font-size: 14px; }

.user-notifications {
  position: relative;
  padding-right: 10px; }
  .user-notifications .num-wrapper {
    display: flex;
    justify-content: center;
    position: absolute;
    background: #008da9;
    color: #ffffff;
    left: 19px;
    top: -5px;
    height: 18px;
    width: 18px;
    border-radius: 50%; }
    .user-notifications .num-wrapper .num {
      font-size: 12px;
      color: #ffffff; }
  .user-notifications i {
    width: 24px;
    height: 24px;
    color: #000;
    display: flex;
    align-items: center; }

/* Hamburguer Menu */
.mobile_menu {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 99;
  margin: 0; }

.mobile_menu li {
  list-style: none;
  position: absolute;
  background: black;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  transition: .9s; }

.mobile_menu li:nth-of-type(1) {
  top: 20%; }

.mobile_menu li:nth-of-type(2) {
  top: 50%; }

.mobile_menu li:nth-of-type(3),
.mobile_menu li:nth-of-type(4) {
  width: 50%;
  top: 80%; }

.mobile_menu li:nth-of-type(1),
.mobile_menu li:nth-of-type(2),
.mobile_menu li:nth-of-type(3) {
  left: 0; }

.mobile_menu li:nth-of-type(4) {
  right: 0; }

.mobile_menu.active li:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg); }

.mobile_menu.active li:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg); }

.mobile_menu.active li:nth-of-type(3) {
  left: -50%;
  opacity: 0; }

.mobile_menu.active li:nth-of-type(4) {
  right: -50%;
  opacity: 0; }

.mobile_menu_container {
  position: fixed;
  top: 0px;
  right: -480px;
  padding: 40px;
  background: white;
  max-width: 380px;
  width: 100%;
  height: 100vh;
  z-index: 100;
  box-shadow: -17px 0px 32px rgba(0, 0, 0, 0.2);
  transition: right .4s ease;
  overflow-y: auto; }
  .mobile_menu_container #categories-menu {
    display: flex;
    flex-direction: column; }
    .mobile_menu_container #categories-menu li {
      min-width: 250px; }
    .mobile_menu_container #categories-menu .compensa_menu {
      position: relative;
      top: 0px;
      flex-direction: column;
      margin: 0px;
      padding: 0px !important;
      min-width: 100%;
      width: 100%; }
    .mobile_menu_container #categories-menu .compensa_menu .row {
      display: block;
      margin-left: 0;
      margin-right: 0; }
    .mobile_menu_container #categories-menu .compensa_menu .col-sm-6 {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .mobile_menu_container #categories-menu .dropdown-menu > li {
      display: block;
      width: 100%;
      margin: 3px;
      height: auto; }
    .mobile_menu_container #categories-menu .dropdown-menu.show {
      width: 100%;
      margin-top: 15px; }
  .mobile_menu_container .nav > li {
    padding: 10px 0px; }

.mobile_menu_wrapper {
  background: white;
  position: relative;
  z-index: 101; }

.show_mobile_menu {
  right: 0px !important; }

/* tablet hamburguer menu height fix */
@media (min-width: 576px) and (max-width: 991px) {
  .mobile_menu_container .user_data {
    margin-top: 3rem; } }
/* Header container */
#compensa-header {
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  z-index: 9; }
  #compensa-header .compensa_search {
    border-radius: 10px 0px 0px 10px;
    background-color: #F5F5F5 !important;
    border: none; }
  #compensa-header .search_button {
    border-radius: 0px 10px 10px 0px;
    background-color: #F5F5F5;
    border: none; }
  #compensa-header .search-box {
    border: none;
    background-color: #F5F5F5;
    border-radius: 0px 10px 10px 0px; }

#menu_profile {
  position: absolute;
  right: 0px; }

.fixed-top {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 0.5s; }

#compensa-header .row {
  height: 100%; }

.header-box,
.balance-box {
  width: 100%;
  font-size: 13px; }

.balance-box-wrapper {
  background: #F5F5F5;
  padding: 10px 20px;
  border-radius: 10px; }

#compensa-header .header-box a {
  text-transform: uppercase; }

.banner-container {
  padding-bottom: 65px; }

#banner {
  align-items: center;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  min-height: 200px; }

.widget-item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  min-height: 200px;
  margin-top: 10px; }

.offer-box {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  width: 100%; }

.offer-box-item {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px 10px;
  width: 20%; }
  @media (min-width: 551px) and (max-width: 768px) {
    .offer-box-item {
      width: 33%; } }
  @media (max-width: 551px) {
    .offer-box-item {
      width: 50%; } }

#continuation-bar {
  background-color: #efefef;
  color: #008da9 !important; }
  #continuation-bar a.active {
    font-weight: bolder; }

.content-box {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  text-align: center; }

.dropdown-menu.show {
  width: 100%; }

.categories-button {
  width: 100%;
  border-radius: inherit;
  background-color: #efefef;
  border: none;
  text-align: left; }

.categories-button::after {
  position: absolute;
  top: 43%;
  right: 15px; }

#categories-menu::after,
#categories-menu::before {
  display: table;
  content: " "; }

.navbar-nav > li > a {
  text-transform: uppercase; }

.nav > li {
  position: relative;
  display: block;
  float: left;
  padding: 10px 15px; }

.nav > li.dropdown.show {
  position: relative; }

.nav > li.dropdown.show .dropdown-menu {
  background-color: white;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  display: block;
  line-height: 1;
  font-size: 0.9rem;
  width: 400px !important; }

.nav > li.dropdown.show .compensa_menu {
  width: 500px; }

/* ---- Nav CTA: registro cuando no hay sesión (euroocu) ---- */
.ur-nav-signup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  flex: 1 1 100%; }

.ur-nav-signup-text {
  font-size: .85rem;
  font-weight: 600;
  color: #333; }

.ur-nav-signup-link {
  display: inline-block;
  background-color: #008da9;
  color: #fff !important;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: .85rem;
  font-weight: 700;
  text-transform: none;
  transition: background-color .2s; }
  .ur-nav-signup-link:hover {
    background-color: #00758d;
    color: #fff !important;
    transform: translateY(-1px); }

#categories-menu .ur-nav-signup-link:hover {
  letter-spacing: 0.36px; }

.mobile_menu_container .ur-nav-signup {
  margin-top: 3.5rem; }
  .mobile_menu_container .ur-nav-signup .ur-nav-signup-link {
    margin-top: .5rem; }

/* Enlaces de categoría del menú (Compras/Viajes/Cupones/Tarjetas regalo/Hoteles/Ventajas
   Exclusivas): mismo estilo que el "Ver más" de las tarjetas de Featured Advantages (.bh-fa-link).
   #categories-menu para ganar en especificidad a `li a:link, li a:visited { color:#000; }` */
#categories-menu .ur-nav-category-link {
  color: #008da9;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color .15s, color .15s; }

/* Mismo motivo, pero contra `.nav li a:hover` (letter-spacing:0, font-weight:bold) —
   gotcha ya resuelto arriba para .ur-nav-signup-link */
#categories-menu .ur-nav-category-link:hover,
#categories-menu .ur-nav-category-link.active {
  border-color: #008da9;
  color: #006276;
  font-weight: 600;
  letter-spacing: 0.36px;
  text-decoration: none; }

.hr-dropdown {
  border-top: #008da9 1px solid !important;
  margin-top: -0.1em;
  margin-bottom: -0.1em;
  width: 90%; }

.compensa_menu {
  min-width: 500px;
  padding: 15px !important; }
  .compensa_menu .row {
    margin-left: -8px;
    margin-right: -8px; }
  .compensa_menu .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px; }
  .compensa_menu ul {
    margin-bottom: 0; }
  .compensa_menu li {
    display: block;
    width: 100%;
    margin: 0 0 4px 0; }

.compensa_menu_link {
  width: 100%;
  display: block;
  padding: 6px 10px;
  border-radius: 4px; }
  .compensa_menu_link:hover, .compensa_menu_link.active {
    background-color: #efefef; }

.dropdown-menu > li {
  margin: 10px; }

.compensa_menu > li {
  width: auto; }

.dropdown-toggle::after {
  content: none; }

.summary-box,
.summary-box-widgets {
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  transition: transform 1s;
  min-height: 215px;
  width: 100%; }

.summary-box:hover,
.summary-box-widgets:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.box-shadow-white {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #ffffff; }

/* Banner */
.banner_number {
  height: 40px;
  width: 40px;
  background-color: lightgray;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer; }

.banner_wrapper {
  position: absolute;
  width: 135px;
  margin: 0;
  z-index: 0;
  bottom: -70px; }

.carousel-indicators .active {
  background-color: #008da9 !important;
  color: white; }

.button {
  background-color: #008da9;
  border-color: #008da9;
  color: #fff; }
  .button:hover, .button:focus {
    background-color: #fff;
    border-color: #008da9;
    color: #008da9;
    transform: translateY(-1px); }

.button-secondary {
  background-color: #f0f0f0;
  border-color: #999;
  color: #444; }
  .button-secondary:hover, .button-secondary:focus {
    background-color: #999;
    border-color: #f0f0f0;
    color: #f0f0f0;
    transform: translateY(-1px); }

/* Products */
.product_image {
  width: 100px; }
  .product_image p {
    font-size: 14px;
    font-weight: 900;
    margin-top: 12px;
    text-align: center; }

.product_description {
  font-size: 0.7rem; }

.product_cashback {
  background: lightgray;
  padding: 20px;
  margin-left: auto;
  width: fit-content; }

.single_product_description {
  width: 100%; }
  .single_product_description img {
    max-width: 100%; }

/* ---- Account sub-navigation bar ---- */
.ur-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding: 0.35rem 0;
  margin: 0;
  list-style: none; }
  .ur-subnav li {
    display: inline-block; }
  .ur-subnav a {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s; }
    .ur-subnav a:hover, .ur-subnav a:focus {
      background: var(--ur-primary, #008da9);
      color: #fff;
      font-weight: 600;
      text-decoration: none; }
    .ur-subnav a.active {
      background: var(--ur-primary, #008da9);
      color: #fff;
      font-weight: 700; }

/* ===================================================
   OCU homepage — estilos encapsulados bajo .beruby-home
   No sobrescribe estilos globales ni colores de enlaces
   =================================================== */
.beruby-home {
  --bh-primary: #008da9;
  --bh-primary-dark: #00758d;
  --bh-primary-light: #e6f5f8;
  --bh-radius: 16px;
  --bh-radius-lg: 24px;
  /* ---------- Botones ---------- */
  /* ---------- Badge ---------- */
  /* ---------- Section title ---------- */
  /* ---------- Category cards ---------- */
  /* ---------- Hero ---------- */
  /* ---------- How it works ---------- */
  /* ---------- Trust ---------- */
  /* ---------- CTA final ---------- */
  /* ---------- Quick nav pills (referencia interna, estilos en scope global) ---------- */
  /* ---------- Shortcut grid ---------- */
  /* ---------- Action cards ---------- */
  /* ---------- Discovery cards ---------- */ }
  .beruby-home .bh-btn {
    display: inline-block;
    padding: .6rem 1.4rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .2s, border-color .2s, color .2s, transform .15s;
    border: 2px solid transparent;
    line-height: 1.5; }
    .beruby-home .bh-btn:hover {
      text-decoration: none; }
    .beruby-home .bh-btn-lg {
      padding: .8rem 2rem;
      font-size: 1.05rem; }
    .beruby-home .bh-btn-sm {
      padding: .4rem 1rem;
      font-size: .875rem; }
    .beruby-home .bh-btn-primary {
      background-color: var(--bh-primary);
      border-color: var(--bh-primary);
      color: #fff; }
      .beruby-home .bh-btn-primary:hover, .beruby-home .bh-btn-primary:focus {
        background-color: var(--bh-primary-dark);
        border-color: var(--bh-primary-dark);
        color: #fff;
        transform: translateY(-1px); }
    .beruby-home .bh-btn-outline {
      background-color: transparent;
      border-color: var(--bh-primary);
      color: var(--bh-primary); }
      .beruby-home .bh-btn-outline:hover, .beruby-home .bh-btn-outline:focus {
        background-color: var(--bh-primary);
        border-color: var(--bh-primary);
        color: #fff;
        transform: translateY(-1px); }
    .beruby-home .bh-btn-light {
      background-color: #fff;
      border-color: #fff;
      color: var(--bh-primary); }
      .beruby-home .bh-btn-light:hover, .beruby-home .bh-btn-light:focus {
        background-color: #f0f0f0;
        border-color: #f0f0f0;
        color: var(--bh-primary-dark);
        transform: translateY(-1px); }
    .beruby-home .bh-btn-outline-white {
      background-color: transparent;
      border-color: rgba(255, 255, 255, 0.7);
      color: #fff; }
      .beruby-home .bh-btn-outline-white:hover, .beruby-home .bh-btn-outline-white:focus {
        background-color: rgba(255, 255, 255, 0.15);
        border-color: #fff;
        color: #fff;
        transform: translateY(-1px); }
  .beruby-home .bh-badge {
    display: inline-block;
    background-color: var(--bh-primary);
    color: #fff;
    border-radius: 20px;
    padding: 5px 16px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase; }
  .beruby-home .bh-section-eyebrow {
    margin-bottom: .5rem;
    text-wrap: balance;
    text-align: center; }
  .beruby-home .bh-section-title {
    font-weight: 800;
    font-size: 1.9rem;
    color: #1a1a1a;
    line-height: 1.25; }
  .beruby-home .bh-category-card {
    background: #fff;
    border-radius: var(--bh-radius);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
    padding: 2rem 1.6rem;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column; }
    .beruby-home .bh-category-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 36px rgba(0, 141, 169, 0.15); }
    .beruby-home .bh-category-card-body {
      flex: 1; }
  .beruby-home .bh-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    margin-bottom: 1.2rem; }
  .beruby-home .bh-icon-compras {
    background: #fff3e0; }
  .beruby-home .bh-icon-viajes {
    background: #e3f2fd; }
  .beruby-home .bh-icon-cupones {
    background: #f3e5f5; }
  .beruby-home .bh-icon-tarjetas {
    background: #e8f5e9; }
  .beruby-home .bh-icon-hoteles {
    background: #fce4ec; }
  .beruby-home .bh-icon-ventajas {
    background: #fff9e0; }
  .beruby-home .bh-benefit-list {
    list-style: none;
    padding: 0;
    margin: .9rem 0 1.4rem; }
    .beruby-home .bh-benefit-list li {
      padding: 4px 0;
      font-size: .875rem;
      color: #555;
      display: flex;
      align-items: baseline;
      gap: 7px; }
      .beruby-home .bh-benefit-list li::before {
        content: "✓";
        color: var(--bh-primary);
        font-weight: 800;
        font-size: .8rem;
        flex-shrink: 0; }
  .beruby-home .bh-hero,
  .beruby-home .bh-dash-hero {
    background: linear-gradient(140deg, #f0f9fb 0%, #e6f5f8 55%, #f8f9fa 100%); }
  .beruby-home .bh-hero-card {
    background: #fff;
    border-radius: var(--bh-radius-lg);
    box-shadow: 0 8px 40px rgba(0, 141, 169, 0.13);
    padding: 2rem; }
  .beruby-home .bh-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2.2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0; }
  .beruby-home .bh-stat-value {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--bh-primary);
    display: block;
    line-height: 1.2; }
  .beruby-home .bh-stat-label {
    font-size: .78rem;
    color: #888;
    display: block; }
  .beruby-home .bh-step-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--bh-primary);
    color: #fff;
    font-weight: 800;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .9rem;
    box-shadow: 0 4px 14px rgba(0, 141, 169, 0.3); }
  .beruby-home .bh-step-emoji {
    font-size: 2.4rem;
    display: block;
    margin-bottom: .8rem;
    line-height: 1; }
  .beruby-home .bh-trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1.25rem; }
  .beruby-home .bh-trust-item {
    background: #fff;
    border-radius: var(--bh-radius);
    padding: 1.6rem 1.2rem;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eaf6f8; }
    .beruby-home .bh-trust-item h5 {
      font-weight: 700;
      font-size: 1rem;
      color: #1a1a1a;
      margin-bottom: .4rem; }
    .beruby-home .bh-trust-item p {
      font-size: .85rem;
      color: #777;
      margin: 0; }
  .beruby-home .bh-trust-emoji {
    font-size: 2.2rem;
    display: block;
    margin-bottom: .6rem;
    line-height: 1; }
  .beruby-home .bh-cta-section {
    background: linear-gradient(135deg, var(--bh-primary) 0%, var(--bh-primary-dark) 100%); }
  .beruby-home .bh-shortcut-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem; }
  .beruby-home .bh-shortcut-item {
    background: #fff;
    border-radius: var(--bh-radius);
    padding: 1.1rem .8rem;
    text-align: center;
    text-decoration: none;
    border: 1.5px solid #f0f0f0;
    transition: border-color .18s, box-shadow .18s, transform .18s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem; }
    .beruby-home .bh-shortcut-item:hover {
      border-color: var(--bh-primary);
      box-shadow: 0 4px 14px rgba(0, 141, 169, 0.12);
      transform: translateY(-2px);
      text-decoration: none; }
  .beruby-home .bh-shortcut-emoji {
    font-size: 1.6rem;
    line-height: 1; }
  .beruby-home .bh-shortcut-label {
    font-size: .7rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .3px;
    line-height: 1.2; }
  .beruby-home .bh-action-card {
    border-radius: var(--bh-radius);
    overflow: hidden;
    position: relative;
    min-height: 190px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.4rem 1.3rem 1.3rem;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1); }
    .beruby-home .bh-action-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
      text-decoration: none; }
      .beruby-home .bh-action-card:hover .bh-action-card-cta {
        background: rgba(255, 255, 255, 0.32); }
    .beruby-home .bh-action-card-emoji {
      font-size: 2.6rem;
      line-height: 1;
      margin-bottom: .7rem;
      display: block; }
    .beruby-home .bh-action-card-title {
      font-size: 1rem;
      font-weight: 800;
      color: #fff;
      display: block;
      margin-bottom: .2rem;
      line-height: 1.25; }
    .beruby-home .bh-action-card-sub {
      font-size: .8rem;
      color: rgba(255, 255, 255, 0.82);
      display: block;
      margin-bottom: .9rem;
      line-height: 1.35; }
    .beruby-home .bh-action-card-cta {
      display: inline-block;
      background: rgba(255, 255, 255, 0.2);
      border: 1.5px solid rgba(255, 255, 255, 0.5);
      border-radius: 8px;
      padding: .3rem .9rem;
      font-size: .78rem;
      font-weight: 700;
      color: #fff;
      transition: background .18s;
      align-self: flex-start;
      margin-top: auto; }
  .beruby-home .bh-ac-compras {
    background: linear-gradient(140deg, #ff9800, #e65100); }
  .beruby-home .bh-ac-viajes {
    background: linear-gradient(140deg, #1e88e5, #0d47a1); }
  .beruby-home .bh-ac-cupones {
    background: linear-gradient(140deg, #8e24aa, #4a148c); }
  .beruby-home .bh-ac-tarjetas {
    background: linear-gradient(140deg, #43a047, #1b5e20); }
  .beruby-home .bh-ac-hoteles {
    background: linear-gradient(140deg, #e53935, #880e4f); }
  .beruby-home .bh-discover-card {
    background: #fff;
    border-radius: var(--bh-radius);
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 1.4rem 1.2rem;
    height: 100%;
    transition: transform .2s, box-shadow .2s;
    display: flex;
    flex-direction: column; }
    .beruby-home .bh-discover-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 22px rgba(0, 141, 169, 0.12); }
  .beruby-home .bh-discover-ph {
    height: 7px;
    border-radius: 4px;
    background: #e9ecef;
    margin-bottom: .45rem; }
  .beruby-home .bh-discover-tag {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: .8rem; }
  .beruby-home .bh-tag-compras {
    background: #fff3e0;
    color: #e65100; }
  .beruby-home .bh-tag-viajes {
    background: #e3f2fd;
    color: #1565c0; }
  .beruby-home .bh-tag-cupones {
    background: #f3e5f5;
    color: #6a1b9a; }
  .beruby-home .bh-tag-hoteles {
    background: #fce4ec;
    color: #c62828; }
  .beruby-home .bh-tag-tarjetas {
    background: #e8f5e9;
    color: #2e7d32; }

/* =========================================================
   Quick nav pills — scope global (home, shopping, travel, coupons)
   ========================================================= */
.bh-quicknav {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.6rem; }

.bh-quicknav-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .4rem 1rem;
  border-radius: 20px;
  background: #fff;
  border: 1.5px solid #dee2e6;
  font-size: .85rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: border-color .18s, color .18s, box-shadow .18s;
  white-space: nowrap; }
  .bh-quicknav-pill:hover, .bh-quicknav-pill.active {
    border-color: #008da9;
    color: #008da9;
    box-shadow: 0 2px 8px rgba(0, 141, 169, 0.12);
    text-decoration: none;
    font-weight: 600; }

/* =========================================================
   Slider principal — estilo OCU plus
   ========================================================= */
.bh-slider-container {
  padding-bottom: 0;
  margin-bottom: 1.5rem; }

.bh-slider {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 141, 169, 0.13);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  /* Gradiente inferior para legibilidad de controles */
  /* Slide como background-image centrado */
  /* Gradiente lateral derecho — asegura legibilidad del texto */
  /* Caption — alineado a la derecha, centrado en altura */
  /* 1 — Bullet/badge de categoría */
  /* 2 — Título destacado (nombre de tienda) */
  /* 3 — Subtítulo */
  /* Flechas — círculo blanco con icono en color primario */
  /* Dots — centrados en la parte inferior, pill activo */ }
  .bh-slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28), transparent);
    pointer-events: none;
    z-index: 2;
    border-radius: 0 0 16px 16px; }
  .bh-slider .carousel-item {
    height: 280px; }
    @media (max-width: 992px) {
      .bh-slider .carousel-item {
        height: 220px; } }
    @media (max-width: 576px) {
      .bh-slider .carousel-item {
        height: 165px; } }
  .bh-slider .bh-slide-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: var(--slide-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .bh-slider .bh-slide-link {
        background-image: var(--slide-bg-mobile); } }
  .bh-slider .bh-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 30%, rgba(0, 0, 0, 0.52));
    pointer-events: none; }
    @media (max-width: 576px) {
      .bh-slider .bh-slide-overlay {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 65%); } }
  .bh-slider .bh-slide-caption {
    position: absolute;
    top: 50%;
    left: 5.2rem;
    transform: translateY(-50%);
    text-align: left;
    z-index: 1;
    max-width: 44%; }
    @media (max-width: 992px) {
      .bh-slider .bh-slide-caption {
        left: 3.5rem;
        max-width: 50%; } }
    @media (max-width: 576px) {
      .bh-slider .bh-slide-caption {
        top: auto;
        left: 4.1rem;
        bottom: 3rem;
        transform: none;
        max-width: 75%; } }
  .bh-slider .bh-slide-tag {
    display: inline-block;
    background: #008da9;
    color: #fff;
    border-radius: 20px;
    padding: 4px 13px;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .55px;
    text-transform: uppercase;
    margin-bottom: .5rem;
    line-height: 1.6; }
    @media (max-width: 576px) {
      .bh-slider .bh-slide-tag {
        font-size: .62rem;
        padding: 3px 10px;
        margin-bottom: .3rem; } }
  .bh-slider .bh-slide-title {
    font-size: 1.55rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 .35rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35); }
    @media (max-width: 992px) {
      .bh-slider .bh-slide-title {
        font-size: 1.2rem; } }
    @media (max-width: 576px) {
      .bh-slider .bh-slide-title {
        font-size: 1rem;
        margin-bottom: .2rem; } }
  .bh-slider .bh-slide-subtitle {
    font-size: .88rem;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    line-height: 1.4;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
    @media (max-width: 992px) {
      .bh-slider .bh-slide-subtitle {
        font-size: .78rem; } }
  .bh-slider .carousel-control-prev,
  .bh-slider .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    opacity: 1;
    z-index: 15;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
    transition: background .18s, box-shadow .18s, transform .18s; }
    .bh-slider .carousel-control-prev:hover,
    .bh-slider .carousel-control-next:hover {
      background: #fff;
      box-shadow: 0 4px 18px rgba(0, 141, 169, 0.28);
      transform: translateY(calc(-50% - 1px)); }
    @media (max-width: 576px) {
      .bh-slider .carousel-control-prev,
      .bh-slider .carousel-control-next {
        width: 32px;
        height: 32px; } }
  .bh-slider .carousel-control-prev {
    left: 14px; }
  .bh-slider .carousel-control-next {
    right: 14px; }
  .bh-slider .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23008da9' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
    width: 14px;
    height: 14px; }
  .bh-slider .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23008da9' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
    width: 14px;
    height: 14px; }
  .bh-slider .banner_wrapper {
    position: absolute;
    bottom: 14px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 10;
    align-items: center !important;
    justify-content: center !important; }
  .bh-slider .banner_number {
    height: 7px;
    width: 7px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 4px;
    margin: 0 3px;
    cursor: pointer;
    border: none;
    transition: background .2s, width .2s;
    flex-shrink: 0; }
    .bh-slider .banner_number.active {
      background: #fff;
      width: 22px; }
  @media (max-width: 576px) {
    .bh-slider {
      box-shadow: none;
      border-left: none;
      border-right: none; }
      .bh-slider::after {
        border-radius: 0; } }

/* ---- Footer ---- */
footer.footer {
  border-top: 3px solid #008da9;
  background: #fff;
  padding: 1.1rem 0; }
  footer.footer .ur-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.1rem;
    padding: 0;
    margin: 0;
    list-style: none; }
    footer.footer .ur-footer-links li {
      display: inline-block; }
    footer.footer .ur-footer-links a {
      display: inline-block;
      font-size: 0.8rem;
      color: #666;
      font-weight: 500;
      padding: 0.2rem 0.75rem;
      transition: color 0.15s; }
      footer.footer .ur-footer-links a:hover {
        color: #008da9;
        font-weight: 600;
        text-decoration: none; }
  footer.footer .ur-footer-copy {
    font-size: 0.75rem;
    color: #aaa;
    margin: 0;
    line-height: 1.5; }

/* Users */
#user_profile h1, #user_profile h2, #user_profile h3, #user_profile h4, #user_profile h5, #user_profile h6 {
  margin-bottom: 15px; }
#user_profile p {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* Static Pages */
#static-page {
  text-align: justify;
  margin-top: 30px; }
  #static-page a {
    color: #5b98d7;
    text-decoration: none;
    display: inline-block; }
  #static-page li {
    display: block; }
  #static-page h1, #static-page h2, #static-page h3 {
    color: #233047;
    font-weight: bold;
    background: none !important;
    border-bottom: 0 !important;
    width: 100%; }
  #static-page h1 {
    font-size: 1.692em; }
  #static-page h2 {
    font-size: 1.538em; }
  #static-page h3 {
    font-size: 1.385em; }
  #static-page h4 {
    font-size: 1.231em; }
  #static-page h5 {
    font-size: 1.077em; }
  #static-page h6 {
    font-size: 1em; }

@media (min-width: 991px) {
  .navbar-nav > li {
    float: left;
    min-width: 90px; } }
@media (max-width: 991px) {
  .dropdown-menu > li {
    display: block; }

  .nav > li.dropdown.show .dropdown-menu {
    flex-direction: column; }

  .nav > li.dropdown.show .compensa_menu {
    width: 100%;
    min-width: 100%; }

  .compensa_menu {
    padding: 5px !important;
    min-width: 100%;
    width: 100%; }
    .compensa_menu .row {
      display: block;
      margin-left: 0;
      margin-right: 0; }
    .compensa_menu .col-sm-6 {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; }

  .nav > li {
    padding: 10px 13px; }

  .balance-box {
    flex-direction: column-reverse; } }
@media (max-width: 768px) {
  .pagination a a, .pagination a em.current, .pagination a span, .pagination em.current a, .pagination em.current em.current, .pagination em.current span, .pagination span a, .pagination span em.current, .pagination span span {
    padding: 5px 7px;
    font-size: 14px; } }
footer {
  color: #333;
  background-color: white;
  font-size: 14px; }

.ocu-color {
  color: #008da9 !important; }

.bg-ocu {
  background-color: #008da9 !important; }

.material-symbols-outlined {
  display: flex !important;
  align-items: center;
  justify-content: center; }

.material-symbols-outlined.mail {
  font-size: 2.2em; }

.material-symbols-outlined.copy,
.material-symbols-outlined.check {
  cursor: pointer; }

.list-bullets li {
  display: list-item;
  list-style-type: disc; }

/* ===================================================
   User Requests — estilos encapsulados bajo .ur-page
   Mismo lenguaje visual que .beruby-home (euroocu_home)
   =================================================== */
.circle {
  font-size: 18px;
  font-weight: bolder;
  border: 3px solid #008da9;
  color: #008da9;
  padding: 10px 15px;
  margin-right: 20px; }
  .circle span {
    width: 15px;
    display: block; }

.ur-page {
  /* ---- Table list ---- */
  /* ---- Tags & indicators ---- */
  /* ---- Empty state ---- */
  /* ---- Info box ---- */
  /* ---- Outline button ---- */
  /* ---- Claim status badges ---- */
  /* ---- Claim detail metadata ---- */
  /* ---- Form improvements ---- */
  /* ---- Balance stat cards ---- */
  /* ---- Profile field display ---- */
  /* ---- Form section dividers ---- */
  /* ---- Rails form error wrapper ---- */
  /* ---- Date select inline layout ---- */
  /* ---- Custom file input label ---- */
  /* ---- Balance explain items ---- */
  /* ---- Advertiser grid cards ---- */
  /* ---- Advertiser detail: cashback highlight ---- */
  /* ---- Coupon code badge ---- */
  /* ---- Category nav (advertisers index) ---- */
  /* ---- Gift Card ---- */
  /* Thumbnail para tarjetas en el catálogo */ }
  .ur-page .ur-hero {
    background: linear-gradient(140deg, #f0f9fb 0%, #e6f5f8 55%, #f8f9fa 100%);
    padding: 2rem 0 2.25rem; }
  .ur-page .ur-badge {
    display: inline-block;
    background-color: #008da9;
    color: #fff;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .ur-page .ur-section-title {
    font-weight: 800;
    font-size: 1.6rem;
    color: #1a1a1a;
    line-height: 1.25;
    margin: 0.5rem 0 0.3rem; }
  .ur-page .ur-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
    border: 1px solid #f0f0f0;
    padding: 1.5rem 1.75rem;
    overflow: hidden; }
  .ur-page .ur-btn {
    display: inline-block;
    padding: 0.6rem 1.6rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
    border: 2px solid transparent;
    line-height: 1.5; }
    .ur-page .ur-btn:hover {
      text-decoration: none; }
  .ur-page .ur-btn-primary {
    background-color: #008da9;
    border-color: #008da9;
    color: #fff; }
    .ur-page .ur-btn-primary:hover, .ur-page .ur-btn-primary:focus {
      background-color: #fff;
      border-color: #008da9;
      color: #008da9;
      transform: translateY(-1px); }
  .ur-page .ur-btn-secondary {
    background-color: #f0f0f0;
    border-color: #999;
    color: #444; }
    .ur-page .ur-btn-secondary:hover, .ur-page .ur-btn-secondary:focus {
      background-color: #999;
      border-color: #f0f0f0;
      color: #f0f0f0;
      transform: translateY(-1px); }
  .ur-page .ur-btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff; }
    .ur-page .ur-btn-danger:hover, .ur-page .ur-btn-danger:focus {
      background-color: #fff;
      border-color: #dc3545;
      color: #dc3545;
      transform: translateY(-1px); }
  .ur-page .ur-message {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    padding: 1.2rem 1.4rem;
    margin-bottom: 1rem; }
  .ur-page .ur-message-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.65rem; }
  .ur-page .ur-message-author {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 0.9rem; }
  .ur-page .ur-message-date {
    display: inline-block;
    background: #e6f5f8;
    color: #00758d;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap; }
  .ur-page .ur-message-text {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.65;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0; }
  .ur-page .ur-reply-label {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1rem;
    display: block;
    margin-bottom: 0.75rem; }
  .ur-page .form-control {
    border-radius: 8px;
    border: 1.5px solid #dee2e6;
    font-size: 0.95rem;
    transition: border-color 0.18s, box-shadow 0.18s; }
    .ur-page .form-control:focus {
      border-color: #008da9;
      box-shadow: 0 0 0 3px rgba(0, 141, 169, 0.12);
      outline: none; }
  .ur-page .ur-table {
    margin-bottom: 0; }
    .ur-page .ur-table thead th {
      background-color: #008da9;
      color: #fff;
      font-weight: 700;
      border: none;
      font-size: 0.8rem;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      padding: 0.85rem 1.1rem; }
    .ur-page .ur-table tbody tr {
      transition: background-color 0.15s; }
      .ur-page .ur-table tbody tr:hover {
        background-color: #e6f5f8; }
    .ur-page .ur-table tbody td {
      padding: 0.85rem 1.1rem;
      vertical-align: middle;
      font-size: 0.9rem;
      border-top: 1px solid #f0f0f0;
      color: #444; }
    .ur-page .ur-table td:first-child {
      min-width: 80px; }
  .ur-page .claim {
    cursor: pointer; }
  .ur-page .ur-date-tag {
    display: inline-block;
    background: #e6f5f8;
    color: #00758d;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap; }
  .ur-page .ur-unread-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #008da9;
    margin-right: 0.4rem;
    vertical-align: middle;
    flex-shrink: 0; }
  .ur-page .ur-empty {
    text-align: center;
    padding: 3.5rem 1.5rem; }
  .ur-page .ur-empty-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 0.75rem;
    line-height: 1; }
  .ur-page .ur-info-box {
    background: #e6f5f8;
    border-radius: 12px;
    border: 1px solid rgba(0, 141, 169, 0.15);
    padding: 1.25rem 1.5rem; }
  .ur-page .ur-btn-outline {
    background-color: transparent;
    border-color: #008da9;
    color: #008da9; }
    .ur-page .ur-btn-outline:hover, .ur-page .ur-btn-outline:focus {
      background-color: #008da9;
      border-color: #008da9;
      color: #fff;
      transform: translateY(-1px); }
  .ur-page .ur-status-badge {
    display: inline-block;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    border: 1px solid transparent; }
  .ur-page .ur-status-open {
    background: #e8f5e9;
    color: #33691e;
    border-color: #c8e6c9; }
  .ur-page .ur-status-pending {
    background: #fff8e1;
    color: #e65100;
    border-color: #ffe082; }
  .ur-page .ur-status-rejected {
    background: #ffebee;
    color: #b71c1c;
    border-color: #ffcdd2; }
  .ur-page .ur-status-closed {
    background: #e0f7fa;
    color: #006064;
    border-color: #b2ebf2; }
  .ur-page .ur-meta-label {
    display: block;
    font-size: 0.72rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
    margin-bottom: 0.2rem; }
  .ur-page .ur-meta-value {
    display: block;
    font-size: 0.95rem;
    color: #1a1a1a;
    font-weight: 600; }
  .ur-page .form-group label,
  .ur-page .form-group .col-form-label {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem; }
  .ur-page .error-box {
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 0.75rem; }
  .ur-page .ur-stat-card {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    height: 100%; }
  .ur-page .ur-stat-value {
    font-size: 1.65rem;
    font-weight: 800;
    color: #008da9;
    line-height: 1;
    margin-bottom: 0.4rem;
    display: block; }
  .ur-page .ur-stat-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .ur-page .ur-profile-label {
    font-size: 0.72rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
    margin-bottom: 0.15rem;
    display: block; }
  .ur-page .ur-profile-value {
    font-size: 0.95rem;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 0; }
  .ur-page .ur-form-section-title {
    font-weight: 700;
    font-size: 0.8rem;
    color: #008da9;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e6f5f8;
    margin: 1.5rem 0 1.25rem; }
  .ur-page .field_with_errors {
    min-width: 25%; }
    .ur-page .field_with_errors input {
      border: 1px solid red; }
    .ur-page .field_with_errors .col-form-label {
      max-width: 100%; }
  .ur-page .form-group select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 5px; }
  .ur-page .custom-file-label::after {
    content: "Elegir"; }
  .ur-page .ur-explain-item {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.5rem;
    line-height: 1.6; }
    .ur-page .ur-explain-item strong {
      color: #1a1a1a; }
    .ur-page .ur-explain-item:last-child {
      margin-bottom: 0; }
  .ur-page .ur-adv-card {
    background: #fff;
    border-radius: var(--ur-radius);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
    border: 1px solid #f0f0f0;
    width: 100%;
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .ur-page .ur-adv-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12); }
  .ur-page .ur-adv-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto 0.75rem;
    display: block; }
  .ur-page .ur-adv-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 1.3; }
  .ur-page .ur-adv-commission {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--ur-primary);
    text-align: center;
    margin-bottom: 0.3rem; }
  .ur-page .ur-adv-desc {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 0.75rem; }
  .ur-page .ur-cashback-highlight {
    display: inline-flex;
    align-items: center;
    background: var(--ur-primary-light);
    border: 1px solid rgba(0, 141, 169, 0.2);
    border-radius: 10px;
    padding: 0.6rem 1.1rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--ur-primary-dark);
    margin-top: 0.75rem; }
  .ur-page .ur-coupon-code {
    display: inline-block;
    background: var(--ur-primary-light);
    border: 1.5px dashed var(--ur-primary);
    color: var(--ur-primary-dark);
    border-radius: 8px;
    padding: 3px 10px;
    font-family: monospace;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.5px; }
  .ur-page .ur-cat-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0;
    margin: 0 0 1.25rem;
    list-style: none; }
    .ur-page .ur-cat-nav li {
      display: inline-block; }
    .ur-page .ur-cat-nav a {
      display: inline-block;
      padding: 0.35rem 0.9rem;
      border-radius: 20px;
      font-size: 0.8rem;
      font-weight: 600;
      color: #555;
      background: #f0f0f0;
      border: 1px solid #e0e0e0;
      text-decoration: none;
      transition: background-color 0.15s, color 0.15s; }
      .ur-page .ur-cat-nav a:hover {
        background: var(--ur-primary-light);
        color: var(--ur-primary-dark);
        border-color: rgba(0, 141, 169, 0.3);
        font-weight: 600; }
    .ur-page .ur-cat-nav li.selected a {
      background: var(--ur-primary);
      color: #fff;
      border-color: var(--ur-primary); }
  .ur-page .ur-gc-image {
    width: 100%;
    padding-top: 60%;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: var(--ur-radius);
    background-color: #f8f9fa;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
  .ur-page .ur-gc-thumb {
    width: 100%;
    padding-top: 70%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0; }
  .ur-page .ur-gc-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
    text-align: left; }
    .ur-page .ur-gc-step p {
      margin-bottom: 0;
      margin-top: 0.15rem;
      font-size: 0.95rem;
      color: #444; }
  .ur-page .ur-gc-step-number {
    width: 34px;
    height: 34px;
    min-width: 34px;
    background: var(--ur-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0; }
  .ur-page .ur-gc-status-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.75rem;
    line-height: 1; }
    .ur-page .ur-gc-status-icon.success {
      background: #d4edda; }
    .ur-page .ur-gc-status-icon.error {
      background: #f8d7da; }

.bh-fa-section {
  background: #f8f9fa; }

.bh-fa-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem; }

.bh-fa-filter-btn {
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 20px;
  padding: .35rem .9rem;
  font-size: .85rem;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s; }
  .bh-fa-filter-btn.active, .bh-fa-filter-btn:hover {
    background: #008da9;
    color: #fff;
    border-color: #008da9; }

.bh-fa-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s; }
  .bh-fa-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.13); }
  .bh-fa-card-img {
    height: 160px;
    background-size: cover;
    background-position: center;
    background-color: #e9ecef; }
  .bh-fa-card-body {
    padding: 1.1rem 1.2rem 1.3rem;
    display: flex;
    flex-direction: column;
    flex: 1; }

.bh-fa-cashback {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #008da9;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold; }

.bh-fa-category-badge {
  display: inline-block;
  margin-bottom: .5rem;
  padding: .15rem .65rem;
  background: #e6f5f8;
  color: #006276;
  border-radius: 20px;
  font-size: .78rem;
  font-weight: 600; }

.bh-fa-title {
  margin-bottom: .4rem;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3; }

.bh-fa-subtitle {
  margin-bottom: .4rem;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden; }

.bh-fa-summary {
  flex: 1;
  margin-bottom: .75rem;
  color: #555;
  font-size: .87rem;
  line-height: 1.5; }

.bh-fa-link {
  display: inline-block;
  margin-top: auto;
  color: #008da9;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color .15s, color .15s; }
  .bh-fa-link:hover {
    border-color: #008da9;
    color: #006276;
    text-decoration: none; }

/*# sourceMappingURL=euroocu.css.map */
