.golf .body {
	max-width: 780px;
	min-width: 300px;
	margin: 0 auto;
	padding: 0 10px;
}

.golf .info {
	margin: 1em auto;
	font-size: 110%;
}

.golf .controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.3em;
}

.golf .score {
	font-size: 1.2em;
	font-weight: bold;
}

.golf .table {
	padding: 16px;
	background: url('/img/cards/backgrounds/sukno.png') #146A2C;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	column-gap: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.golf .tableau {
	display: grid;
	position: relative;
	margin-bottom: 135%;
}

.golf .tableau-end {
	margin-bottom: 20px;
}

.golf .tableau-bottom {
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.golf .tableau img {
	width: 100%;
}

.golf .card {
	position: absolute;
}

.golf .rules {
	margin: 1em 0;
}

.golf .rules dt {
	margin-top: 1em;
	font-weight: bold;
}

.golf .rules dd {
	margin-left: 1em;
}

.golf .rules h2 {
	line-height: 2em;
	font-size: 130%;
	font-weight: normal;
}

.golf #overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1001;
}

.golf .popup {
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	color: black;
	display: none;
}
@media (max-width: 480px) {
	.golf .table {
		padding: 8px;
		column-gap: 6px;
	}
}
