/*!
Theme Name: meteor-fly
Theme URI: http://underscores.me/
Author: Omri Galili
Author URI: https://sentrysite.co.il
Description: SentrySite WebDev
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meteor-fly
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

meteor-fly is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Flatpickr RTL Fix
--------------------------------------------------------------*/
.flatpickr-calendar {
	direction: rtl;
}

.flatpickr-calendar.open {
	z-index: 99999;
}

.flatpickr-months {
	direction: rtl;
}

.flatpickr-months .flatpickr-month {
	direction: rtl;
}

.flatpickr-current-month {
	direction: rtl;
	flex-direction: row-reverse;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	margin-left: 0.5rem;
	margin-right: 0;
}

.flatpickr-weekdays {
	direction: rtl;
}

.flatpickr-days {
	direction: rtl;
}

.dayContainer {
	direction: rtl;
}

.flatpickr-prev-month,
.flatpickr-next-month {
	direction: ltr;
}

/* Swap prev/next arrows positions for RTL */
.flatpickr-prev-month {
	right: 0;
	left: auto;
}

.flatpickr-next-month {
	left: 0;
	right: auto;
}

/*--------------------------------------------------------------
# Logout Button
--------------------------------------------------------------*/
.btn-logout {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.375rem 0.75rem;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 6px;
	color: #dc2626;
	font-size: 0.8125rem;
	text-decoration: none;
	transition: all 0.2s ease;
	margin-right: auto;
}

.btn-logout:hover {
	background: #fee2e2;
	border-color: #fca5a5;
	color: #b91c1c;
}

.btn-logout svg {
	width: 16px;
	height: 16px;
}

.user-sidebar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #e2e8f0;
	flex-shrink: 0;
}

.user-sidebar-header .text-wrapper {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex: 1;
}

.user-sidebar-header h3 {
	margin: 0;
	flex-shrink: 0;
}

.user-sidebar-close {
	background: none;
	border: none;
	padding: 0.5rem;
	cursor: pointer;
	color: #64748b;
	transition: color 0.2s ease;
}

.user-sidebar-close:hover {
	color: #1e293b;
}

/*--------------------------------------------------------------
# User Settings Popup (Sidebar)
--------------------------------------------------------------*/
.user-component {
	position: relative;
}

.user-sidebar-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.user-sidebar-overlay.active {
	opacity: 1;
	visibility: visible;
}

.user-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	inset-inline-end: 0;
	z-index: 99999;
	background: #fff;
	box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
	transform: translateX(100%);
	transition: transform 0.3s ease;
	overflow: hidden;
	width: 650px;
	max-width: calc(100vw - 2rem);
	/* Grid: header, tabs, scrollable body (fills), footer pinned to visual bottom */
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	min-height: 0;
}

.user-sidebar.active {
	transform: translateX(0);
}

[dir="rtl"] .user-sidebar {
	transform: translateX(-100%);
	box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
}

[dir="rtl"] .user-sidebar.active {
	transform: translateX(0);
}

.user-sidebar-tabs {
	display: flex;
	gap: 0;
	border-bottom: 1px solid #e2e8f0;
	padding: 0 1.5rem;
	flex-shrink: 0;
}

.user-tab {
	padding: 0.75rem 1rem;
	border: none;
	background: none;
	color: #64748b;
	font-size: 0.875rem;
	font-weight: 500;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	transition: all 0.2s ease;
}

.user-tab:hover {
	color: #334155;
}

.user-tab.active {
	color: #1e293b;
	border-bottom-color: #3b82f6;
}

.user-sidebar-body {
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 1.5rem;
}

.user-tab-content {
	display: none;
}

.user-tab-content.active {
	display: block;
}

.user-sidebar-form .form-group {
	margin-bottom: 1rem;
}

.user-sidebar-form .form-group label {
	display: block;
	margin-bottom: 0.375rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #334155;
}

