/*
Theme Name: Premium Reface Theme
Theme URI: https://oku-rk.cz/
Author: Reface WP Site Generator
Description: Unique premium localized Gutenberg editorial theme generated by Reface.
Version: 1.2.1
Text Domain: premium-reface-theme-06d31f65
*/

:root {
  --rf-06d31f65-brand-primary: #845ec2;
  --rf-06d31f65-brand-accent: #b49450;
  --rf-06d31f65-brand-night: #1a1a1a;
  --rf-06d31f65-ink: #20242a;
  --rf-06d31f65-paper: #d65db1;
  --rf-06d31f65-card: #ffffff;
  --rf-06d31f65-primary: #20242a;
  --rf-06d31f65-accent: color-mix(in srgb, #20242a 62%, transparent);
  --rf-06d31f65-soft: #eef0f2;
  --rf-06d31f65-night: #20242a;
  --rf-06d31f65-font-body: "Helvetica", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --rf-06d31f65-font-heading: "Helvetica", Georgia, "Times New Roman", serif;
  --rf-06d31f65-font-accent: "Helvetica", ui-sans-serif, sans-serif;
  --rf-06d31f65-line: color-mix(in srgb, var(--rf-06d31f65-ink) 16%, transparent);
  --rf-06d31f65-shadow: 0 24px 70px rgba(16, 33, 27, .12);
  --rf-06d31f65-content: 1240px;
  --rf-06d31f65-wide: 1480px;
}

html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
body.rf-06d31f65-body {
  margin: 0;
  background: var(--rf-06d31f65-paper);
  color: var(--rf-06d31f65-ink);
  font-family: var(--rf-06d31f65-font-body);
  font-size: 17px;
  line-height: 1.72;
  overflow-x: hidden;
}
body.rf-06d31f65-body a { color: var(--rf-06d31f65-primary); text-underline-offset: .18em; }
body.rf-06d31f65-body img { max-width: 100%; height: auto; }

.rf-06d31f65-header {
  width: 100%;
  background: linear-gradient(135deg, var(--rf-06d31f65-brand-primary), var(--rf-06d31f65-brand-night));
  border-bottom: 3px solid var(--rf-06d31f65-brand-accent);
  position: relative;
  z-index: 50;
}
.rf-06d31f65-header__inner {
  width: min(calc(100% - 40px), var(--rf-06d31f65-wide));
  min-height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.rf-06d31f65-header__branding {
  min-width: 0;
  flex: 0 1 460px;
}
.rf-06d31f65-brand {
  display: inline-flex;
  align-items: center;
  width: min(100%, 440px);
  overflow: visible;
  text-decoration: none;
}
.rf-06d31f65-brand img, .rf-06d31f65-brand .custom-logo, .rf-06d31f65-brand > svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
}
.rf-06d31f65-header__aside {
  min-width: 0;
  margin-left: auto;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.rf-06d31f65-header__title {
  max-width: 680px;
  color: #fff;
  font-family: var(--rf-06d31f65-font-heading);
  font-size: clamp(15px, 1.55vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}
.rf-06d31f65-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 14px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font: inherit;
  cursor: pointer;
}
.rf-06d31f65-nav ul { display: flex; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; }
.rf-06d31f65-nav li { margin: 0; padding: 0; }
.rf-06d31f65-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 15px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.rf-06d31f65-nav a:hover, .rf-06d31f65-nav .current-menu-item > a {
  background: rgba(255, 255, 255, .15);
  box-shadow: inset 0 -2px 0 var(--rf-06d31f65-brand-accent);
  color: #fff;
}

.rf-06d31f65-main {
  width: min(calc(100% - 40px), var(--rf-06d31f65-wide));
  margin: 0 auto;
  padding: clamp(24px, 3.5vw, 52px) 0 clamp(48px, 5vw, 68px);
}
.rf-06d31f65-article {
  width: min(100%, var(--rf-06d31f65-content));
  margin: 0 auto;
  padding: clamp(22px, 4vw, 52px);
  background: var(--rf-06d31f65-card);
  border: 1px solid var(--rf-06d31f65-line);
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(26, 31, 36, .08);
}
.rf-06d31f65-entry { width: 100%; }
.rf-06d31f65-entry > * { max-width: 100%; }
.rf-06d31f65-entry > .alignwide {
  width: min(var(--rf-06d31f65-wide), calc(100vw - 40px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}
.rf-06d31f65-entry > .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}
.rf-06d31f65-entry h1 {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(18px, 2.2vw, 28px);
  color: var(--rf-06d31f65-night);
  font-family: var(--rf-06d31f65-font-heading);
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  line-height: 1.12;
  letter-spacing: -.028em;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: wrap;
}
.rf-06d31f65-entry h2, .rf-06d31f65-entry h3, .rf-06d31f65-entry h4 {
  color: var(--rf-06d31f65-night);
  font-family: var(--rf-06d31f65-font-heading);
  line-height: 1.22;
  text-wrap: balance;
}
body.rf-06d31f65-body .rf-06d31f65-entry h2 {
  margin: clamp(28px, 3vw, 40px) 0 12px;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}
body.rf-06d31f65-body .rf-06d31f65-entry h3 {
  margin: clamp(22px, 2.2vw, 30px) 0 9px;
  font-size: clamp(1.3rem, 1.9vw, 1.7rem);
}
body.rf-06d31f65-body .rf-06d31f65-entry h4 {
  margin: 20px 0 8px;
  font-size: 1.15rem;
}
body.rf-06d31f65-body .rf-06d31f65-entry > p {
  margin-block: 0 1.05rem;
}
body.rf-06d31f65-body .rf-06d31f65-entry > :last-child {
  margin-bottom: 0;
}
.rf-06d31f65-hero {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 2;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--rf-06d31f65-night);
  box-shadow: 0 22px 54px rgba(13, 33, 27, .2);
}
.rf-06d31f65-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.rf-06d31f65-body .rf-06d31f65-entry > .rf-06d31f65-byline { margin: 10px 0 24px; font-size: 14px; color: color-mix(in srgb, var(--rf-06d31f65-ink) 70%, transparent); }
.rf-06d31f65-byline a { font-weight: 800; }

body.rf-06d31f65-body .rf-06d31f65-entry ul:not(.wp-block-navigation__container),
body.rf-06d31f65-body .rf-06d31f65-entry ol {
  margin: 1.15rem 0 1.35rem;
  padding: 0;
  list-style: none;
  counter-reset: rf-06d31f65-list;
}
body.rf-06d31f65-body .rf-06d31f65-entry li {
  position: relative;
  margin: 8px 0;
  padding: 14px 18px 14px 54px;
  border: 1px solid var(--rf-06d31f65-line);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--rf-06d31f65-card), color-mix(in srgb, var(--rf-06d31f65-soft) 45%, var(--rf-06d31f65-card)));
}
body.rf-06d31f65-body .rf-06d31f65-entry ul > li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 14px;
  height: 14px;
  border: 4px solid var(--rf-06d31f65-accent);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--rf-06d31f65-card);
}
body.rf-06d31f65-body .rf-06d31f65-entry ol > li { counter-increment: rf-06d31f65-list; }
body.rf-06d31f65-body .rf-06d31f65-entry ol > li::before {
  content: counter(rf-06d31f65-list);
  position: absolute;
  left: 16px;
  top: 13px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--rf-06d31f65-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
body.rf-06d31f65-body .rf-06d31f65-entry li > ul,
body.rf-06d31f65-body .rf-06d31f65-entry li > ol { margin-bottom: 0; }

body.rf-06d31f65-body .rf-06d31f65-entry .wp-block-table {
  width: 100%;
  margin: 1.45rem 0;
  overflow-x: auto;
  border: 1px solid var(--rf-06d31f65-line);
  border-radius: 18px;
  background: var(--rf-06d31f65-card);
  box-shadow: 0 16px 44px rgba(16, 33, 27, .08);
}
body.rf-06d31f65-body .rf-06d31f65-entry .wp-block-table table { width: 100%; border: 0; border-collapse: collapse; min-width: 640px; }
body.rf-06d31f65-body .rf-06d31f65-entry .wp-block-table th {
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, #fff 18%, transparent);
  background: var(--rf-06d31f65-night);
  color: #fff;
  font-size: 13px;
  letter-spacing: .04em;
  text-align: left;
  text-transform: uppercase;
}
body.rf-06d31f65-body .rf-06d31f65-entry .wp-block-table td {
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid var(--rf-06d31f65-line);
  vertical-align: top;
}
body.rf-06d31f65-body .rf-06d31f65-entry .wp-block-table tr:nth-child(even) td { background: color-mix(in srgb, var(--rf-06d31f65-soft) 38%, transparent); }
body.rf-06d31f65-body .rf-06d31f65-entry .wp-block-table tr:last-child td { border-bottom: 0; }
body.rf-06d31f65-body .rf-06d31f65-entry .wp-block-table figcaption { padding: 12px 18px; color: color-mix(in srgb, var(--rf-06d31f65-ink) 66%, transparent); font-size: 13px; }

body.rf-06d31f65-body .rf-06d31f65-entry details.wp-block-details {
  margin: 10px 0;
  padding: 0;
  border: 1px solid var(--rf-06d31f65-line);
  border-radius: 16px;
  background: var(--rf-06d31f65-card);
  overflow: hidden;
}
body.rf-06d31f65-body .rf-06d31f65-entry details.wp-block-details summary {
  position: relative;
  cursor: pointer;
  padding: 20px 58px 20px 22px;
  color: var(--rf-06d31f65-night);
  font-weight: 900;
  list-style: none;
}
body.rf-06d31f65-body .rf-06d31f65-entry details.wp-block-details summary::-webkit-details-marker { display: none; }
body.rf-06d31f65-body .rf-06d31f65-entry details.wp-block-details summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 15px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rf-06d31f65-soft);
  color: var(--rf-06d31f65-primary);
}
body.rf-06d31f65-body .rf-06d31f65-entry details[open].wp-block-details summary::after { content: "−"; }
body.rf-06d31f65-body .rf-06d31f65-entry details.wp-block-details > :not(summary) { margin: 0; padding: 0 22px 22px; }

