@import url('https://fonts.googleapis.com/css2?family=Quicksand&family=Righteous&family=Open+Sans&family=Josefin+Sans&family=Oxygen&display=swap');
html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    overflow-x: hidden;
}
body {
    font-family: 'Open Sans', sans-serif;
    background: url('../../media/images/background.png') no-repeat top center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.container {
    width: 98%;
    padding: 0 1%;
}
.wrapper {
    display: block;
}

.leftCol
, .rightCol {
    vertical-align: top;
    display: inline-block;
}
.leftCol {
    width: 60%;
    margin-right: 1%;
}
.rightCol {
    width: 38%;
}

#header {
    background: #FFF;
    display: block;
}
#header .logo {
    padding: 0.5% 0;
    text-align: left;
}

#nav {
    margin: 0;
    padding: 0 2%;
    background: #222;
    font-family: 'Oxygen', sans-serif;
    list-style: none;
    display: block;
}
#nav li {
    display: inline;
}
#nav li a {
    padding: 1%;
    color: #FFF;
    display: inline-block;
}
#nav li a:hover {
    background: #666;
    text-decoration: none;
}

#bar {
    position: relative;
    width: 100%;
	padding: 1% 0;
	overflow: hidden;
	display: block;
}
#bar #box {
    margin-left: 5%;
    color: #FFF;
    font-size: 2.0em;
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
	display: inline-block;
}

.tag_line {
	font-family: 'Quicksand', sans-serif;
}

#main {
    width: 70%;
    min-height: 300px;
    margin: 1% auto;
    flex: 1 0 auto;
}

#footer-group {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    background: linear-gradient(90deg, rgba(179, 0, 0, 0.8), rgba(175, 175, 175, 0.8));
	#background: linear-gradient(90deg, rgba(179, 0, 0, 0.8), rgba(255, 140, 0, 0.8));
}
#footer {
	position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1% 1% 0;
    box-sizing: border-box;
	color: #FFF;
    font-size: 0.8em;
    text-align: right;
    display: block;
}

p {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

input {
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	padding: 15px 25px;
	font-size: 1.2em;
}
input::placeholder {
	color: #DEDEDE;
}

button
, .button {
	margin: 3% 0;
	padding: 10px 15px;
	border: none;
	border-radius: 10px;
	color: #FFF;
	font-size: 1.2em;
	background: linear-gradient(90deg, rgba(179, 0, 0, 0.8), rgba(175, 175, 175, 0.8));
	#background: linear-gradient(90deg, rgba(179, 0, 0, 0.8), rgba(255, 140, 0, 0.8));
	cursor: pointer;
}
button:hover
, .button:hover {
	background: linear-gradient(90deg, rgba(140, 0, 0, 0.8), rgba(175, 175, 175, 0.8));
	#background: linear-gradient(90deg, rgba(140, 0, 0, 0.8), rgba(220, 110, 0, 0.8));
	text-decoration: none;
}
button:disabled
, .button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
button {
	width: 100%;
}
.button {
	display: block;
}
.buttonMini {
	margin: 0 auto;
	display: inline-block;
}
.buttonGreen {
	background: linear-gradient(90deg, rgba(179, 0, 0, 0.8), rgba(255, 140, 0, 0.8));
}
.buttonGreen:hover {
	background: linear-gradient(90deg, rgba(140, 0, 0, 0.8), rgba(220, 110, 0, 0.8));
}

span.separator {
	margin-top: 20px;
	padding-bottom: 19px;
	border-top: 1px solid #DEDEDE;
	display: block;
}

a.logo:hover {
    text-decoration: none;
}
.logo {
    color: #888;
    font-size: 2.0em;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    display: inline-block;
}
.logo span.start {
    color: #c04242;
    font-family: 'Righteous', cursive;
}

.pagination {
    margin: 0;
    padding: 2% 0;
    list-style: none;
    display: block;
}
.pagination li {
    display: inline;
}
.pagination li span
, .pagination li a {
    margin-right: 1%;
    padding: 2px 8px;
    font-size: 1.2em;
    display: inline-block;
}
.pagination li span
, .pagination li a:hover {
    color: #FFF;
    background: #222;
}
.pagination li a {
    color: #222;
    background: #DEDEDE;
}
.pagination li a:hover {
    text-decoration: none;
}
.pagination li span.text {
    margin-right: 4%;
    margin-bottom: 1%;
    padding: 0;
    color: #444;
    background: none;
    display: block;
}

#login {
	width: 100%;
	max-width: 400px;
	padding: 15px;
	border-radius: 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #FFF;
	box-shadow: 5px 5px #888;
	text-align: center;
	box-sizing: border-box;
}
#login input {
	width: 87%;
	margin-bottom: 10px;
}
#login p {
	font-size: 0.8em;
}

