.seehotel-booking {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    text-align: center;
    margin-block-start: 60px !important;
    margin-block-end: 60px !important;
    font-family: var(--wp--preset--font-family--antic-didone);
    font-size: var(--wp--preset--font-size--large);

    .seehotel-link {
        position: relative;
        border: 1px solid var(--wp--preset--color--tertiary);
        padding: 40px 20px;
    }

    .seehotel-link.steg {
        border-left-color: transparent;
    }

    .seehotel-link.lacasa {
        border-right-color: transparent;
    }

    .seehotel-booking-image {
        position: absolute;
        max-height: 120px;
        background-color: #fff;
    }

    .seehotel-booking-image.steg {
        left: 20px;
        top: -60px;
    }

    .seehotel-booking-image.lacasa {
        right: 20px;
        bottom: -80px;
    }
}