.ot-container * {
    font-family: sans-serif;
    box-sizing: border-box
}

.ot-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center
}

.ot-container a {
    text-decoration: none;
    transition: all .3s ease
}

.ot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    align-self: flex-start;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: 1rem;
    color: hsl(210, 15%, 28%);
    font-size: 1rem
}

.ot-image {
    position: relative;
    width: 100%;
    overflow: hidden
}

.ot-image a {
    display: block;
    line-height: 0;
    overflow: hidden
}

.ot-image a:hover img {
    transform: scale(1.075)
}

.ot-image img {
    width: 100%;
    height: 14rem;
    display: block;
    object-fit: cover;
    transition: transform .4s ease
}

.ot-price {
    position: absolute;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 1;
    pointer-events: none;
    font-size: .8rem;
    display: none !important
}

.ot-title {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ot-address {
    width: 100%;
    color: grey;
    font-size: .9rem;
    margin: .5rem 0;
    display: block
}

.ot-info {
    list-style-type: none;
    margin: .5rem 0;
    padding: 0;
    width: 100%
}

.ot-info li {
    margin: .75rem 0;
    display: flex;
    align-items: flex-end
}

.ot-objecttype {
    margin-left: .35rem
}

.ot-button {
    text-decoration: none;
    background-color: teal;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    margin-top: .5rem;
    padding: .75rem 1.5rem;
    width: 100%;
    text-align: center;
    line-height: 1.1;
    transition: background-color .3s ease;
    border: 2px solid teal
}

.ot-button:hover {
    background-color: hsl(180deg 100% 16%);
    border-color: hsl(180deg 100% 16%);
    color: #fff
}

.ot-button-all {
    width: 100%;
    display: flex;
    justify-content: center
}

.ot-button-secondary {
    margin: 1rem auto;
    background-color: transparent;
    color: teal;
    width: auto
}

.ot-button-secondary:hover {
    background-color: teal;
    border-color: teal;
    color: #fff
}

svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: .5rem
}

.ot-title-link {
    display: block;
    color: teal;
    width: 100%
}

.ot-title-link:hover {
    color: hsl(180deg 100% 16%)
}

.ot-title h3 {
    margin: 1rem 0 0
}

.ot-compact {
    cursor: pointer;
    padding: 0;
    transition: all .3s ease
}

.ot-compact:hover {
    box-shadow: 1px 1px 0 teal, -1px -1px 0 teal
}

.ot-compact:hover img {
    transform: scale(1.075)
}

.ot-compact:hover .ot-button {
    background-color: hsl(180deg 100% 16%)
}

.ot-compact .ot-info {
    display: flex;
    padding: 0 1rem
}

.ot-compact .ot-button {
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 1rem .75rem auto;
    pointer-events: none;
    border: 0
}

.ot-compact .ot-button svg {
    fill: #fff;
    margin: 0
}

.ot-tiles .ot-compact {
    align-items: center
}

.ot-tiles .ot-compact .ot-info {
    width: calc(100% - 4rem)
}

.ot-recommendation .ot-banner {
    color: #fff;
    font-size: 1.15rem;
    background-color: #f97316;
    position: relative;
    display: inline-block;
    align-items: center;
    width: auto;
    padding: .75rem
}

.ot-recommendation .ot-price-value {
    font-size: 1.5rem
}

.ot-recommendation .ot-info {
    display: flex
}

.ot-recommendation .ot-info li {
    margin: 0 1.25rem 0 0
}

.ot-recommendation .ot-info li:last-of-type {
    margin: 0
}

.ot-recommendation-description {
    line-height: 1.7
}

.ot-title, .ot-address, .ot-info {
    padding: 0 1rem
}

.ot-compact .ot-info li {
    margin: 0 1.5rem 0 0
}

.ot-compact .ot-info {
    margin-bottom: 1rem
}

.ot-list .ot-compact .ot-info {
    margin-top: 1rem;
    max-width: calc(100% - 5rem)
}

.ot-compact .ot-info li:last-of-type {
    margin: 0
}