.user-sidebar-form .form-group input[type="text"],
.user-sidebar-form .form-group input[type="email"],
.user-sidebar-form .form-group input[type="tel"],
.user-sidebar-form .form-group input[type="url"],
.user-sidebar-form .form-group .user-sidebar-input {
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 0.875rem;
}

.user-image-preview {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
}

.user-image-preview img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
}

.change-image-btn {
	padding: 0.375rem 0.75rem;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 0.8125rem;
	cursor: pointer;
	transition: all 0.2s ease;
}

.change-image-btn:hover {
	background: #e2e8f0;
}

.user-leads-link-wrapper {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.user-leads-link-input {
	flex: 1;
	font-size: 0.8125rem;
	background: #f8fafc;
}

.user-leads-link-actions {
	display: flex;
	gap: 0.375rem;
	flex-shrink: 0;
}

.btn-copy-link,
.btn-open-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	padding: 0.5rem 0.75rem;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 0.8125rem;
	color: #475569;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.btn-copy-link:hover,
.btn-open-link:hover {
	background: #e2e8f0;
	color: #1e293b;
}

.insurance-company-block {
	padding: 1.5rem 0;
	border-bottom: 2px solid #cbd5e1;
}

.insurance-company-block:first-of-type {
	padding-top: 0;
}

.insurance-company-block:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.insurance-company-title {
	margin: 0 0 1rem;
	font-size: 1rem;
	font-weight: 600;
	color: #1e293b;
}

.user-sidebar-footer {
	padding: 1rem 1.5rem;
	padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
	background: #fff;
	border-top: 2px solid #e2e8f0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	align-items: stretch;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
	align-self: stretch;
}

.user-sidebar-footer .form-message {
	font-size: 0.875rem;
	min-height: 1.25rem;
}

.user-sidebar-footer .form-message:empty {
	display: none;
}

.user-sidebar-footer .form-message.success {
	color: #059669;
}

.user-sidebar-footer .form-message.error {
	color: #dc2626;
}

.btn-save-fixed {
	padding: 0.625rem 1.25rem;
	background: #3b82f6;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	width: 100%;
}

.btn-save-fixed:hover {
	background: #2563eb;
}

.affiliates-section .form-message {
	margin-top: 1rem;
}

.affiliates-desc {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	color: #64748b;
}

.affiliates-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.affiliate-item {
	display: block;
}

.affiliate-input-wrapper {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.affiliate-input-wrapper input {
	flex: 1;
	padding: 0.5rem 0.75rem;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 0.875rem;
}

.btn-copy-affiliate,
.btn-remove-affiliate {
	padding: 0.5rem;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	cursor: pointer;
	color: #64748b;
	transition: all 0.2s ease;
}

.btn-copy-affiliate:hover,
.btn-remove-affiliate:hover {
	background: #e2e8f0;
	color: #1e293b;
}

.btn-add-affiliate {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	background: #f1f5f9;
	border: 1px dashed #cbd5e1;
	border-radius: 6px;
	font-size: 0.875rem;
	cursor: pointer;
	color: #64748b;
	transition: all 0.2s ease;
}

.btn-add-affiliate:hover {
	background: #e2e8f0;
	border-color: #94a3b8;
	color: #334155;
}

/*--------------------------------------------------------------
# Leads/Sales Toggle
--------------------------------------------------------------*/
.leads-toggle {
	display: flex;
	align-items: center;
	gap: 0;
	background: #f1f5f9;
	border-radius: 8px;
	padding: 4px;
	margin-right: 1rem;
}

.leads-toggle .toggle-btn {
	padding: 0.5rem 1rem;
	border: none;
	background: transparent;
	color: #64748b;
	font-size: 0.875rem;
	font-weight: 500;
	cursor: pointer;
	border-radius: 6px;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.leads-toggle .toggle-btn:hover {
	color: #334155;
}

.leads-toggle .toggle-btn.active {
	background: #fff;
	color: #1e293b;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Leads header layout update */
.leads-header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.leads-title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: #1e293b;
}

.leads-filter {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-right: auto;
}

/* Infinite scroll */
.leads-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	gap: 0.5rem;
}

.pagination-info-scroll {
	font-size: 0.875rem;
	color: #64748b;
}

.leads-load-more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem;
	font-size: 0.875rem;
	color: #64748b;
}

.leads-scroll-sentinel {
	height: 1px;
	width: 100%;
	visibility: hidden;
	pointer-events: none;
}

/*--------------------------------------------------------------
# Lead edit modal (form)
--------------------------------------------------------------*/
.lead-edit-modal-content--form .lead-edit-modal-body {
	flex: 1;
	overflow-y: auto;
	padding: 1rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.lead-edit-field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.lead-edit-field-label {
	font-size: 0.8125rem;
	font-weight: 500;
	color: #475569;
}

.lead-edit-input,
.lead-edit-field .leads-filter-select {
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 0.875rem;
	background: #fff;
}

.lead-edit-input:focus,
.lead-edit-field .leads-filter-select:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.lead-edit-modal-footer .btn-save-lead {
	padding: 0.5rem 1rem;
	background: #3b82f6;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

.lead-edit-modal-footer .btn-save-lead:hover {
	background: #2563eb;
}

.lead-edit-modal-footer .btn-save-lead:disabled {
	background: #94a3b8;
	cursor: not-allowed;
}

/*--------------------------------------------------------------
# Associate Sale Modal (legacy layout — list area)
--------------------------------------------------------------*/
.lead-edit-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lead-edit-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

.lead-edit-modal-content {
	position: relative;
	background: #fff;
	border-radius: 12px;
	width: 100%;
	max-width: 600px;
	max-height: 80vh;
	display: flex;
	flex-direction: column;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.lead-edit-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #e2e8f0;
}

.lead-edit-modal-header h3 {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: #1e293b;
}

.lead-edit-modal-close {
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #94a3b8;
	cursor: pointer;
	padding: 0;
	line-height: 1;
}

.lead-edit-modal-close:hover {
	color: #64748b;
}

.modal-filters {
	display: flex;
	gap: 0.75rem;
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #e2e8f0;
}

.modal-search {
	flex: 1;
}

.modal-search input {
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 0.875rem;
}

.modal-search input:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.modal-period select {
	padding: 0.5rem 0.75rem;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 0.875rem;
	background: #fff;
	cursor: pointer;
}

.modal-sales-list {
	flex: 1;
	overflow-y: auto;
	padding: 0.5rem;
	min-height: 200px;
	max-height: 400px;
}

.modal-sales-loading,
.modal-sales-empty,
.modal-sales-error {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 2rem;
	color: #64748b;
	font-size: 0.875rem;
}

.modal-sales-error {
	color: #dc2626;
}

.modal-sale-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin-bottom: 0.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
}

.modal-sale-item:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
}

.modal-sale-item.selected {
	background: #eff6ff;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.sale-info {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.sale-name {
	font-weight: 500;
	color: #1e293b;
	font-size: 0.9375rem;
}

.sale-date {
	font-size: 0.75rem;
	color: #64748b;
}

.sale-details {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 0.8125rem;
	color: #64748b;
}

.sale-insurance-logo {
	height: 20px;
	width: auto;
}

.sale-amount {
	font-weight: 500;
	color: #059669;
}

/* Summary amount - decimal part smaller */
.amount-summary .amount-decimal {
	font-size: 0.55em;
	opacity: 0.85;
	vertical-align: top;
}

.sale-premium {
	font-family: monospace;
	color: #94a3b8;
}

.lead-edit-modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
	padding: 1rem 1.5rem;
	border-top: 1px solid #e2e8f0;
}

