.gls-score-table,
.gls-leaderboard-table,
.gls-dashboard-table {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
}

.gls-score-table th,
.gls-score-table td,
.gls-leaderboard-table th,
.gls-leaderboard-table td,
.gls-dashboard-table th,
.gls-dashboard-table td {
	border: 1px solid #ddd;
	padding: 6px 10px;
	text-align: center;
}

.gls-score-table th,
.gls-leaderboard-table th,
.gls-dashboard-table th {
	background: #f5f5f5;
}

.gls-score-input {
	width: 4em;
	font-size: 18px;
	padding: 4px;
	text-align: center;
}

.gls-save-status.gls-success {
	color: #2a7a2a;
}

.gls-save-status.gls-error {
	color: #b32d2e;
}

.gls-leaderboard-table tbody tr:nth-child(1) {
	font-weight: bold;
}

.gls-progress {
	font-weight: 600;
	margin: 0.5em 0;
}

.gls-hole-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 1em 0;
}

.gls-hole-nav button {
	padding: 10px 18px;
	font-size: 15px;
	background: #1c5931;
	color: #fff;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

.gls-hole-heading {
	font-size: 18px;
}

.gls-hole-nav-bottom {
	justify-content: center;
}

.gls-show-dashboard,
.gls-back-to-entry {
	padding: 10px 16px;
	font-size: 14px;
	background: #1c5931;
	color: #fff;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

.gls-shortcode-header {
	margin-bottom: 1em;
}

.gls-shortcode-header h3 {
	margin: 0 0 4px 0;
}

.gls-shortcode-date {
	margin: 0;
	color: #555;
}

.gls-overview-list {
	list-style: disc;
	padding-left: 22px;
	margin: 0 0 1.5em 0;
}

.gls-overview-list li {
	margin-bottom: 6px;
}

.gls-overview-date {
	color: #555;
}