#news {
	background: #FFF;
	padding: 15px;
	border-radius: 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	box-shadow: 5px 5px #888;
	box-sizing: border-box;
}
#news h2 {
	margin: 0 0 15px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.6em;
}
#news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#news li {
	border-bottom: 1px solid #EEE;
	padding: 10px 0;
	display: flex;
	gap: 12px;
	align-items: flex-start;
}
#news li:last-child {
	border-bottom: none;
}
#news .news-thumb {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 5px;
	flex-shrink: 0;
	background: #EEE;
}
#news .news-text {
	flex: 1;
}
#news h3 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
	color: #222;
}
#news .date {
	display: block;
	font-size: 0.8em;
	color: #666;
	margin-bottom: 5px;
}
#news p {
	margin: 0;
	font-size: 0.9em;
	color: #444;
}

#featured-news {
	background: #f0f4f8;
	padding: 20px 15%;
	margin-bottom: 20px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
	box-sizing: border-box;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#featured-news img {
	width: 300px;
	max-width: 40%;
	height: auto;
	max-height: 200px;
	object-fit: cover;
	border-radius: 10px;
	flex-shrink: 0;
}
#featured-news .featured-text {
	flex: 1;
}
#featured-news h2 {
	margin: 0 0 10px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.8em;
	color: #222;
}
#featured-news .date {
	display: block;
	font-size: 0.8em;
	color: #666;
	margin-bottom: 10px;
}
#featured-news p {
	margin: 0;
	font-size: 1em;
	color: #444;
}

#bio {
	padding: 0 3%;
	min-height: 400px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #FFF;
}
#bio #name {
	font-size: 3.0em;
	text-align: right;
	display: block;
}
#bio #type {
	text-align: right;
	display: block;
}
#bio #art {
	text-align: right;
	display: block;
}
#bio #timeline {
	width: 70%;
	margin-top: 2%;
}
#bio #timeline .entry {
	padding-bottom: 1%;
	display: block;
}
#bio #timeline .entry .fa-map-pin {
	color: #C04242;
}
#bio #timeline .entryLeft {
	text-align: left;
}
#bio #timeline .entryRight {
	text-align: right;
}
#bio #timeline .entry .box {
	width: 50%;
	padding-bottom: 1%;
	border-bottom: 1px solid #CCC;
}
#bio #timeline .entryLeft .box {
	border-right: 2px dotted #888;
}
#bio #timeline .entryRight .box {
	margin-left: 50%;
	border-left: 2px dotted #888;
}
#bio #timeline .entry .box .datetime {
	margin-bottom: 2%;
	font-size: 1.4em;
}
#bio #timeline .entryLeft .datetime i {
	margin-right: 2%;
}
#bio #timeline .entryRight .datetime i {
	margin-left: 2%;
}

#clubs {
	background: #FFF;
	padding: 15px;
	border-radius: 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	box-shadow: 5px 5px #888;
	box-sizing: border-box;
}
#clubs h2 {
	margin: 0 0 15px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.6em;
}
#clubs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#clubs li {
	border-bottom: 1px solid #EEE;
	padding: 15px 12px;
}
#clubs li:last-child {
	border-bottom: none;
}
#clubs li.empty {
	color: #666;
	font-size: 0.9em;
	padding: 10px 0;
}
#clubs h3 {
	margin: 0 0 8px 0;
	font-size: 1.2em;
	color: #222;
}
#clubs .art,
#clubs .association,
#clubs .county,
#club-detail .art,
#club-detail .association,
#club-detail .county {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 2px 8px;
	background: #f0f4f8;
	border-radius: 5px;
	font-size: 0.8em;
	color: #444;
}
#clubs p {
	margin: 4px 0;
	font-size: 0.9em;
	color: #444;
}
#clubs a {
	color: #1472FD;
}
#clubs a:not(.club-listing-link):hover {
	text-decoration: underline;
}
#club-search {
	width: 100%;
	max-width: 400px;
	padding: 15px;
	border-radius: 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #FFF;
	box-shadow: 5px 5px #888;
	text-align: center;
	box-sizing: border-box;
}
#club-search h2 {
	margin: 0 0 15px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.6em;
	text-align: left;
}
#club-search input,
#club-search select {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 25px;
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	font-size: 1.2em;
	color: #444;
	background: #FFF;
	box-sizing: border-box;
}
#club-search button {
	width: 100%;
}

#club-search option.no-clubs {
	color: #ddd;
	font-style: italic;
}