.lead-edit-modal-footer .btn-cancel {
	padding: 0.5rem 1rem;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	color: #64748b;
	font-size: 0.875rem;
	cursor: pointer;
	transition: all 0.2s ease;
}

.lead-edit-modal-footer .btn-cancel:hover {
	background: #e2e8f0;
	color: #475569;
}

.lead-edit-modal-footer .btn-associate {
	padding: 0.5rem 1rem;
	background: #3b82f6;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

.lead-edit-modal-footer .btn-associate:hover {
	background: #2563eb;
}

.lead-edit-modal-footer .btn-associate:disabled {
	background: #94a3b8;
	cursor: not-allowed;
}

/*--------------------------------------------------------------
# Sales Upload Button (Header)
--------------------------------------------------------------*/
.btn-sales-upload {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	color: #64748b;
	cursor: pointer;
	transition: all 0.2s ease;
}

.btn-sales-upload:hover {
	background: #dbeafe;
	border-color: #93c5fd;
	color: #2563eb;
}

/*--------------------------------------------------------------
# Sales Upload Modal
--------------------------------------------------------------*/
.sales-upload-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.sales-upload-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(15, 23, 42, 0.45);
	backdrop-filter: blur(2px);
}

.sales-upload-content {
	position: relative;
	background: #fff;
	border-radius: 16px;
	width: 100%;
	max-width: 520px;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
	animation: modalSlideIn 0.25s ease-out;
}

