/*
Theme Name: PAYGO Platform
Theme URI: https://paygoplatform.com/
Author: PAYGO Platform
Author URI: https://paygoplatform.com/
Description: A WordPress theme conversion of the PAYGO Platform marketing website.
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: paygo-platform
*/

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: #ffffff;
  background: #0068fd;
  border-radius: 0.5rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.admin-bar .site-header {
  top: 32px;
}

.wp-content-section {
  min-height: 60vh;
  padding-top: calc(var(--header-height) + var(--space-4xl));
}

.wp-entry {
  max-width: var(--container-narrow);
  margin: 0 auto var(--space-3xl);
}

.wp-entry__title {
  margin-bottom: var(--space-lg);
  color: var(--color-on-surface);
  font-size: var(--font-size-4xl);
  line-height: var(--line-height-tight);
}

.wp-entry__content > * + * {
  margin-top: var(--space-md);
}

.wp-entry__content a {
  color: var(--color-primary);
  font-weight: var(--font-weight-semibold);
}

.wp-navigation {
  display: flex;
  justify-content: space-between;
  gap: var(--space-md);
  max-width: var(--container-narrow);
  margin: 0 auto;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
