.seehotel-booking {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    text-align: center;
    margin-block-start: 80px !important;
    margin-block-end: 80px !important;
    font-family: var(--wp--preset--font-family--antic-didone);
    font-size: var(--wp--preset--font-size--large);
}

@media (max-width: 1200px) {
    .seehotel-booking {
        grid-template-columns: 1fr;
    }
}

.seehotel-booking .seehotel-link {
    position: relative;
    border: 1px solid var(--wp--preset--color--tertiary);
}

.seehotel-booking .seehotel-link span {
    font-size: var(--wp--preset--font-size--small);
}

.seehotel-booking .seehotel-link a {
    padding: 40px 20px;
    text-decoration: none;
    display: flex;
    gap: 1rem;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1600px) {
    .seehotel-booking .seehotel-link a {
        font-size: var(--wp--preset--font-size--medium);
    }
}

.seehotel-booking .seehotel-link.steg {
    border-left-color: transparent;
}

.seehotel-booking .seehotel-link.lacasa {
    border-right-color: transparent;
}

.seehotel-booking .seehotel-booking-image {
    position: absolute;
    max-height: 120px;
    background-color: #fff;
}

.seehotel-booking .seehotel-booking-image.steg {
    left: 20px;
    top: -60px;
}

.seehotel-booking .seehotel-booking-image.lacasa {
    right: 20px;
    bottom: -80px;
}

@media (max-width: 1200px) {
    .seehotel-booking :is(.seehotel-link.steg, .seehotel-link.lacasa) {
        border-right-color: var(--wp--preset--color--tertiary);
        border-left-color: var(--wp--preset--color--tertiary);
    }
}