.single-rental .breadcrumbs {
    margin-top: 2rem;
}

.single-rental .breadcrumbs span,
.single-rental .breadcrumbs a {
    text-decoration: none;
    font-weight: 500;
    font-size: .9rem;
}

.single-rental article.type-rental {
    margin-top: 1rem;
    margin-bottom: 4rem;
}

@media (min-width: 768px) {
    .single-rental article.type-rental {
        display: flex;
        gap: 4rem;
    }
}

.single-rental article.type-rental>* {
    flex: 50%;
}

.single-rental .entry-title {
    font-family: var(--f-primary);
    font-size: 2em;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

@media (min-width: 768px) {
    .single-rental .entry-title {
        font-size: 3em;
    }
}

.single-rental .entry-content {
    margin-top: 2rem;
}

.single-rental .entry-content>ul {
    margin-left: 0;
}

.single-rental .entry-meta {
    font-family: var(--f-primary);
    color: var(--c-primary-dark);
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 1.4rem;
    text-decoration: underline;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.3em;
}

.single-rental .entry-reserve {
    text-transform: uppercase;
    text-decoration: none;
}

.single-rental .entry-phone {
    font-family: var(--f-primary);
    color: var(--c-primary-dark);
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 1rem;
    display: block;
    text-decoration: none;
    margin-top: 0;
}
.single-rental .entry-call {
    margin-top: 0;
    margin-bottom: 0;
}