/* Yahudiym Torah Cepher - front-end styles */

.ytc-reader,
.ytc-search,
.ytc-definitions,
.ytc-bookmarks {
	font-family: Georgia, 'Times New Roman', serif;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.7;
}

.ytc-reader-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-bottom: 12px;
}

.ytc-reader-nav select {
	padding: 6px 10px;
	font-size: 15px;
}

.ytc-reader-legend {
	display: flex;
	gap: 16px;
	font-size: 13px;
	margin-bottom: 20px;
	color: #555;
}

.ytc-legend-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.ytc-swatch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.ytc-hebrew-name {
	font-size: 0.6em;
	font-weight: normal;
	color: #777;
}

.ytc-verses {
	font-size: 19px;
}

.ytc-verse {
	display: inline;
}

.ytc-verse-num {
	color: #999;
	font-size: 0.65em;
	margin-right: 2px;
}

/* Speaker color coding (verse text) */
span.ytc-speaker-narrator {
	color: #1a1a1a;
}
span.ytc-speaker-yahuah {
	color: #1155cc;
}
span.ytc-speaker-messiah {
	color: #c0392b;
}
span.ytc-speaker-other {
	color: #333;
}

/* Legend swatches (small solid dots) */
.ytc-swatch.ytc-speaker-narrator {
	background-color: #1a1a1a;
}
.ytc-swatch.ytc-speaker-yahuah {
	background-color: #1155cc;
}
.ytc-swatch.ytc-speaker-messiah {
	background-color: #c0392b;
}
.ytc-swatch.ytc-speaker-other {
	background-color: #333;
}

/* Defined term tooltips */
.ytc-term {
	border-bottom: 1px dotted #888;
	cursor: help;
}

/* Bookmark button */
.ytc-bookmark-btn {
	background: none;
	border: none;
	cursor: pointer;
	color: #ccc;
	font-size: 0.8em;
	vertical-align: super;
	padding: 0 2px;
}
.ytc-bookmark-btn.is-bookmarked {
	color: #e0a800;
}

.ytc-chapter-pager {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	font-size: 15px;
}

/* Search */
.ytc-search-form {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
}
.ytc-search-form input[type="text"] {
	flex: 1;
	padding: 8px 12px;
	font-size: 16px;
}
.ytc-search-form button {
	padding: 8px 16px;
	cursor: pointer;
}
.ytc-search-result {
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
}

/* Definitions */
.ytc-definition-entry {
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.ytc-hebrew-script {
	font-size: 0.7em;
	color: #777;
	font-weight: normal;
}
.ytc-transliteration {
	margin: 4px 0;
	color: #666;
}

/* Bookmarks */
.ytc-bookmark-entry {
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
}
.ytc-bookmark-note {
	font-style: italic;
	color: #666;
}
