/* Hide My Account page title */
.woocommerce-account .entry-title,
.woocommerce-account h1 {
	display: none !important;
}
/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

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

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

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

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

.form-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.form-actions .woocommerce-button,
.form-actions .woocommerce-Button,
.form-actions .form-toggle-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75em 2.25em;
	min-width: 180px;
	border-radius: 999px;
	border: none;
	background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 45%, #3b82f6 100%);
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25);
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
	cursor: pointer;
	margin: 0;
}

.form-actions .lost-password-link {
	margin-left: auto;
	font-weight: 600;
	color: #1e3a8a;
	text-decoration: none;
	transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.form-actions .lost-password-link:hover,
.form-actions .lost-password-link:focus-visible {
	color: #2563eb;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	outline: none;
}

.form-actions .woocommerce-button:hover,
.form-actions .woocommerce-Button:hover,
.form-actions .form-toggle-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 32px rgba(37, 99, 235, 0.3);
}

.form-actions .woocommerce-button:focus-visible,
.form-actions .woocommerce-Button:focus-visible,
.form-actions .form-toggle-button:focus-visible {
	outline: 3px solid rgba(59, 130, 246, 0.55);
	outline-offset: 3px;
}

.form-actions .form-toggle-button[aria-expanded="false"] {
	filter: saturate(0.9) brightness(1.05);
	box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
}

.form-actions .form-toggle-button[aria-expanded="true"] {
	transform: translateY(-1px);
	box-shadow: 0 18px 36px rgba(37, 99, 235, 0.32);
}

.disabled{
	display: none;
}

/* Luxury SaaS Theme Styles */
:root {
	--saas-purple: #7c3aed;
	--saas-purple-dark: #5b21b6;
	--saas-bg: #f7f6fd;
	--saas-text: #2d2250;
	--saas-radius: 16px;
	--saas-gap: 32px;
	--saas-font: 'Inter', 'Segoe UI', Arial, sans-serif;
}

body {
	background: var(--saas-bg);
	color: var(--saas-text);
	font-family: var(--saas-font);
	font-size: 18px;
	line-height: 1.7;
}

.saas-header {
	background: var(--saas-purple);
	color: #fff;
	padding: var(--saas-gap) 0 var(--saas-gap) 0;
	box-shadow: 0 4px 24px rgba(124,58,237,0.08);
}
.saas-header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	gap: var(--saas-gap);
}
.saas-header__logo {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
}
.saas-header__nav a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1rem;
	margin: 0 1.5rem;
	font-weight: 500;
	transition: color 0.2s;
}
.saas-header__nav a:hover {
	color: var(--saas-bg);
}
.saas-header__cta .saas-btn {
	padding: 0.7em 2em;
	border-radius: var(--saas-radius);
	font-size: 1.1rem;
	font-weight: 600;
	background: #fff;
	color: var(--saas-purple);
	border: none;
	box-shadow: 0 2px 8px rgba(124,58,237,0.08);
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}
.saas-header__cta .saas-btn:hover {
	background: var(--saas-purple-dark);
	color: #fff;
}

.saas-footer {
	background: var(--saas-purple-dark);
	color: #fff;
	padding: var(--saas-gap) 0;
	margin-top: var(--saas-gap);
}
.saas-footer__container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}
.saas-footer__links {
	display: flex;
	gap: 2rem;
	font-size: 1.1rem;
}
.saas-footer__links a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
}
.saas-footer__links a:hover {
	color: var(--saas-bg);
}
.saas-footer__social {
	display: flex;
	gap: 1.2rem;
	font-size: 1.5rem;
}
.saas-footer__copyright {
	font-size: 1rem;
	opacity: 0.8;
}

/* Clean & Professional Layout - Minimal Interference */

/* Basic Variables */
:root {
	--saas-purple: #7c3aed;
	--saas-purple-dark: #5b21b6;
	--saas-purple-light: #a78bfa;
	--saas-accent: #f59e0b;
	--saas-bg: #f8fafc;
	--saas-text: #1e293b;
	--saas-text-light: #64748b;
	--saas-border: #e2e8f0;
	--saas-radius: 12px;
}

/* Only style specific elements - don't override existing patterns */
body {
	background: var(--saas-bg);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Only style content articles */
article.post, article.page {
	background: white;
	border-radius: var(--saas-radius);
	padding: 2rem;
	margin: 1rem 0;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Basic table improvements */
table:not(.data_shary table) {
	background: white;
	border-radius: var(--saas-radius);
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

table:not(.data_shary table) thead th {
	background: var(--saas-purple);
	color: white;
}

/* Clean solution: Only fix specific text visibility issues without breaking layout */
/* Ensure tooltip text is visible when shown */
#contributor-tooltip {
	font-size: 15px !important;
	color: #fff !important;
	background: #222 !important;
	z-index: 999999 !important;
	line-height: 1.6 !important;
}

/* Ensure toggle button text is visible */
.data_shary .data_shary_btn .item_btn {
	font-size: 16px !important;
	color: #000000 !important;
	text-align: center !important;
}

.data_shary .data_shary_btn .item_btn.active {
	color: #ffffff !important;
}

/* Ensure pricing card text is visible */
.freelancer_slide h3,
.freelancer_slide p,
.freelancer_slide .item_desc,
.freelancer_slide .item_text {
	color: inherit !important;
	font-size: inherit !important;
}

/* Responsive */
@media (max-width: 768px) {
	article.post, article.page {
		margin: 1rem;
		padding: 1.5rem;
	}
}

/* Checkout Remove Item Styling */
.woocommerce-checkout-review-order-table .product-remove {
	width: 60px;
	text-align: center;
	vertical-align: middle;
}

.woocommerce-checkout-review-order-table .product-remove .remove {
	color: #667eea;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f8fafc;
	transition: all 0.3s ease;
}

.woocommerce-checkout-review-order-table .product-remove .remove:hover {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	border-color: #667eea;
	transform: scale(1.1);
}

.woocommerce-checkout-review-order-table .product-remove .remove:focus {
	outline: 2px solid #667eea;
	outline-offset: 2px;
}

/* Responsive checkout table */
@media (max-width: 768px) {
	.woocommerce-checkout-review-order-table .product-remove {
		width: 50px;
	}
	
	.woocommerce-checkout-review-order-table .product-remove .remove {
		width: 20px;
		height: 20px;
		font-size: 16px;
	}
}

