/*
 Theme Name: Tempo Child
 Template: tempo      
 Text Domain: tempo-child
*/
h2 {
  margin: 30px 0 30px 0 !important;
}

blockquote {
  border-left: 3px solid #E0B84C !important;
}
.tempo-social{
 display:none !important;
}
header.tempo-header div.tempo-topper{
  background-color: #404246 !important; 
}
header.tempo-header .tempo-navigation-wrapper a {
  color: rgba(255,255,255,.88) !important;
  text-decoration: none;
  transition: color .2s ease;
}

header.tempo-header .tempo-navigation-wrapper a:hover,
header.tempo-header .tempo-navigation-wrapper a:focus {
  color: #E0B84C !important;
}
header.tempo-header nav button.tempo-btn-collapse {
  color: #E0B84C !important;
}
header.tempo-header .tempo-menu-wrapper .current-menu-item > a,
header.tempo-header .tempo-menu-wrapper .current_page_item > a {
  color: #E0B84C !important;
}
header.tempo-header div.tempo-header-partial .tempo-header-content {
  display: none;
}
div.tempo-breadcrumbs nav.tempo-navigation ul.tempo-menu-list li {
  display: none;
}
div.tempo-breadcrumbs div.tempo-container.main {
  padding-top: 20px;
  padding-bottom: 20px;
}
div.tempo-page {
  padding: 30px 0;
}
@media (min-width: 993px) {
  header.tempo-header div.tempo-topper div.tempo-site-identity {
    width: 26.333% !important;
  }
    header.tempo-header div.tempo-topper div.tempo-navigation-wrapper {
    width: 73.667% !important;
  }
  header.tempo-header div.tempo-topper div.tempo-navigation-wrapper div.tempo-menu-wrapper {
  margin-right: 0px !important;
}
}
@media (min-width: 992px) {
  header.tempo-header .tempo-menu-wrapper {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  header.tempo-header .tempo-btn-collapse,
  header.tempo-header .tempo-btn-collapse * {
    display: none !important;
  }

  header.tempo-header .tempo-icon-bars,
  header.tempo-header .fa-bars,
  header.tempo-header .icon-bars,
  header.tempo-header .hamburger,
  header.tempo-header .hamburger * {
    display: none !important;
  }

  header.tempo-header .tempo-search-form {
    display: none !important;
  }

  header.tempo-header .tempo-menu-wrapper ul.tempo-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header.tempo-header .tempo-menu-wrapper li { opacity: 1 !important; visibility: visible !important; }
  header.tempo-header .tempo-menu-wrapper li > a { text-decoration: none; color: inherit; pointer-events: auto; }
}


@media (min-width: 1200px) {
  .col-lg-offset-2 {
    margin-left: 3% !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-8 {
    width: 92% !important;
  }
}
@media (max-width: 991.98px) {
  header.tempo-header .tempo-menu-wrapper { display: none !important; }
  header.tempo-header .tempo-btn-collapse { display: inline-flex !important; }
  header.tempo-header .tempo-icon-bars,
  header.tempo-header .fa-bars,
  header.tempo-header .icon-bars,
  header.tempo-header .hamburger { display: inline-flex !important; }

  header.tempo-header .tempo-navigation-wrapper form.tempo-search-form,
header.tempo-header nav.tempo-navigation form.tempo-search-form,
nav.tempo-navigation .tempo-search-form,
.tempo-navigation-wrapper .tempo-search-form,
form.tempo-search-form,
form.tempo-search-form fieldset,
form.tempo-search-form #searchbox {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
}



.entry-content p.has-text-align-center:has(> .visit-cta){
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;            
  margin: 12px 0 28px !important;
  line-height: 0;               
}


a.visit-cta,
a.visit-cta:hover,
a.visit-cta:focus{
  text-decoration: none !important;
  border-bottom: 0 !important;
  background-image: none !important;
}

.visit-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;                  
  padding: 0 22px;              
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background-color: #E0B84C;
  color: #12171F;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 6px 18px rgba(224,184,76,.25);
  transition: background-color .2s ease, box-shadow .2s ease; 
}

.visit-cta:hover,
.visit-cta:focus{
  background-color: #C9A542;
  box-shadow: 0 10px 24px rgba(224,184,76,.30);
}

.visit-cta:active{
  background-color: #B79238;
  box-shadow: inset 0 4px 12px rgba(0,0,0,.22), 0 4px 12px rgba(0,0,0,.18);
}

.rest-card{
  margin: 28px 0;
  padding: 20px 28px 16px;
  background: linear-gradient(180deg, #ECF2FA 0%, #E7EFF9 100%); 
  border: 1px solid #C8D5E6;                               
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(16,24,40,.10), 0 1px 0 rgba(16,24,40,.06);
}

.rest-card h3{
  margin: 0 0 14px;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.25;
  color: #0F172A;      
  position: relative;
  padding-bottom: 8px;
}
.rest-card h3::after{
  content:"";
  position:absolute; left:0; bottom:0;
  width:56px; height:3px;
  background: linear-gradient(90deg, #E0B84C, #F2CF6B);
  border-radius:3px;
}

.rest-card p{ color:#2A2F36; margin:0 0 12px; }
.rest-card p strong{ color:#0F172A; }

.rest-card img{
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(16,24,40,.12);
}

.rest-card .wp-block-columns{ gap:24px; }

@media (min-width:820px){
  .rest-card .wp-block-columns{
    display:grid !important;
    grid-template-columns: 1fr min(42%, 520px); 
    column-gap:18px;
    row-gap:14px;
    align-items:start;
  }

  .rest-card .wp-block-column:first-child{
    position:relative;
    padding:16px 18px;
    border:1px dashed rgba(224,184,76,.75);
    border-radius:12px;
  }

  .rest-card .wp-block-column:first-child p:last-child{ margin-bottom:0; }
}

@media (min-width:1200px){
  .rest-card .wp-block-columns{
    grid-template-columns: 1fr min(49%, 560px);
  }
}

@media (max-width:819.98px){
  .rest-card .wp-block-column:first-child{
    padding:14px 16px;
    border:1px dashed rgba(224,184,76,.75);
    background:rgba(224,184,76,.05);
    border-radius:12px;
    margin-bottom:12px;
  }
}

.rest-card img{
  width:100%;
  height:auto;
  border-radius:12px;
  display:block;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
  object-fit:cover;
}

.rest-card p:has(strong){
  display:flex;
  gap:8px;
  align-items:baseline;
  margin-top:10px;
}

.rest-card:hover{
  background:#EEF2F8;
  box-shadow:0 14px 34px rgba(16,24,40,.10);
}



.hentry ul.fancy-list,
.entry-content ul.fancy-list,
ul.wp-block-list.fancy-list{
  list-style: none !important;     
  margin: 16px 0 20px !important;
  padding: 0 !important;
}

.hentry ul.fancy-list li,
.entry-content ul.fancy-list li,
ul.wp-block-list.fancy-list li{
  position: relative;
  margin: 18px 0;
  padding-left: 20px;           
  line-height: 1.6;
}

.hentry ul.fancy-list li::before,
.entry-content ul.fancy-list li::before,
ul.wp-block-list.fancy-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .72em;                    
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E0B84C;           
  box-shadow: 0 0 0 2px rgba(224,184,76,.18);
}

.note-box{
  position: relative;
  margin: 18px 0 44px;   
  padding: 14px 16px 14px 46px;
  background: linear-gradient(180deg, rgba(224,184,76,.08), rgba(224,184,76,.04));
  border: 1px solid rgba(224,184,76,.65);
  border-left: 4px solid #E0B84C;
  border-radius: 12px;
  color: #2A2F36;
  font-style: italic;
}
.note-box::before{
  content: "i";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-weight: 800;
  font-style: normal;
  color: #12171F;
  background: #E0B84C;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(224,184,76,.35);
}
.note-box strong{ color:#111827; }
.note-box a{ color:#C9A542; text-decoration: underline; }

.bar-card{
  margin: 28px 0;
  padding: 20px 24px 20px 24px;
  background: #F4F6FA;
  border: 1px solid #D9E1EC;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(16,24,40,.06);
}


.bar-card h3{
  margin: 0 0 14px;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.25;
  position: relative;
  padding-bottom: 6px;
}
.bar-card h3::after{
  content:"";
  position:absolute; left:0; bottom:0;
  width:56px; height:3px;
  background:#E0B84C;
  border-radius:3px;
}


.bar-card p{ color:#2A2F36; margin:0 0 12px; }
.bar-card p strong{ color:#111827; }

.bar-card .wp-block-columns{ gap:24px; }

@media (min-width:820px){
  .bar-card .wp-block-columns{
    display:grid !important;
    grid-template-columns: 1fr min(45%, 560px); 
    column-gap:18px;
    row-gap:14px;
    align-items:start;
  }

  .bar-card .wp-block-column:first-child{
    position:relative;
    padding:16px 18px;
    border:1px dashed rgba(224,184,76,.75);
    background:rgba(224,184,76,.05);
    border-radius:12px;
  }
}

.bar-card img{
  width:100%;
  height:auto;
  border-radius:12px;
  display:block;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
  object-fit:cover;
}
.bar-card .wp-block-image{ margin:0; }

.bar-card p:has(em){
  margin-top:8px;
  padding:10px 12px;
  border-left:3px solid #E0B84C;
  background:rgba(224,184,76,.06);
  border-radius:8px;
  color:#2A2F36;
}

.venue-card{
  margin: 28px 0;
  padding: 24px;
  background: #F4F6FA;
  border: 1px solid #D9E1EC;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(16,24,40,.06);
}


.venue-card h2, .venue-card h3{
  margin: 0 0 14px;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.25;
  position: relative;
  padding-bottom: 6px;
}
.venue-card h2::after, .venue-card h3::after{
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 56px; height: 3px;
  background: #E0B84C; border-radius: 3px;
}


.venue-card .wp-block-columns{ gap: 24px; }
@media (min-width: 820px){
  .venue-card .wp-block-columns{
    display: grid !important;
    grid-template-columns: 1fr min(45%, 560px);
    column-gap: 18px; row-gap: 14px; align-items: start;
  }
}


.venue-card img{
  width: 100%; height: auto; display: block;
  border-radius: 12px; object-fit: cover;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}


.venue-card h3 + ul,
.venue-card h4 + ul,
ul.details-list{
  list-style: none !important;
  margin: 10px 0 0 !important;
  padding-left: 0 !important;
}

.venue-card h3 + ul li,
.venue-card h4 + ul li,
ul.details-list li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 8px 0;
  line-height: 1.6;
}

.venue-card h3 + ul li > :first-child,
.venue-card h4 + ul li > :first-child,
ul.details-list li > :first-child{
  flex: 0 0 auto;
  min-width: 18px;   
}

.venue-card .details-wrap,
.venue-card h3 + ul, .venue-card h4 + ul{
  border: 1px dashed rgba(224,184,76,.75);
  background: rgba(224,184,76,.05);
  border-radius: 12px;
  padding: 14px 16px;
}

.venue-card .details-title{
  font-weight: 700; margin: 0 0 8px; color: #111827;
}

.venue-card:hover{
  background: #EEF2F8;
  box-shadow: 0 14px 34px rgba(16,24,40,.10);
}

.casino-card{
  margin:28px 0;
  padding:24px;
  background:#F4F6FA;
  border:1px solid #D9E1EC;
  border-radius:16px;
  box-shadow:0 10px 28px rgba(16,24,40,.06);
}

.casino-card h2,
.casino-card h3{
  margin:0 0 14px;
  font-size:clamp(20px,2.2vw,26px);
  line-height:1.25;
  position:relative;
  padding-bottom:6px;
}
.casino-card h2::after,
.casino-card h3::after{
  content:"";
  position:absolute; left:0; bottom:0;
  width:56px; height:3px;
  background:#E0B84C; border-radius:3px;
}

.casino-card .wp-block-columns{ gap:24px; }
@media (min-width:820px){
  .casino-card .wp-block-columns{
    display:grid !important;
    grid-template-columns:1fr min(45%,560px);
    column-gap:18px; row-gap:14px; align-items:start;
  }
}

.casino-card img{
  border-radius:12px; object-fit:cover;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
}
.casino-card .wp-block-image{ margin:0; }

.casino-card p:has(em){
  margin:10px 0 0;
  padding:10px 12px;
  border-left:3px solid #E0B84C;
  background:rgba(224,184,76,.06);
  border-radius:8px;
}

.casino-card ul{
  list-style:none; margin:8px 0 0; padding-left:0;
}
.casino-card ul li{
  position:relative; padding-left:14px; margin:6px 0; line-height:1.6;
}
.casino-card ul li::before{
  content:""; position:absolute; left:0; top:.72em;
  width:6px; height:6px; border-radius:50%;
  background:#E0B84C; box-shadow:0 0 0 2px rgba(224,184,76,.18);
}

.casino-card:hover{
  background:#EEF2F8;
  box-shadow:0 14px 34px rgba(16,24,40,.10);
}

.casino-card blockquote,
.casino-card .wp-block-quote{
  margin: 14px 0 6px !important;
  padding: 14px 16px;
  background: #EEF2F5;
  border: 0 !important;              
  border-left: 4px solid #E0B84C;    
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(16,24,40,.06);
}

.casino-card blockquote p{
  margin: 0 !important;
  font-style: italic;
}

.casino-card blockquote + p{
  margin: 8px 0 0;
  color: #5B6470;
}

.casino-card blockquote.is-good{
  border-left-color: #2ecc71;
  background: rgba(46,204,113,.08);
}
.casino-card blockquote.is-bad{
  border-left-color: #e74c3c;
  background: rgba(231,76,60,.08);
}

.note-inline{
  display: inline-block;       
  width: 100%;
  margin: 16px 0 32px;        
  padding: 12px 16px;

  background: linear-gradient(180deg, rgba(224,184,76,.08), rgba(224,184,76,.03));
  border: 1px solid rgba(224,184,76,.55);
  border-left: 4px solid #E0B84C;
  border-radius: 12px;

  color: #2A2F36;
  font-style: italic;
  box-shadow: 0 2px 10px rgba(16,24,40,.06);
}

.note-inline strong{
  font-style: normal;
  color: #111827;
  margin-right: 4px;
}

.stats-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
  margin: 24px 0;
}
.crit-card{
  background:#ECF2FA;
  border:1px solid #C8D5E6;
  border-radius:12px;
  padding:12px 16px;
  margin:18px 0;
  box-shadow:0 6px 18px rgba(16,24,40,.06);
}

.criteria .criteria-card{
  background:#ECF2FA;                   
  border:1px solid #C8D5E6;              
  border-radius:14px;
  padding:18px 20px;
  margin:18px 0;
  box-shadow:0 6px 18px rgba(16,24,40,.06);
  position:relative;
}

.criteria .criteria-card::before{
  content:"";
  position:absolute;
  left:0; top:12px; bottom:12px;
  width:4px;
  background:#E0B84C;
  border-radius:4px;
}

.criteria .criteria-card h3{
  margin:0 0 10px;
  display:flex; align-items:center; gap:.5rem;
  color:#0F172A;
}

.criteria .criteria-card p{ margin:0 0 10px; color:#2A2F36; }

@media (min-width:880px){
  .criteria .criteria-card .wp-block-columns{
    display:grid !important;
    grid-template-columns: 1fr min(42%, 520px);
    column-gap:18px; row-gap:14px;
    align-items:start;
  }
}

.criteria .criteria-card img{
  border-radius:12px;
  box-shadow:0 6px 16px rgba(16,24,40,.12);
}

.casno-card{
  background:#ECF2FA;
  border:1px solid #C8D5E6;
  border-radius:14px;
  padding:18px 20px;
  margin:22px 0;
  box-shadow:0 6px 18px rgba(16,24,40,.06);
  position:relative;
}
.casno-card::before{
  content:"";
  position:absolute; left:0; top:12px; bottom:12px;
  width:4px; background:#E0B84C; border-radius:4px; 
}

.casno-card h3 {
  margin: 0px 0 10px 0 !important;
}

@media (max-width: 520px) {
  body, html {
    font-size: 15px !important;
  }
}