.com-boatrental-card-image {
    height: 190px;
    object-fit: cover;
}

.com-boatrental-placeholder {
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f5;
    color: #6c757d;
}

.com-boatrental-price {
    border-top: 1px solid #e9ecef;
    padding-top: .75rem;
}

.com-boatrental-main-image,
.com-boatrental-card-image-wrap {
    position: relative;
}

.com-boatrental-discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff6161;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 4px;
    letter-spacing: .02em;
    z-index: 2;
}
