.inner-header-right.header-account {
    width: 220px;
    justify-content: flex-end;
}

.footer {
    border-top: 5px solid #914643;
    border-bottom: 8px solid #914643;
}

.main-header {
    height: auto !important;
}

.properties-hero-banner {
    width: 100%;
    max-height: 300px;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f2f5;
}

.properties-hero-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 600px) {
    .footer .content-footer-bottom .menu-bottom {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

.hero-banner-link {
    width: 100%;
    height: 100%;
    display: block;
}

.home-about-differential-icon-img {
    width: 60px;
    height: 60px;

    object-fit: contain !important;
}

@media only screen and (min-width: 992px) {
    .flat-img-with-text.home-differentials-no-image .content-right {
        width: 100%;
        max-width: 100%;
    }
}

.box-benefit.home-differential-item-no-icon .content {
    flex: 1;
    min-width: 0;
}

.tf-sw-partner .swiper-wrapper {
    align-items: center;
}

.partner-brand-logo {
    display: block;
    width: 100%;
    max-width: 160px;
    height: auto;
    max-height: 60px;
    margin: 0 auto;
    object-fit: contain;
    transition:
        opacity 0.3s ease,
        filter 0.3s ease;
}

.partner-item:hover .partner-brand-logo {
    opacity: 0.85;
    filter: brightness(0.9);
}

.box-benefit-home {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Conteúdo rico (Quill) no site - segue tipografia padrão */
.rich-text-content {
    font-size: 14px;
    line-height: 1.65;
}

.rich-text-content p {
    margin-bottom: 12px;
}

.rich-text-content p:last-child {
    margin-bottom: 0;
}

.rich-text-content h1,
.rich-text-content h2,
.rich-text-content h3 {
    margin-top: 16px;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #1b2432;
}

.rich-text-content h1 {
    font-size: 1.75rem;
    font-weight: 700;
}

.rich-text-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.rich-text-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.rich-text-content ul,
.rich-text-content ol {
    margin: 0 0 12px 24px;
    padding: 0;
}

.rich-text-content ul {
    list-style: disc;
}

.rich-text-content ol {
    list-style: decimal;
}

.rich-text-content ol > li,
.rich-text-content ul > li {
    list-style: inherit;
    display: list-item;
}

.rich-text-content li {
    margin-bottom: 6px;
}

.rich-text-content blockquote {
    margin: 14px 0;
    padding: 10px 14px;
    border-left: 4px solid #914643;
    background: #f7faf8;
    color: #374151;
    font-style: italic;
}

.rich-text-content a {
    color: #914643 !important;
    text-decoration: underline !important;
}

.rich-text-content a:hover {
    color: #914643;
}

.rich-text-content strong {
    font-weight: 700;
}

.rich-text-content em {
    font-style: italic;
}

.rich-text-content u {
    text-decoration: underline;
}

.rich-text-content .ql-align-center {
    text-align: center;
}

.rich-text-content .ql-align-right {
    text-align: right;
}

.rich-text-content .ql-align-justify {
    text-align: justify;
}

ul.wd-navigation {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.wd-navigation .nav-item.wd-pagination-item-disabled {
    pointer-events: none;
    opacity: 0.45;
    cursor: default;
}

.wd-navigation .nav-item.active {
    cursor: default;
}

/* Páginas de políticas (Privacidade / Cookies) */
.wrapper-privacy .box-item {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
