.viagame-container {
    width: 90%;
    margin: 20px;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.viagame-header {
    padding: 16px 40px;
    background: #2e4672;
    color: #f6ce00;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
}

.viagame-etappe {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: none;
}

.viagame-bild {
    position: relative;
    border-bottom: 1px solid #cccccc;
    color: #2e4672;
    text-align: center;
}

.viagame-bild img {
    display: block;
    width: 100%;
    height: auto;
}

.viagame-button {
    position: absolute;
    bottom: 25px;
    left: 50%;
    min-width: 190px;
    padding: 12px 24px;
    transform: translateX(-50%);
    border: 2px solid #f6ce00;
    border-radius: 10px;
    background: #2e4672;
    color: #f6ce00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
}

.viagame-name {
	padding: 16px 10px;
	border-bottom: 1px solid #cccccc;
	background: #f2f2f2;
	color: #2e4672;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 26px;
}

.viagame-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
