/*
Theme Name: Auriel
Theme URI: https://themeshaper.com/auriel/
Author: Automattic
Author URI: https://automattic.com
Description: Auriel is a refined and versatile block theme for weddings. It includes a curated collection of patterns that make it effortless for couples to create their own wedding website — from ceremony details to travel information and frequently asked questions.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: auriel
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks

Auriel WordPress Theme, (C) 2025 Automattic, Inc.
Auriel is distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/

/* Comments form styling */
.wp-block-post-comments-form .comment-form textarea {
    border-radius: 4px;
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: max(0.025em, 1px) !important;
    text-underline-offset: max(0.08em, 2px);
}

/* Font smoothing */
body {
    text-rendering: geometricprecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Progresive enhancement to reduce widows and orphans.
/* https://github.com/WordPress/gutenberg/issues/55190
*/
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption {
		text-wrap: balance; /* Safari fallback */ 
		text-wrap: pretty;
}
p {
    text-wrap: pretty;
}

/*
 * Pull quote Block
 * Reset the browser default margins for blockquote element
 * https://github.com/WordPress/gutenberg/issues/44129
 */

.wp-block-pullquote cite {
    font-size: var(--wp--preset--font-size--small);
    font-style: normal;
}

/* Search field styling */

.wp-block-search__inside-wrapper.has-border-color.has-contrast-border-color {
    padding-left: var(--wp--preset--spacing--20);
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    align-items: center;
}

.wp-block-search__button
{
    padding-top: var(--wp--preset--spacing--10);
    padding-bottom: var(--wp--preset--spacing--10);
    padding-right: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--20);
}

/* Make sure footers have no margin. */

footer {
	margin-top: 0 !important;
}