@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translateY(12px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.sales-upload-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem 1.5rem;
	border-bottom: 1px solid #f1f5f9;
}

.sales-upload-header h3 {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: #0f172a;
}

.sales-upload-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: #f8fafc;
	border: none;
	border-radius: 8px;
	color: #94a3b8;
	cursor: pointer;
	transition: all 0.15s ease;
}

.sales-upload-close:hover {
	background: #f1f5f9;
	color: #475569;
}

.sales-upload-body {
	padding: 1.5rem;
	overflow-y: auto;
	flex: 1;
}

.sales-upload-desc {
	margin: 0 0 1.5rem;
	font-size: 0.8125rem;
	color: #64748b;
	line-height: 1.7;
	background: #f8fafc;
	padding: 0.75rem 1rem;
	border-radius: 8px;
	border-right: 3px solid #3b82f6;
}

/* Sections */
.sales-upload-section {
	margin-bottom: 1.25rem;
}

.sales-upload-label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #334155;
	margin-bottom: 0.5rem;
}

/* Company Toggle */
.sales-upload-toggle {
	display: flex;
	gap: 0;
	background: #f1f5f9;
	border-radius: 10px;
	padding: 4px;
}

.sales-upload-toggle .toggle-btn {
	flex: 1;
	padding: 0.625rem 0.75rem;
	border: none;
	background: transparent;
	color: #64748b;
	font-size: 0.8125rem;
	font-weight: 500;
	cursor: pointer;
	border-radius: 8px;
	transition: all 0.2s ease;
	white-space: nowrap;
	text-align: center;
}

.sales-upload-toggle .toggle-btn:hover {
	color: #334155;
}

.sales-upload-toggle .toggle-btn.active {
	background: #fff;
	color: #1e293b;
	font-weight: 600;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
}

/* Dropzone */
.sales-upload-dropzone {
	border: 2px dashed #cbd5e1;
	border-radius: 12px;
	padding: 2.5rem 2rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #fafbfc;
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sales-upload-dropzone:hover {
	border-color: #93c5fd;
	background: #f0f7ff;
}

.sales-upload-dropzone.drag-over {
	border-color: #3b82f6;
	background: #eff6ff;
	box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.sales-upload-dropzone .dropzone-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}

.dropzone-icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f5f9;
	border-radius: 50%;
	color: #94a3b8;
	transition: all 0.2s ease;
}

.sales-upload-dropzone:hover .dropzone-icon,
.sales-upload-dropzone.drag-over .dropzone-icon {
	background: #dbeafe;
	color: #3b82f6;
}

.dropzone-text {
	margin: 0;
	font-size: 0.875rem;
	color: #475569;
	font-weight: 500;
}

.dropzone-formats {
	font-size: 0.75rem;
	color: #94a3b8;
	background: #f1f5f9;
	padding: 0.25rem 0.75rem;
	border-radius: 100px;
}

.dropzone-file-info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	width: 100%;
}

