:root {--v-primary: 104 131 120; --v-secondary: 104 131 120; --v-background: 203 134 149; }

.v-body { background-image: url('https://valei.s3.eu-north-1.amazonaws.com/book/876/background?241108140600'); }

.v-section-alert {
    background-color: #cb8695;
    text-align: center;
    color:white;
}

@media (max-width: 639px) {
    .v-hero-text {
        margin-top: 1rem;
    }
.v-card .truncate {
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
}
}
.v-timeslot-groupbooking div:first-child div {
    overflow: unset;
    white-space: unset;
    margin-top: 0.75rem;
    max-width: 100%;
    word-wrap: break-word;
}

@media (min-width: 640px) {
    .v-timeslot-groupbooking div button {
        margin-right: -0.75rem;
        margin-top: -0.5rem;
        position: absolute;
        right: 0.3rem;
        top: 0.1rem;
        margin-right: 0;
        margin-left: 0;
    }
}

/*

}
.v-hero-text {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-right: 10px;
}
.v-hero-text {
 display: none;
}


.v-hero-image {
    width: 100%;
}

.v-hero.lg\:grid-cols-3 {
    grid-template-columns: unset;
}

.v-hero-image.sm\:-mx-10 {
    margin-left: 0;
    margin-right: 0;
}

.v-hero-image.sm\:-mt-10 {
    margin-top: 0;
}*/
.v-main {
    background:#FFFFFF;
}

