        .container {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }

        .card {
            background-color: white;
            padding: 10px;
            margin-bottom: 20px;
            border-radius: 8px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        }

        .card-details {
            display: flex;
            justify-content: space-between;
        }

        .card-group {
            width: 48%;
        }

        .card-group div {
            margin-bottom: 4px;
            font-size: 12px;
        }

        .label {
            font-weight: bold;
            color: #333;
            display: inline-block;
        }

        .value {
            color: #555;
            font-weight: normal;
        }