.ot-compact .ot-price {
    position: absolute;
    display: inline-block;
    padding: .5rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    font-size: .75rem
}

.ot-compact .ot-price-value {
    font-size: 1.25rem;
    font-weight: bold
}

.ot-compact .ot-price-addition {
    display: block;
    text-align: right
}

.ot-extended .ot-price {
    padding: .5rem;
    right: 0;
    bottom: 0
}

.ot-extended .ot-price-value {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: right
}

.ot-recommendation .ot {
    padding: 0;
    max-width: 80em;
    width: 100%
}

.ot-recommendation .ot-title, .ot-recommendation .ot-address, .ot-recommendation .ot-info {
    padding: 0
}

.ot-recommendation .ot-image-grid {
    max-width: none;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:65% 35%;
    gap: 2px 2px;
    grid-template-areas:"ot-image-big ot-image-big" "ot-image-small-up ot-image-small-down";
    max-height: 20rem;
    width: 100%
}

.ot-recommendation .ot-image-grid img {
    height: 100%
}

.ot-recommendation .ot-image-grid .ot-image-big {
    grid-area: ot-image-big
}

.ot-image-small-down {
    grid-area: ot-image-small-down
}

.ot-image-small-up {
    grid-area: ot-image-small-up
}

.ot-recommendation-items {
    padding: 1rem
}

.ot-compact .ot-list-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.ot-compact .ot-list-items .ot-button {
    margin: 0
}

@media screen and (min-width: 650px) {
    .ot-list .ot {
        max-width: 60rem;
        margin: 1rem auto;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .ot-list .ot-image {
        max-width: 22rem
    }

    .ot-list .ot-title {
        margin: 0
    }

    .ot-list-items {
        padding: 1rem;
        width: 100%
    }

    .ot-list .ot-extended .ot-title {
        margin: 0
    }

    .ot-list .ot-extended {
        position: relative
    }

    .ot-extended .ot-list-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end
    }

    .ot-extended .ot-list-items .ot-info, .ot-extended .ot-list-items .ot-button {
        width: auto
    }

    .ot-list .ot-compact .ot-image img {
        height: 11rem
    }

    .ot-list .ot-compact {
        align-items: center
    }

    .ot-list .ot-compact .ot-info {
        margin: .5rem 0
    }

    .ot-recommendation .ot-recommendation-items .ot-button {
        width: auto
    }

    .ot-recommendation .ot-recommendation-items {
        padding: 1rem 2rem 2rem
    }

    .ot-recommendation .ot-image-grid .ot-image-small {
        height: 10rem
    }

    .ot-recommendation .ot-image-grid .ot-image-big img {
        height: 100%
    }

    .ot-recommendation .ot-image-grid {
        max-height: 20rem
    }

    .ot-recommendation .ot-image-grid {
        grid-template-columns:65% 35%;
        grid-template-rows:1fr 1fr;
        grid-template-areas:"ot-image-big ot-image-small-up" "ot-image-big ot-image-small-down"
    }
}

@media screen and (min-width: 768px) {
    .ot-list .ot-extended .ot-button {
        position: absolute;
        bottom: 1.5rem;
        right: 1.5rem
    }

    .ot-recommendation .ot-banner {
        height: 44px
    }

    .ot-recommendation .ot-banner::before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 100%;
        top: 0;
        border-bottom: 22px solid #f97316;
        border-top: 22px solid #f97316;
        border-right: 22px solid transparent;
        border-left: 22px solid #f97316
    }
}

@media screen and (min-width: 1024px) {
    .ot-recommendation .ot {
        padding: 2rem;
        flex-wrap: nowrap;
        align-items: center
    }

    .ot-recommendation .ot-image-grid {
        width: 50%
    }

    .ot-recommendation .ot-recommendation-items {
        width: 50%;
        padding: 1rem 2rem
    }

    .ot-recommendation .ot {
        position: relative
    }

    .ot-recommendation .ot-banner {
        position: absolute;
        top: -22px;
        right: 2.25rem
    }
}

@media screen and (min-width: 1400px) {
    .ot-recommendation .ot-banner {
        right: 0
    }
}