/*
Theme Name: SorteDeGol Theme
Theme URI: https://sortedegol.com/
Author: Codex
Author URI: https://sortedegol.com/
Description: Custom WordPress theme scaffold for migrating the SorteDeGol static affiliate/SEO portal into WordPress.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: sortedegol-theme
*/

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

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

.sortedegol-shell {
  min-height: 100vh;
}

.sortedegol-wordpress-content {
  padding: 32px 0 72px;
}

.sortedegol-wordpress-content .page-card > :first-child {
  margin-top: 0;
}

.sortedegol-wordpress-content .page-card > :last-child {
  margin-bottom: 0;
}

.sortedegol-wordpress-content .wp-block-image,
.sortedegol-wordpress-content p,
.sortedegol-wordpress-content ul,
.sortedegol-wordpress-content ol {
  margin-bottom: 16px;
}

.sortedegol-empty {
  text-align: center;
  color: var(--text-secondary);
}
