.tip-listing-card {
    overflow: hidden;
}

.tip-listing-card .card-img-top {
    aspect-ratio: 1600 / 375;
    object-fit: cover;
}

.tip-detail {
    max-width: 900px;
}

.tip-related-products {
    max-width: 900px;
    margin-top: 2.5rem;
}

.tip-preview-toolbar {
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    margin: 0 auto .75rem;
}

.tip-detail > picture {
    display: block;
    width: 100%;
    aspect-ratio: 1600 / 375;
    overflow: hidden;
}

.tip-detail > picture { margin: .5rem 0 1.5rem; }
.tip-content-image { display: block; width: 80%; max-width: 100%; margin: 1rem auto; }
.tip-content .tip-text-size-small { font-size: .875rem; }
.tip-content .tip-text-size-normal { font-size: 1rem; }
.tip-content .tip-text-size-large { font-size: 1.2rem; }
.tip-content .tip-align-left { text-align: left; }
.tip-content .tip-align-center { text-align: center; }
.tip-content .tip-align-right { text-align: right; }

.tip-detail > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tip-content-image > img {
    display: block;
    width: 100%;
    height: auto;
}

.tip-content h2,
.tip-content h3 {
    color: #0b5ca8;
    margin-top: 1.5rem;
}
