/*
Theme Name: Lightning Rental Switch
Theme URI: https://localhost/wordpress/
Description: Child theme for switching navigation between corporate and personal rental sections.
Author: Local Dev
Template: lightning
Version: 1.0.0
Text Domain: lightning-rental-switch
*/

/* Extra classes are added via body_class for optional per-mode styling. */

/* Keep rental CTA style consistent even when menu item IDs differ between menus. */
#global-nav .menu-item > a[href$="/rental/"],
#global-nav .menu-item > a[href*="/rental/?"] {
	background: rgb(207, 46, 46);
	color: #fff;
}

#global-nav .menu-item > a[href$="/rental/"] .global-nav-name,
#global-nav .menu-item > a[href$="/rental/"] .global-nav-description,
#global-nav .menu-item > a[href*="/rental/?"] .global-nav-name,
#global-nav .menu-item > a[href*="/rental/?"] .global-nav-description {
	color: #fff;
}

.lrs-personal-cta-banner-wrap {
	margin: 24px 0 26px;
}

.lrs-personal-cta-banner {
	background: linear-gradient(135deg, #fff6ef 0%, #ffe2d0 100%);
	border: 2px solid #cf2e2e;
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(130, 25, 25, 0.14);
	padding: 22px 22px 20px;
	text-align: center;
}

.lrs-personal-cta-lead {
	font-size: 1.08rem;
	line-height: 1.7;
	margin: 0 0 14px;
}

.lrs-personal-cta-button {
	background: #cf2e2e;
	border: 2px solid #cf2e2e;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 11px 24px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.lrs-personal-cta-button:hover,
.lrs-personal-cta-button:focus {
	background: #a81c1c;
	border-color: #a81c1c;
	color: #fff;
	text-decoration: none;
}
