body {
            font-family: Calibri, sans-serif;
            background-color: #ffe6e6;
            margin: 0;
            padding: 0;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }
        .container {
            width: 90%;
            max-width: 600px;
            margin-top: 20px;
            display: none;
        }
        .active-screen {
            display: block;
        }
        .case-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
        .case-buttons button {
            width: 40px;
            padding: 6px;
            margin: 3px;
            font-size: 14px;
        }
        .case-buttons .weapons-button {
            width: auto;
            padding: 6px 12px;
            background-color: orange;
            color: #003366;
        }
        button {
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        button.default {
            background-color: #003366;
            color: white;
        }
        button.active {
            background-color: #aaccee;
            color: #003366;
        }
        button.home {
            background-color: #ffd27f;
            color: #003366;
            padding: 10px 20px;
            font-size: 14px;
            margin: 10px 5px;
        }
        .case-list {
            text-align: left;
        }
        .case-text-container {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            margin: 20px 0;
        }
        .instruction {
            font-style: italic;
            margin-top: 20px;
        }
        .logo {
            margin: 20px auto;
            text-align: center;
        }
        .logo img {
            max-width: 70px;
			margin-top: 10px
        }
        ol li {
            margin-bottom: 10px;
        }
    .home-icon {
            background-color: #ffd27f;
            color: #003366;
            font-size: 16px;
            padding: 6px 10px;
            margin: 3px;
        }
        
.tip-content { display: none; }

.tips-section h4 {
    cursor: pointer;
    margin-bottom: 10px;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.rounded-box {
  padding: 10px;
}

.tactieksectie {
  line-height: 1.3;
}

.tactieksectie h4 {
  margin-top: 2px;
  margin-bottom: 0;
}

.tactieksectie p {
  margin: 2px 0;
}

.tips-button {
  font-size: 12px;
  padding: 6px 10px;
  margin: 4px;
  min-width: 80px;
}
