@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

/* Smooth Scroll */
.smooth {scroll-behavior: smooth;}
html 	{scroll-behavior: smooth;}
summary::marker {font-size: 20px;}

/* Control external links */
a.external > .external_link_icon { display: none !important }
img.outline {border: 1px #d1d1d1 solid;}

/* Helpful defaults for NSVP containers inserted by shortcode/link upgrades */
.nsvp-player {display:block; max-width:100%;}

/* Optional styling for the custom Next Gate button - Confirm read to show Next */
.next-gate-box {
  border: 1px solid #d8d8d8;
  background: #fdfdfd;
  border-radius: 12px;
  padding: 1.2rem;
  margin: 1rem 0;
}

.next-gate-box p {
  margin: 0 0 0.5rem 0;
  font-size: 0.95rem;
}

.next-gate-btn {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 999px;
  padding: 0.6rem 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.next-gate-btn:hover {
  background-color: #e8e8e8;
}

.next-gate-btn[aria-pressed="true"] {
  background-color: #e6ffe6;
  border-color: #b6e7b6;
}