
/* Popup info Raclures */
.ccr-raclures-trigger-wrap {
  display:flex;
  justify-content:center;
  margin-top:10px;
}

.ccr-raclures-trigger {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(212,160,23,0.35);
  background:rgba(9, 10, 27, 0.72);
  color:#f5e8c8;
  text-decoration:none;
  font-size:.9rem;
  font-weight:700;
  letter-spacing:.01em;
  box-shadow:0 0 16px rgba(212,160,23,0.12);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ccr-raclures-trigger:hover,
.ccr-raclures-trigger:focus-visible {
  transform:translateY(-1px);
  box-shadow:0 0 22px rgba(212,160,23,0.2);
  border-color:rgba(212,160,23,0.6);
  outline:none;
}

.ccr-raclures-emoji {
  font-size:1rem;
  line-height:1;
}

.ccr-raclures-modal {
  position:fixed;
  inset:0;
  z-index:25000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(3, 4, 12, 0.78);
  backdrop-filter:blur(8px);
}

.ccr-raclures-modal.is-open {
  display:flex;
}

.ccr-raclures-dialog {
  width:min(520px, 100%);
  background:linear-gradient(180deg, rgba(22, 10, 18, 0.98) 0%, rgba(10, 12, 35, 0.98) 100%);
  border:1px solid rgba(212,160,23,0.28);
  border-radius:22px;
  box-shadow:0 18px 50px rgba(0,0,0,0.45), 0 0 30px rgba(212,160,23,0.14);
  overflow:hidden;
}

.ccr-raclures-media {
  position:relative;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#090a1b;
}

.ccr-raclures-media img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ccr-raclures-content {
  padding:18px 18px 16px;
}

.ccr-raclures-topline {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.ccr-raclures-title {
  margin:0;
  color:#ffd37a;
  font-size:1.08rem;
  font-weight:900;
  letter-spacing:.02em;
}

.ccr-raclures-close {
  appearance:none;
  border:none;
  width:38px;
  height:38px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  color:#f6e8c6;
  font-size:1.3rem;
  line-height:1;
  cursor:pointer;
}

.ccr-raclures-copy {
  margin:0;
  color:#f6e8c6;
  line-height:1.65;
  font-size:.97rem;
}

.ccr-raclures-copy p {
  margin:0 0 10px;
}

.ccr-raclures-copy p:last-child {
  margin-bottom:0;
}

.ccr-raclures-copy strong {
  color:#ffd37a;
}

.ccr-raclures-copy .ccr-soft {
  color:#d6c9a7;
}

body.ccr-raclures-lock {
  overflow:hidden;
}

@media (max-width: 720px) {
  .ccr-raclures-trigger-wrap {
    margin-top:8px;
    margin-bottom:2px;
  }
  .ccr-raclures-trigger {
    font-size:.84rem;
    padding:7px 12px;
  }
  .ccr-raclures-dialog {
    width:min(430px, 100%);
    border-radius:18px;
  }
  .ccr-raclures-content {
    padding:14px 14px 15px;
  }
  .ccr-raclures-copy {
    font-size:.93rem;
    line-height:1.58;
  }
}
