/*
Theme Name: Meilės Pulsas
Theme URI: https://github.com/google-deepmind/wp-theme
Author: Antigravity
Author URI: https://deepmind.google/
Description: A modern, translation-ready WordPress theme built for relationships and editorial dating advice. Implements a Warm Sophistication aesthetic using Playfair Display headings, Plus Jakarta Sans body font, soft cream backgrounds, deep rose accent tones, and tactile layers with round corners. Based on Stitch design layouts.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meiles-pulsas
Domain Path: /languages
*/

/* Custom Helper Styles & WordPress Core Alignments */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.alignwide {
  max-width: 100%;
}
.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Material symbols vertical alignment override */
.material-symbols-outlined {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Ensure WordPress standard menu structures look clean inside Tailwind nav wrappers */
.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Smooth transitions for links */
a, button {
  transition: all 0.20s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Screen reader text for accessibility */
.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;
  width: 1px;
  word-wrap: normal !important;
}
