/*
Theme Name: Urna Child - Aurea Test
Theme URI:
Author: Aurea Team
Description: Custom Test child theme for Aurea Gifts
Version: 1.0-test
Author URI: 
Template: urna
Text Domain: urna-child-test
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */


/* Aurea: Footer bottom strip – larger social icons (Contact Us, Customer Area retained in footer builder) */
.tbay-footer .social a,
.tbay-customize-footer .social a,
#tbay-footer .social li a {
	font-size: 1.35em;
	padding: 0.35em;
}
.tbay-footer .social a i,
.tbay-customize-footer .social a i,
#tbay-footer .social a i {
	font-size: 1.35em;
}

/* About Aurea page */
#aurea-about-page { padding: 48px 0 64px; }
.aurea-about-section { margin-bottom: 48px; }
.aurea-about-heading { font-size: 1.5rem; margin-bottom: 16px; }
.aurea-about-content p { margin-bottom: 1em; }
.aurea-about-lead { margin-bottom: 16px; }
.aurea-what-we-do-list { padding-left: 24px; margin: 0; }
.aurea-what-we-do-list li { margin-bottom: 12px; }

/* Aurea Landing (home) – central alignment, premium */
.aurea-landing { padding: 0 0 60px; }
.aurea-landing-centered { max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; }
.aurea-landing-hero { padding: 60px 20px; background: #f8f8f8; }
.aurea-landing-hero-title { font-size: 2rem; margin: 0 0 12px; }
.aurea-landing-hero-sub { margin: 0 0 24px; color: #555; font-size: 1.1em; }
.aurea-landing-hero-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.aurea-landing-hero-ctas .aurea-cta-primary { background: #7a2e2e; color: #fff; padding: 12px 24px; border-radius: 6px; text-decoration: none; }
.aurea-landing-hero-ctas .aurea-cta-secondary { background: transparent; color: #7a2e2e; border: 2px solid #7a2e2e; padding: 10px 22px; border-radius: 6px; text-decoration: none; }
.aurea-landing-section { padding: 48px 20px; }
.aurea-landing-section-title { margin: 0 0 24px; font-size: 1.5rem; }
.aurea-landing-content { text-align: left; max-width: 640px; margin: 0 auto; }
.aurea-landing-section-lead { margin-bottom: 20px; }
.aurea-landing-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-top: 24px; }
.aurea-landing-tile { background: #fff; border: 1px solid #eee; border-radius: 8px; overflow: hidden; }
.aurea-landing-tile-media { aspect-ratio: 16/10; background: #eee; }
.aurea-landing-tile-media video, .aurea-landing-tile-media iframe { width: 100%; height: 100%; object-fit: cover; }
.aurea-landing-tile-media img { width: 100%; height: 100%; object-fit: cover; }
.aurea-landing-tile-content { padding: 16px; }
.aurea-landing-tile-content h3 { margin: 0 0 8px; font-size: 1.1em; }
.aurea-landing-tile-content p { margin: 0 0 12px; font-size: 0.9em; color: #666; }
.aurea-landing-voucher-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; margin-top: 24px; text-align: left; }
.aurea-landing-voucher-card { border: 1px solid #eee; border-radius: 8px; overflow: hidden; }
.aurea-landing-voucher-card a { text-decoration: none; color: inherit; }
.aurea-landing-voucher-card img { width: 100%; height: 140px; object-fit: cover; }
.aurea-landing-voucher-card h4 { margin: 12px 12px 4px; font-size: 0.95em; }
.aurea-landing-voucher-card .price { margin: 0 12px; font-size: 0.9em; color: #7a2e2e; }
.aurea-landing-voucher-card .button { display: block; margin: 12px; text-align: center; }

/* Gift With Us – journey */
#aurea-gift-with-us { padding: 48px 0 64px; }
.aurea-gift-header { text-align: center; margin-bottom: 40px; }
.aurea-gift-header .lead { font-size: 1.1em; color: #555; max-width: 560px; margin: 12px auto 0; }
.aurea-gift-journey h2 { margin-bottom: 24px; }
.aurea-gift-steps { list-style: none; padding: 0; margin: 0; max-width: 640px; margin-left: auto; margin-right: auto; }
.aurea-gift-steps li { padding: 24px 0; border-bottom: 1px solid #eee; }
.aurea-gift-steps .step-num { display: inline-block; width: 32px; height: 32px; line-height: 32px; text-align: center; background: #7a2e2e; color: #fff; border-radius: 50%; margin-right: 12px; font-weight: 700; }
.aurea-gift-steps strong { display: block; margin-bottom: 8px; }
.aurea-gift-steps p { margin: 0 0 12px; color: #555; }
.aurea-gift-cta { text-align: center; margin-top: 40px; }
.aurea-gift-cta .aurea-cta-primary { background: #7a2e2e; color: #fff; padding: 12px 24px; border-radius: 6px; text-decoration: none; }

/* Vendor OTP verification status badge */
.aurea-verify-status-badge { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; line-height: 1.4; }
.aurea-status-pending { background: #fff4cc; color: #7a5a00; }
.aurea-status-verified { background: #e9f9ee; color: #0d6b2f; }
.aurea-status-locked,
.aurea-status-expired { background: #fdecec; color: #9d1c1c; }

/* Voucher type selector on product page */
.aurea-voucher-type-selector {
	margin: 0 0 18px;
}

.aurea-voucher-type-title {
	margin: 0 0 12px;
	font-size: clamp(18px, 1.2vw, 24px);
	line-height: 1.2;
	font-weight: 600;
}

.aurea-voucher-type-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 620px;
}

.aurea-voucher-type-btn {
	position: relative;
	display: block;
	flex: 0 1 calc(50% - 5px);
	max-width: 305px;
	cursor: pointer;
}

.aurea-voucher-type-btn:nth-child(3) {
	flex-basis: 100%;
	max-width: 430px;
}

.aurea-voucher-type-btn input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.aurea-voucher-type-label {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 9px 14px;
	text-align: center;
	font-size: clamp(15px, 0.95vw, 18px);
	font-weight: 600;
	line-height: 1.3;
	background: #fff;
	border: 1px solid #cfd3dd;
	border-radius: 9px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.aurea-voucher-type-btn:hover .aurea-voucher-type-label {
	border-color: #9ea7bb;
}

.aurea-voucher-type-btn.active .aurea-voucher-type-label,
.aurea-voucher-type-btn input[type="radio"]:checked + .aurea-voucher-type-label {
	border-color: #5d1848;
	box-shadow: 0 0 0 1px #5d1848 inset;
	background: #fcf9fc;
}

.aurea-voucher-type-error {
	font-size: 14px;
}

/* Redeem voucher UX: clear, high-contrast status messages */
.aurea-redeem-error,
.aurea-redeem-success {
	display: block;
	margin: 0 0 14px;
	padding: 12px 14px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
}

.aurea-redeem-error {
	color: #9d1c1c;
	background-color: #fdecec;
}

.aurea-redeem-success {
	color: #0d6b2f;
	background-color: #e9f9ee;
}

/* Gift receiver email: hide WooCommerce "(optional)" suffix (required in gift flows). */
#billing_recipient_email_field label .optional {
	display: none !important;
}

@media (max-width: 1024px) {
	.aurea-voucher-type-title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.aurea-voucher-type-title {
		font-size: 18px;
	}

	.aurea-voucher-type-options {
		max-width: 100%;
	}

	.aurea-voucher-type-btn,
	.aurea-voucher-type-btn:nth-child(3) {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.aurea-voucher-type-label {
		font-size: 15px;
		min-height: 44px;
	}
}