
/* Set the values here rather than using @media pring so we can see
how the leaflet looks when printed. */
/* * Don't add too much padding or the text in the club advert set to
A5 paper-size will overflow. */
.club-package {
    width: 148mm; /* A5 width */
    height: 210mm; /* A5 height */
    background-color: rgb(229, 224, 233);
    padding: 10px; /* * See the note above */
}

.logo-div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.logo-div .vsteam-logo {
    width: 50px;
    box-shadow: none;
    margin: 0;
}

.logo-div h3 {
    margin-left: 5px;
}

.children-img {
    width: 250px;
    border-radius: none;
}

.package-imgs {
    display: flex;
    gap: 10px;
}

.package-imgs img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
