/*
Theme Name: Arti Assist
Theme URI: https://gta-technology.com/
Author: GTA Technology
Author URI: https://gta-technology.com/
Description: Arti Assist — the AI co-worker for real insurance work. A bespoke WordPress theme for the Arti Assist marketing site, where each site page is driven by its own page template.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artiassist
Tags: one-column, custom-menu, custom-logo, translation-ready
*/

/*
 * The full design lives in css/style.css, which is enqueued separately in
 * functions.php. This file exists to carry the theme header above and to hold
 * any WordPress-specific overrides (admin bar, block alignments, editor output)
 * that are not part of the original static build.
 */

/* --- WordPress core output helpers --- */

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

.screen-reader-text:focus {
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 14px 22px;
  clip: auto;
  color: #0c0c0c;
  background: #f0cf69;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-inline: auto;
}

.wp-caption,
.wp-caption img {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 14px;
  opacity: 0.75;
}
