/*
Theme Name: Direct Deeds Signature
Theme URI: https://directdeeds.com
Author: Calypso Development
Author URI: https://calypsodevelopment.com
Description: The signature theme for Direct Deeds — a Las Vegas mobile notary and property-deed transfer practice serving clients nationwide. WordPress server-renders every word for search engines; Vue 3 islands add reactivity on top. Tailwind CSS v4, Pinia, Vite. Integrates with the dd-crm and Forge plugins.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.1
License: Proprietary
License URI: https://directdeeds.com
Text Domain: ddsig
Tags: business, professional-services, custom-menu, custom-logo, block-patterns, accessibility-ready, translation-ready
*/

/*
 * This file exists for the WordPress theme header above and for the handful of
 * rules the editor needs before the Vite bundle loads. Every front-end style
 * lives in assets/src/css/ and ships through dist/ — do not add design rules here.
 */

.alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.wp-block-embed.is-type-video > .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.wp-block-embed.is-type-video > .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Screen-reader text, per the WordPress accessibility-ready requirement. It has
   to be in the theme stylesheet because core markup (comment forms, the "skip to
   content" link on some screens) uses it before the bundle parses. */
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.screen-reader-text:focus {
  background-color: #ffffff;
  clip-path: none;
  color: #222c3f;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 1rem;
  line-height: 1.5;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  top: 1rem;
  width: auto;
  z-index: 100000;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgb(34 44 63 / 0.25);
}
