.activiteit-detail {
            padding: 60px 0;
        }

        .activiteit-foto img {
            width: 100%;
            height: auto;
            display: block;
        }

        .info-box,
        .form-box {
            background: #fff;
            padding: 25px;
            margin-bottom: 30px;
            border: 1px solid #e5e5e5;
        }

        .moment-box {
            border: 1px solid #ddd;
            padding: 15px;
            margin-bottom: 15px;
        }

        .moment-box.volzet {
            background: #f8f8f8;
            opacity: 0.9;
        }

        .prijs-lijst {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .prijs-lijst li {
            display: flex;
            justify-content: space-between;
            gap: 15px;
            padding: 10px 0;
            border-bottom: 1px solid #eee;
        }

        .status-label {
            display: inline-block;
            padding: 4px 10px;
            font-size: 13px;
            border-radius: 4px;
            background: #eee;
        }

        .status-label.volzet {
            background: #c9302c;
            color: #fff;
        }

        .status-label.open {
            background: #5cb85c;
            color: #fff;
        }

        .ticket-rij {
            display: flex;
            gap: 15px;
            align-items: center;
            margin-bottom: 12px;
            flex-wrap: wrap;
        }

        .ticket-rij label {
            min-width: 220px;
            margin: 0;
        }

        .ticket-rij input[type="number"] {
            width: 90px;
        }

        .praktisch-lijst p {
            margin-bottom: 8px;
        }