.rnzaf-tc,
.rnzaf-ann {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	box-sizing: border-box;
}

.rnzaf-tc *,
.rnzaf-tc *::before,
.rnzaf-tc *::after,
.rnzaf-ann *,
.rnzaf-ann *::before,
.rnzaf-ann *::after {
	box-sizing: border-box;
}

/* =========================================================
   TOURNAMENT COUNTDOWN
   ========================================================= */

.rnzaf-tc {
	--rnzaf-tc-bg: none;
	width: 100%;
	max-width: 430px;
	margin: 0 auto 25px;
}

.rnzaf-tc__event-heading {
	margin-bottom: 14px;
	padding: 22px 15px;
	background: #eeeeee;
	border-radius: 5px;
	text-align: center;
	color: #171717;
}

.rnzaf-tc__event-title,
.rnzaf-tc__event-date {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
}

.rnzaf-tc__event-date {
	margin-top: 3px;
}

.rnzaf-tc__panel {
	position: relative;
	width: 100%;
	min-height: 285px;
	overflow: hidden;
	border-radius: 8px;
	background-image: var(--rnzaf-tc-bg), linear-gradient(145deg, #526d45 0%, #263e28 45%, #152419 100%);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 5px 18px rgba(0,0,0,0.16);
}

.rnzaf-tc__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(5,18,8,0.20) 0%, rgba(5,18,8,0.48) 100%);
	pointer-events: none;
}

.rnzaf-tc__content {
	position: relative;
	z-index: 2;
	padding: 29px 18px 24px;
	text-align: center;
	color: #fff;
}

.rnzaf-tc__heading {
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3.5px;
	color: rgba(255,255,255,0.95);
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.rnzaf-tc__numbers {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 2px;
	width: 100%;
}

.rnzaf-tc__time {
	min-width: 0;
	padding: 16px 2px 12px;
	background: rgba(7,18,9,0.67);
	border-right: 1px solid rgba(255,255,255,0.27);
}

.rnzaf-tc__time:first-child {
	border-radius: 6px 0 0 6px;
}

.rnzaf-tc__time:last-child {
	border-radius: 0 6px 6px 0;
	border-right: 0;
}

.rnzaf-tc__time span {
	display: block;
	font-size: clamp(22px, 6vw, 34px);
	line-height: 1;
	font-weight: 700;
	color: #fff;
	font-variant-numeric: tabular-nums;
	text-shadow: 0 2px 4px rgba(0,0,0,0.45);
}

.rnzaf-tc__time small {
	display: block;
	margin-top: 9px;
	font-size: 9px;
	line-height: 1;
	font-weight: 600;
	color: rgba(255,255,255,0.90);
}

.rnzaf-tc__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	max-width: 280px;
	margin: 23px auto 10px;
}

.rnzaf-tc__divider span {
	flex: 1;
	height: 1px;
	background: rgba(255,255,255,0.78);
}

.rnzaf-tc__golf-icon {
	font-size: 20px;
	line-height: 1;
}

.rnzaf-tc__tagline {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.3;
	font-style: italic;
	font-weight: 500;
	color: rgba(255,255,255,0.96);
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.rnzaf-tc__finished {
	display: none;
	position: relative;
	z-index: 3;
	min-height: 285px;
	padding: 45px 25px 30px;
	text-align: center;
	color: #fff;
}

.rnzaf-tc.is-finished .rnzaf-tc__content {
	display: none;
}

.rnzaf-tc.is-finished .rnzaf-tc__finished {
	display: block;
}

.rnzaf-tc__finished-icon {
	margin-bottom: 14px;
	font-size: 38px;
	line-height: 1;
}

.rnzaf-tc__finished-title {
	font-size: 27px;
	line-height: 1.25;
	font-weight: 700;
	text-shadow: 0 2px 5px rgba(0,0,0,0.50);
}

.rnzaf-tc__finished-divider {
	width: 160px;
	height: 1px;
	margin: 22px auto 17px;
	background: rgba(255,255,255,0.70);
}

/* =========================================================
   SOCIETY ANNOUNCEMENTS
   ========================================================= */

.rnzaf-ann {
	width: 100%;
	max-width: 430px;
	margin: 0 auto 25px;
	color: #1d2327;
}

.rnzaf-ann__section-title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #50575e;
}

.rnzaf-ann__featured {
	position: relative;
	padding: 22px 20px 20px;
	background: #f1f1f1;
	border-top: 4px solid #9fc400;
	border-radius: 6px;
}

.rnzaf-ann__badge {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 7px;
	border-radius: 999px;
	background: #d9ef76;
	color: #233000;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.rnzaf-ann__featured-title {
	margin: 0;
	font-size: 21px;
	line-height: 1.25;
	font-weight: 700;
}

.rnzaf-ann__featured-title a {
	color: #171717;
	text-decoration: none;
}

.rnzaf-ann__featured-title a:hover,
.rnzaf-ann__featured-title a:focus {
	color: #638000;
	text-decoration: underline;
}

.rnzaf-ann__date {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	color: #646970;
}

.rnzaf-ann__excerpt {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #3c434a;
}

.rnzaf-ann__read {
	display: inline-block;
	margin-top: 14px;
	font-size: 14px;
	font-weight: 700;
	color: #5c7a00;
	text-decoration: none;
}

.rnzaf-ann__read:hover,
.rnzaf-ann__read:focus {
	text-decoration: underline;
}

.rnzaf-ann__recent {
	margin-top: 18px;
	padding: 19px 20px 14px;
	background: #f6f6f6;
	border-radius: 6px;
}

.rnzaf-ann__recent-title {
	margin: 0 0 9px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
}

.rnzaf-ann__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rnzaf-ann__item {
	margin: 0;
	padding: 11px 0;
	border-top: 1px solid #dcdcde;
}

.rnzaf-ann__item:first-child {
	border-top: 0;
	padding-top: 6px;
}

.rnzaf-ann__item a {
	display: block;
	color: #1d2327;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 600;
	text-decoration: none;
}

.rnzaf-ann__item a:hover,
.rnzaf-ann__item a:focus {
	color: #638000;
	text-decoration: underline;
}

.rnzaf-ann__item time {
	display: block;
	margin-top: 4px;
	color: #70757a;
	font-size: 11px;
}

.rnzaf-ann__archive {
	display: inline-block;
	margin-top: 11px;
	padding-left: 2px;
	color: #5c7a00;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.rnzaf-ann__archive:hover,
.rnzaf-ann__archive:focus {
	text-decoration: underline;
}

@media (max-width: 480px) {
	.rnzaf-tc__event-heading {
		padding: 18px 12px;
	}

	.rnzaf-tc__event-title,
	.rnzaf-tc__event-date {
		font-size: 16px;
	}

	.rnzaf-tc__panel,
	.rnzaf-tc__finished {
		min-height: 245px;
	}

	.rnzaf-tc__content {
		padding: 25px 9px 20px;
	}

	.rnzaf-tc__heading {
		font-size: 12px;
		letter-spacing: 2.5px;
	}

	.rnzaf-tc__time {
		padding: 13px 1px 10px;
	}

	.rnzaf-tc__time span {
		font-size: 22px;
	}

	.rnzaf-tc__time small {
		font-size: 7px;
	}

	.rnzaf-tc__finished {
		padding: 38px 20px 25px;
	}

	.rnzaf-tc__finished-title {
		font-size: 23px;
	}

	.rnzaf-ann__featured,
	.rnzaf-ann__recent {
		padding-left: 16px;
		padding-right: 16px;
	}
}