.club-prompt {
	font-size: 1em;
	color: #666;
	margin: 0 0 12px 0;
}
#clubs .club-benefits-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.6em;
	color: #222;
	margin: 0 0 15px 0;
}
.club-benefits {
	list-style: none;
	padding: 18px;
	margin: 0 0 15px 0;
	background: #F9F9F9;
	border-radius: 8px;
	text-align: left;
	font-size: 0.95em;
	color: #444;
}
.benefit-item {
	margin: 10px 0;
	padding: 0;
	background: #FFF;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
	overflow: hidden;
}
.benefit-item:first-child {
	margin-top: 0;
}
.benefit-item:last-child {
	margin-bottom: 0;
}
.benefit-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	cursor: pointer;
	transition: background 0.2s;
}
.benefit-header:hover {
	background: #FAFAFA;
}
.benefit-header > i:first-child {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3em;
	color: #A00;
	background: #F5F5F5;
	border-radius: 50%;
}
.benefit-title {
	flex: 1 1 auto;
	font-weight: 600;
}
.benefit-header .toggle {
	flex: 0 0 auto;
	color: #999;
	font-size: 0.9em;
	transition: color 0.2s;
}
.benefit-header:hover .toggle {
	color: #666;
}
.benefit-detail {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.35s ease;
	font-size: 0.95em;
	color: #555;
	line-height: 1.5;
}
.benefit-detail p {
	overflow: hidden;
	min-height: 0;
	margin: 0;
	padding: 0 14px 0 60px;
	transition: padding 0.35s ease;
}
.benefit-item.is-open .benefit-detail {
	grid-template-rows: 1fr;
}
.benefit-item.is-open .benefit-detail p {
	padding: 0 14px 14px 60px;
}

#club-submit {
	width: 100%;
	max-width: 400px;
	padding: 15px;
	margin-top: 20px;
	border-radius: 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #FFF;
	box-shadow: 5px 5px #888;
	text-align: center;
	box-sizing: border-box;
}
#club-submit h2 {
	margin: 0 0 10px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.6em;
	text-align: left;
}
#club-submit .blurb {
	margin: 0 0 15px 0;
	font-size: 0.95em;
	text-align: left;
	color: #555;
	line-height: 1.4;
}
#club-submit .open-button,
#club-submit button,
#club-submit-modal button[type="submit"],
#club-submit-modal button.g-recaptcha {
	width: 100%;
	padding: 15px 25px;
	border: 0;
	border-radius: 10px;
	font-size: 1.2em;
	color: #FFF;
	background: #333;
	cursor: pointer;
}
#club-submit .open-button:hover,
#club-submit button:hover,
#club-submit-modal button[type="submit"]:hover,
#club-submit-modal button.g-recaptcha:hover {
	background: #222;
}
#club-submit .success {
	color: #2AC51B;
	font-size: 0.95em;
	text-align: left;
}
#club-submit .error {
	color: #C04242;
	font-size: 0.95em;
	text-align: left;
}

#club-submit-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
}
#club-submit-modal.is-open {
	display: flex;
}
#club-submit-modal .club-submit-modal-content {
	background: #FFF;
	width: 90%;
	max-width: 900px;
	max-height: 90vh;
	overflow-y: auto;
	padding: 25px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}
