/*
Theme Name: Payments Pro Plans Pay Club
Theme URI: https://paymentsproplanspay.club
Author: Pro Plans & Phia
Author URI: https://paymentsproplanspay.club
Description: Payments Pro Plans Pay Club is a full-site editing WordPress theme for payroll processing, workforce payments, payment fraud prevention, identity verification, risk management, financial data workflows, and secure API platform experiences for financial institutions and employers.
Version: 1.1.0
Requires at least: 6.6
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: payments-pro-plans-pay-club
Tags: payments, payroll, financial-services, full-site-editing, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, translation-ready
 */

:root {
	--wp--preset--font-size--huge: clamp(4rem, 8vw, 7rem);
}

html {
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

select {
	min-height: 2.25em;
}

textarea, select, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=submit], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], .select2-container .select2-selection--single {
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.2);
	line-height: 1.6;
	padding: 0.55rem 0.9rem;
	display: block;
}

input[type="submit"] {
	background-color: var(--wp--preset--color--accent-1);
	border-width: 0;
	border-radius: 999px;
	color: var(--wp--preset--color--base);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
	cursor: pointer;
}

[class*="is-style-block-overlap"] + *:not([style*="margin-top"]) {
	margin-top: 0;
}

[class*="is-style-text-wrap-balance"],
[class*="is-style-text-wrap-balance"] p {
	text-wrap-style: balance;
}

div[class*="wp-block-"] figcaption {
	color: var(--wp--preset--color--contrast-midtone);
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 0;
	margin-top: 8px;
	text-align: center;
}

.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.admin-bar .wp-site-blocks {
	min-height: calc(100dvh - var(--wp-admin--admin-bar--height, 32px));
}

.wp-site-blocks > main,
.wp-site-blocks > .entry-content {
	flex: 1;
}

.wp-block-post-featured-image.bp-post-featured-image--intrinsic {
	width: fit-content;
	max-width: 100%;
}

.wp-block-post-featured-image.bp-post-featured-image--intrinsic img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}

.ppppc-pill {
	display: inline-block;
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
	background: rgba(255,255,255,0.12);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.ppppc-shadow {
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.ppppc-card-grid .wp-block-group,
.ppppc-panel {
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.ppppc-theme .wp-block-navigation__responsive-container.is-menu-open {
	padding: 1.5rem;
}

.ppppc-theme a {
	text-underline-offset: 0.14em;
}