.rf-06d31f65-author {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 15px;
  align-items: center;
  margin-top: 32px;
  padding: 16px 18px;
  border: 1px solid var(--rf-06d31f65-line);
  border-radius: 16px;
  background: var(--rf-06d31f65-card);
}
.rf-06d31f65-author img, .rf-06d31f65-author > svg { width: 76px; height: 76px; object-fit: cover; border-radius: 13px; }
body.rf-06d31f65-body .rf-06d31f65-entry .rf-06d31f65-author h2 { margin: 0 0 3px; font-size: 1.25rem; }
.rf-06d31f65-author__role { margin: 0 0 5px; color: #58616a; font-size: 13px; font-weight: 800; }
body.rf-06d31f65-body .rf-06d31f65-entry .rf-06d31f65-author p { margin-top: 0; font-size: 14px; line-height: 1.55; }
body.rf-06d31f65-body .rf-06d31f65-entry .rf-06d31f65-author p:last-child { margin-bottom: 0; }

.rf-06d31f65-widget {
  --rf-06d31f65-widget-max-width: 1240px;
  --rf-06d31f65-widget-row-height: 150px;
  width: min(100%, var(--rf-06d31f65-widget-max-width));
  min-height: 0;
  margin: 24px auto;
  overflow: visible;
}
.rf-06d31f65-widget__scale {
  width: 100%;
}
@media (min-width: 769px) {
  .rf-06d31f65-widget .casinos-list {
    width: 100% !important;
    padding: 12px 14px 16px !important;
  }
  .rf-06d31f65-widget .casino-table {
    width: 100% !important;
    border-spacing: 0 10px !important;
  }
  .rf-06d31f65-widget .casino-table thead th {
    padding: 10px 12px !important;
    font-size: 15px !important;
  }
  .rf-06d31f65-widget .casino-table tbody tr {
    height: var(--rf-06d31f65-widget-row-height) !important;
  }
  .rf-06d31f65-widget .casino-table tbody td {
    height: var(--rf-06d31f65-widget-row-height) !important;
    padding: 14px 12px 20px !important;
  }
  .rf-06d31f65-widget .casino-table tbody .casino-row__logo img {
    width: 132px !important;
    height: 68px !important;
  }
  .rf-06d31f65-widget .casino-table tbody .casino-row__bonus,
  .rf-06d31f65-widget .casino-table tbody .casino-row__rating {
    font-size: 16px !important;
  }
  .rf-06d31f65-widget .casino-table tbody .casino-row__characteristics li {
    font-size: 14px !important;
    line-height: 1.28 !important;
  }
  .rf-06d31f65-widget .casino-table tbody .casino-row__button .casino-btn {
    min-height: 44px !important;
    padding: 8px 10px !important;
    font-size: 15px !important;
  }
}
.rf-06d31f65-footer {
  width: 100%;
  margin: 0;
  padding: 34px max(20px, calc((100vw - var(--rf-06d31f65-wide)) / 2));
  border-top: 3px solid var(--rf-06d31f65-brand-accent);
  background: linear-gradient(135deg, var(--rf-06d31f65-brand-night), var(--rf-06d31f65-brand-primary));
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

@media (max-width: 820px) {
  .rf-06d31f65-header__inner { min-height: 86px; flex-wrap: wrap; padding: 12px 0; }
  .rf-06d31f65-header__branding { flex: 0 1 min(55vw, 320px); }
  .rf-06d31f65-brand { width: 100%; }
  .rf-06d31f65-brand img, .rf-06d31f65-brand .custom-logo, .rf-06d31f65-brand > svg { max-height: 60px; }
  .rf-06d31f65-header__aside { flex: 1 1 auto; flex-wrap: wrap; gap: 10px; }
  .rf-06d31f65-header__title { max-width: 42vw; font-size: 13px; }
  .rf-06d31f65-menu-toggle { display: grid; place-items: center; margin-left: auto; }
  .rf-06d31f65-nav { display: none; width: 100%; }
  .rf-06d31f65-nav.is-open { display: block; }
  .rf-06d31f65-nav ul { display: grid; gap: 6px; padding: 12px 0; }
  .rf-06d31f65-nav a { width: 100%; border-radius: 12px; }
  .rf-06d31f65-main { width: min(calc(100% - 22px), var(--rf-06d31f65-wide)); padding-top: 18px; }
  .rf-06d31f65-article { padding: 22px 17px 30px; border-radius: 21px; }
  .rf-06d31f65-entry h1 { font-size: clamp(1.85rem, 8vw, 2.35rem); }
  .rf-06d31f65-hero { border-radius: 17px; }
  .rf-06d31f65-author { grid-template-columns: 62px 1fr; padding: 14px; gap: 12px; }
  .rf-06d31f65-author img, .rf-06d31f65-author > svg { width: 62px; height: 62px; border-radius: 11px; }
  .rf-06d31f65-author p { grid-column: 1 / -1; }
  .rf-06d31f65-widget { width: 100%; margin: 22px auto; overflow: visible; }
  .rf-06d31f65-widget__scale { width: 100%; }
  .rf-06d31f65-widget .casino-table td { padding: 10px 14px !important; }
  .rf-06d31f65-widget .casino-table tbody .casino-row__logo img { width: 150px !important; height: 80px !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