#club-submit-modal .club-submit-modal-close {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	font-size: 2em;
	line-height: 1;
	color: #888;
	cursor: pointer;
	width: auto;
	padding: 0;
}
#club-submit-modal .club-submit-modal-close:hover {
	color: #000;
	background: none;
}
#club-submit-modal h2 {
	margin: 0 0 15px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.6em;
}
#club-submit-modal form input,
#club-submit-modal form select,
#club-submit-modal form textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 20px;
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	font-size: 1.1em;
	color: #444;
	background: #FFF;
	box-sizing: border-box;
}
#club-submit-modal form input.field-error,
#club-submit-modal form select.field-error,
#club-submit-modal form textarea.field-error {
	border-color: #C04242;
}
#club-submit-modal form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
}
#club-submit-modal .club-submit-form-left,
#club-submit-modal .club-submit-form-right {
	flex: 1 1 300px;
	display: flex;
	flex-direction: column;
	min-width: 0;
}
#club-submit-modal .club-submit-form-left {
	gap: 15px;
}
#club-submit-modal .form-section input,
#club-submit-modal .form-section select,
#club-submit-modal .form-section textarea {
	margin-bottom: 0;
}
#club-submit-modal .form-section {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px;
	border: 1px solid #dedede;
	border-radius: 10px;
	background: #fafafa;
	box-sizing: border-box;
}
#club-submit-modal .club-submit-form-right .form-section {
	flex: 1;
}
#club-submit-modal .club-submit-form-right textarea {
	flex: 1;
	min-height: 200px;
}
#club-submit-modal form input[type="file"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 0;
	border: 1px solid #DDD;
	background: #FFF;
	font-size: 0.95em;
}
#club-submit-modal .club-logo-label {
	font-size: 0.9em;
	color: #666;
	margin-bottom: -5px;
}
#club-submit-modal .club-logo-note {
	font-size: 0.85em;
	color: #666;
	margin: 0;
}
#club-submit-modal form input.hp {
	position: absolute;
	left: -9999px;
}
#club-submit-modal form .error {
	color: #C04242;
	font-size: 0.95em;
	margin: 0 0 10px 0;
}
#club-submit-modal .required-fields-message {
	color: #C04242;
	font-size: 0.95em;
	text-align: center;
	margin: 0 0 15px 0;
	display: none;
}
#club-submit .success i,
#club-submit-modal .modal-success i {
	color: #2AC51B;
	margin-right: 6px;
}
#club-submit-modal .modal-success {
	text-align: center;
	padding: 20px 10px;
}
#club-submit-modal .modal-success i {
	display: block;
	font-size: 4em;
	margin: 0 0 20px 0;
}
#club-submit-modal .modal-success h2 {
	text-align: center;
	margin-bottom: 10px;
}
#club-submit-modal .modal-success .success {
	text-align: center;
	font-size: 1.1em;
}

#clubs .club-listing {
	cursor: pointer;
	transition: background 0.2s;
}
#clubs .club-listing:nth-child(even) {
	background: #F7F7F7;
}
#clubs .club-listing:hover {
	background: #EAF2FE;
}
#clubs .club-cta {
	text-align: right;
	margin-top: 8px;
}
#clubs .club-view-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.85em;
	font-weight: 600;
	color: #A00;
	cursor: pointer;
}
#clubs .club-listing-link:hover h3 {
	text-decoration: underline;
}
#clubs .club-listing-link {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
}
#clubs .club-text {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
#clubs .club-info {
	flex: 1;
	min-width: 0;
}
#clubs .club-logo-thumb img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #DDD;
}

.club-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
}
.club-modal.is-open {
	display: flex;
}
.club-modal-overlay {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}
.club-modal-content {
	position: relative;
	background: #FFF;
	width: 90%;
	max-width: 600px;
	max-height: 90%;
	overflow-y: auto;
	border-radius: 10px;
	padding: 30px 25px 25px 25px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}
.club-modal-close {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	border-radius: 50%;
	font-size: 1.3em;
	cursor: pointer;
	color: #666;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.club-modal-close:hover {
	color: #000;
	background: none;
}
.club-modal-content h3 {
	margin: 0 0 8px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	color: #222;
}
.club-modal-content #club-modal-meta {
	color: #666;
	font-size: 0.9em;
	margin: 0 0 15px 0;
}
.club-modal-content #club-modal-bio {
	margin: 0 0 15px 0;
	line-height: 1.5;
	white-space: pre-line;
}
.club-modal-content .club-modal-logo {
	display: block;
	max-width: 120px;
	max-height: 120px;
	object-fit: contain;
	margin: 0 auto 15px auto;
	border-radius: 10px;
	border: 1px solid #DDD;
}
.club-modal-details {
	list-style: none;
	padding: 0;
	margin: 0;
}
.club-modal-details li {
	margin: 8px 0;
	font-size: 0.95em;
	color: #444;
}
.club-modal-details li.hidden {
	display: none;
}
.club-modal-details li i {
	width: 22px;
	text-align: center;
	margin-right: 6px;
	color: #A00;
}
.club-modal-details li a {
	color: #1472FD;
	word-break: break-all;
}

.club-detail {
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.club-back-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 15px;
	color: #A00;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 600;
}

.club-back-link:hover {
	text-decoration: underline;
}

.club-detail-logo {
	display: block;
	max-width: 120px;
	max-height: 120px;
	object-fit: contain;
	margin: 0 0 15px 0;
	border-radius: 10px;
	border: 1px solid #DDD;
}

.club-detail h1 {
	margin: 0 0 8px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.8em;
	color: #222;
}

.club-detail-meta {
	color: #666;
	font-size: 0.95em;
	margin: 0 0 20px 0;
}

.club-detail-bio {
	margin: 0 0 20px 0;
	padding-top: 15px;
	line-height: 1.6;
	white-space: pre-line;
}

.club-detail-details {
	list-style: none;
	padding: 0;
	margin: 0;
}

.club-detail-details li {
	margin: 10px 0;
	font-size: 1em;
	color: #444;
}