.dropzone-file-info .file-icon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dbeafe;
	border-radius: 8px;
	color: #3b82f6;
	flex-shrink: 0;
}

.dropzone-file-info .file-name {
	font-size: 0.875rem;
	color: #1e293b;
	font-weight: 500;
	flex: 1;
	text-align: start;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dropzone-file-info .file-remove {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #fef2f2;
	border: none;
	border-radius: 6px;
	color: #f87171;
	cursor: pointer;
	transition: all 0.15s ease;
	flex-shrink: 0;
}

.dropzone-file-info .file-remove:hover {
	background: #fee2e2;
	color: #dc2626;
}

/* Loader */
.sales-upload-loader {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1.25rem 0;
}

.loader-spinner {
	width: 22px;
	height: 22px;
	border: 2.5px solid #e2e8f0;
	border-top-color: #3b82f6;
	border-radius: 50%;
	animation: spin 0.7s linear infinite;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

.loader-text {
	font-size: 0.875rem;
	color: #64748b;
	font-weight: 500;
}

/* Summary & Results */
.sales-upload-summary,
.sales-upload-results {
	display: flex;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.summary-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.375rem;
	padding: 1rem 0.75rem;
	border-radius: 10px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}

.summary-item .summary-icon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 0.125rem;
}

.summary-records .summary-icon {
	background: #dbeafe;
	color: #3b82f6;
}

.summary-created .summary-icon {
	background: #d1fae5;
	color: #059669;
}

.summary-duplicates .summary-icon {
	background: #e0e7ff;
	color: #4f46e5;
}

.summary-skipped .summary-icon {
	background: #fef3c7;
	color: #d97706;
}

.summary-item .summary-count {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1e293b;
	line-height: 1;
}

.summary-item .summary-label {
	font-size: 0.6875rem;
	color: #64748b;
	text-align: center;
	line-height: 1.4;
}

.summary-records .summary-count {
	color: #2563eb;
}

.summary-created .summary-count {
	color: #059669;
}

.summary-duplicates .summary-count {
	color: #4f46e5;
}

.summary-skipped .summary-count {
	color: #d97706;
}

/* Message */
.sales-upload-message {
	padding: 0.75rem 1rem;
	border-radius: 8px;
	font-size: 0.8125rem;
	margin-top: 0.75rem;
	font-weight: 500;
}

.sales-upload-message.success {
	background: #f0fdf4;
	color: #059669;
	border: 1px solid #bbf7d0;
}

.sales-upload-message.error {
	background: #fef2f2;
	color: #dc2626;
	border: 1px solid #fecaca;
}

/* Footer */
.sales-upload-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.5rem;
	border-top: 1px solid #f1f5f9;
	background: #fafbfc;
	border-radius: 0 0 16px 16px;
}

.sales-upload-footer .btn-cancel {
	padding: 0.5rem 1.25rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	color: #64748b;
	font-size: 0.8125rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.15s ease;
}

.sales-upload-footer .btn-cancel:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
	color: #475569;
}

.sales-upload-footer .btn-submit {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1.25rem;
	background: #3b82f6;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.15s ease;
	box-shadow: 0 1px 2px rgba(59, 130, 246, 0.3);
}

.sales-upload-footer .btn-submit:hover {
	background: #2563eb;
	box-shadow: 0 2px 4px rgba(37, 99, 235, 0.4);
}

.sales-upload-footer .btn-submit:disabled {
	background: #94a3b8;
	box-shadow: none;
	cursor: not-allowed;
}

.sales-upload-footer .btn-submit svg {
	flex-shrink: 0;
}

/*--------------------------------------------------------------
# Single lead — package total price (fraction smaller)
--------------------------------------------------------------*/
.package-price .price-amount {
	font-variant-numeric: tabular-nums;
}

.package-price .price-amount__fraction {
	font-size: 0.72em;
	font-weight: 500;
	opacity: 0.92;
	vertical-align: 0.08em;
}

