/* ============================================
   WORDPRESS CORE STYLES
   ============================================ */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }

.wp-caption { max-width: 100%; }
.wp-caption-text { text-align: center; font-size: 0.85rem; color: var(--gray-500); }

@keyframes spin {
  to { transform: rotate(360deg); }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Honeypot: hidden from users, present for bots */
.aiad-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pt-100 { padding-top: 100px; }
.mt-2rem { margin-top: 2rem; }
.mt-1-5rem { margin-top: 1.5rem; }
.mb-2rem { margin-bottom: 2rem; }
