/*
Theme Name:        The People Desk
Theme URI:         https://thepeopledesk.example.com
Author:            The People Desk
Author URI:        https://thepeopledesk.example.com
Description:       A premium, editorial HR & recruiting intelligence theme for The People Desk. Broadsheet aesthetic, US-focused, built as a classic PHP theme with a dynamic Wire feed.
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.6
Requires PHP:      7.4
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       the-people-desk
*/

/* This file intentionally holds only the required theme header plus a
   handful of WordPress-core accessibility helpers. All design CSS lives in
   assets/css/main.css and is enqueued via functions.php, keeping the two
   concerns (theme metadata vs. design) separate — see functions.php. */

.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;
}
.screen-reader-text:focus{
  background-color: #f7f5f0;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto !important;
  clip-path: none;
  color: #14161b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 16px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignwide{ max-width: 1180px; }
.alignfull{ max-width: none; }