/*--------------------------------------------------------------
# New-lead form — coverage-limit tier selector
--------------------------------------------------------------*/
.coverage-tier {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: -4px 0 12px;
	padding: 10px 14px;
	background: #f5f7fa;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
}

.coverage-tier[hidden] {
	display: none;
}

.coverage-tier-hint {
	flex-basis: 100%;
	font-size: 12px;
	line-height: 1.4;
	color: #64748b;
}

.coverage-tier-hint::before {
	content: "ⓘ";
	margin-inline-end: 5px;
	color: #94a3b8;
}

.coverage-tier-label {
	font-size: 14px;
	font-weight: 600;
	color: #475569;
	white-space: nowrap;
}

.coverage-tier-select {
	flex: 1;
	min-width: 0;
	padding: 8px 12px;
	font-size: 14px;
	font-family: inherit;
	color: #1e293b;
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	cursor: pointer;
}

.coverage-tier-select:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/*--------------------------------------------------------------
# New-lead form — per-coverage insured picker + coverage dates
--------------------------------------------------------------*/
.coverage-insureds,
.coverage-dates {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: -4px 0 12px;
	padding: 10px 14px;
	background: #f5f7fa;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
}

.coverage-insureds[hidden],
.coverage-dates[hidden] {
	display: none;
}

.coverage-insureds-label,
.coverage-dates-label {
	font-size: 14px;
	font-weight: 600;
	color: #475569;
	white-space: nowrap;
}

.coverage-insureds-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.coverage-insured-option {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	font-size: 13px;
	color: #1e293b;
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	cursor: pointer;
	user-select: none;
}

.coverage-insured-option:has(input:checked) {
	border-color: #2563eb;
	background: #eff6ff;
}

.coverage-insured-option input[type="checkbox"] {
	margin: 0;
	accent-color: #2563eb;
}

.coverage-insureds-hint,
.coverage-dates-hint {
	flex-basis: 100%;
	font-size: 12px;
	line-height: 1.4;
	color: #64748b;
}

.coverage-insureds-hint::before,
.coverage-dates-hint::before {
	content: "ⓘ";
	margin-inline-end: 5px;
	color: #94a3b8;
}

.coverage-dates-input {
	flex: 1;
	min-width: 0;
	padding: 8px 12px;
	font-size: 14px;
	font-family: inherit;
	color: #1e293b;
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	cursor: pointer;
}

.coverage-dates-input:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/*--------------------------------------------------------------
# Offer page (single-lead) — base line, notes, excluded, benefits
--------------------------------------------------------------*/
.package-coverage-item--base .coverage-name {
	font-weight: 700;
}

.package-base-includes {
	margin: 2px 0 8px;
	padding: 8px 12px;
	font-size: 12px;
	line-height: 1.5;
	color: #64748b;
	background: #f8fafc;
	border-radius: 8px;
	white-space: pre-line;
}

.coverage-note {
	display: block;
	font-size: 11px;
	line-height: 1.4;
	color: #64748b;
	font-weight: 400;
}

.coverage-price--included {
	font-size: 13px;
	font-weight: 700;
	color: #047857;
}

.package-excluded {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #e2e8f0;
}

.package-section-title--muted {
	color: #94a3b8;
	font-size: 13px;
	margin: 0 0 6px;
}

.package-excluded-item {
	display: flex;
	flex-direction: column;
	gap: 1px;
	padding: 5px 0;
}

.package-excluded-item .excluded-name {
	font-size: 13px;
	color: #94a3b8;
	text-decoration: line-through;
}

.package-excluded-item .excluded-reason {
	font-size: 11px;
	line-height: 1.4;
	color: #64748b;
}

.package-benefits {
	margin-top: 12px;
	padding: 10px 14px;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 10px;
}

.package-benefits .package-section-title {
	margin: 0 0 6px;
	color: #047857;
	font-size: 13px;
}

.package-benefits-text {
	font-size: 12px;
	line-height: 1.6;
	color: #334155;
	white-space: pre-line;
}