/* Archive Worship Search — Public Styles */

/* ── Search Box ─────────────────────────────────────────────────────────── */

.aws-search-box {
	background: #f0f4f0;
	border: 1px solid #c8d8c8;
	border-radius: 6px;
	padding: 1.5em 1.75em 1.75em;
	max-width: 680px;
	margin: 1.5em auto;
	font-family: inherit;
}

.aws-search-title {
	margin: 0 0 .35em;
	font-size: 1.25em;
}

.aws-search-description {
	margin: 0 0 1em;
	color: #555;
	font-size: .95em;
}

.aws-search-form {
	display: flex;
	gap: .5em;
}

.aws-search-input {
	flex: 1;
	padding: .55em .75em;
	font-size: 1em;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.aws-search-btn {
	padding: .55em 1.2em;
	font-size: 1em;
	background: #3a6b3a;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
}

.aws-search-btn:hover {
	background: #2e552e;
}

/* ── Date range row ──────────────────────────────────────────────────────── */

.aws-date-range {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .4em .6em;
	margin-top: .6em;
}

.aws-date-label {
	font-size: .9em;
	color: #444;
	white-space: nowrap;
}

.aws-date-input {
	padding: .4em .6em;
	font-size: .9em;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.aws-date-clear {
	padding: .3em .65em;
	font-size: 1em;
	line-height: 1;
	background: #888;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-left: .2em;
}

.aws-date-clear:hover {
	background: #666;
}

.aws-search-status {
	margin-top: .75em;
	font-size: .9em;
	color: #555;
	min-height: 1.2em;
}

/* ── Results list ────────────────────────────────────────────────────────── */

.aws-results {
	margin-top: 1em;
}

.aws-results-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aws-result-item {
	border-top: 1px solid #d4e0d4;
	padding: .85em 0;
}

.aws-result-item:first-child {
	border-top: none;
}

.aws-result-date {
	font-size: .82em;
	color: #666;
	display: block;
	margin-bottom: .2em;
}

.aws-result-title {
	font-size: 1.05em;
	font-weight: 600;
	margin: 0 0 .3em;
}

.aws-result-title a {
	text-decoration: none;
}

.aws-result-title a:hover {
	text-decoration: underline;
}

.aws-result-desc {
	font-size: .9em;
	color: #444;
	margin: 0 0 .4em;
}

.aws-result-watch {
	font-size: .9em;
	font-weight: 600;
}

/* ── Video Page ──────────────────────────────────────────────────────────── */

.aws-video-page {
	max-width: 860px;
	margin: 0 auto;
	padding: 1em;
}

.aws-video-header {
	margin-bottom: 1em;
}

.aws-video-title {
	margin-bottom: .2em;
}

.aws-video-date {
	color: #666;
	font-size: .9em;
	margin: 0 0 .5em;
}

.aws-video-player {
	margin-bottom: 1.25em;
}

.aws-video-description {
	background: #f9f9f9;
	border-left: 4px solid #3a6b3a;
	padding: .75em 1em;
	margin-bottom: 1.25em;
	font-size: .95em;
}

.aws-video-back a {
	font-size: .9em;
	color: #3a6b3a;
}