.club-detail-details li i {
	width: 22px;
	text-align: center;
	margin-right: 6px;
	color: #A00;
}

.club-detail-details li a {
	color: #1472FD;
	word-break: break-all;
}

.club-feedback {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.club-active-check,
.club-rating {
	flex: 1 1 280px;
	padding: 20px 20px 10px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.club-active-question,
.club-rating-question {
	margin: 0 0 15px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.2em;
	color: #222;
}

.club-active-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: nowrap;
}

.club-active-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: auto;
	padding: 12px 24px;
	border: none;
	border-radius: 10px;
	font-size: 1.1em;
	color: #FFF;
	cursor: pointer;
	transition: background 0.2s, transform 0.1s;
}

.club-active-btn:disabled {
	opacity: 0.7;
	cursor: default;
}

.club-active-yes {
	background: #28a745;
}

.club-active-yes:hover:not(:disabled),
.club-active-yes.selected {
	background: #218838;
}

.club-rating-stars {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-bottom: 15px;
}

.club-rating-star {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	font-size: 1.8em;
	color: #CCC;
	cursor: pointer;
	transition: color 0.15s, transform 0.1s;
}

.club-rating-star:hover {
	background: none;
	transform: scale(1.15);
}

.club-rating-star.selected {
	color: #F5B301;
}

.club-rating-stars:has(.club-rating-star:hover) .club-rating-star {
	color: #F5B301;
}

.club-rating-stars .club-rating-star:hover ~ .club-rating-star {
	color: #CCC;
}

.club-rating-stars.club-rating-missing {
	border-radius: 6px;
	box-shadow: 0 0 0 2px #C04242;
}

.club-rating-name,
.club-rating-comment {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #DDD;
	border-radius: 6px;
	font-family: inherit;
	font-size: 0.95em;
	background: #FFF;
}

.club-rating-name {
	border-color: #BBB;
}

.club-rating-name::placeholder {
	color: #555;
	opacity: 1;
}

.club-rating-name.club-rating-missing {
	border-color: #C04242;
}

.club-rating-comment {
	resize: vertical;
	border-color: #E6E6E6;
	color: #777;
}

.club-rating-comment::placeholder {
	color: #AAA;
	opacity: 1;
}

.club-rating-blurb {
	margin: 12px 0 0 0;
	font-size: 0.8em;
	color: #666;
	line-height: 1.4;
}

.club-rating-message {
	margin: 10px 0 0 0;
	font-size: 0.95em;
	color: #2AC51B;
	min-height: 1.2em;
}

.club-active-blurb {
	margin: 12px 0 0 0;
	font-size: 0.8em;
	color: #666;
	line-height: 1.4;
}

.club-active-message {
	margin: 10px 0 0 0;
	font-size: 0.95em;
	color: #2AC51B;
	min-height: 1.2em;
}

body .grecaptcha-badge {
	bottom: 100px !important;
}

.club-active-fading {
	opacity: 0;
	transition: opacity 2s ease;
}

.club-map {
	margin: 0 0 20px 0;
}

#club-map-canvas {
	width: 100%;
	height: 250px;
	border-radius: 8px;
}

.club-map-pin-label {
	background: #FFF;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	font-size: 0.8em;
	font-weight: 600;
	color: #222;
	padding: 3px 10px;
	white-space: nowrap;
}

.club-confidence {
	margin: 25px 0 0 0;
	padding-top: 20px;
	font-size: 0.9em;
	color: #666;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	position: relative;
	cursor: help;
}

.club-confidence-label {
	font-weight: 600;
}

.club-confidence-icon {
	font-size: 0.85em;
	color: #888;
	margin-left: 3px;
}

.club-confidence-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 12px;
	font-size: 0.85em;
	font-weight: 600;
	color: #FFF;
}

.club-confidence-unverified {
	background: #999;
}

.club-confidence-high {
	background: #28a745;
}

.club-confidence-moderate {
	background: #f0ad4e;
	color: #222;
}

.club-confidence-low {
	background: #dc3545;
}

.club-confidence-last-active {
	font-size: 0.85em;
	color: #888;
}

.club-confidence-tooltip {
	display: none;
	position: absolute;
	bottom: 120%;
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	color: #FFF;
	padding: 10px 14px;
	border-radius: 6px;
	font-size: 0.85em;
	line-height: 1.4;
	width: 260px;
	z-index: 10;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.club-confidence-tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

.club-confidence:hover .club-confidence-tooltip,
.club-confidence:focus .club-confidence-tooltip,
.club-confidence.show .club-confidence-tooltip {
	display: block;
}
