.llp-dev-header-sticky {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.llp-dev-header {
    background-color: var(--bs-primary);
}

.llp-dev-header__brand {
    max-width: 230px;
    display: block;
    width: auto;
    height: 72px;
    object-fit: contain;
}

.llp-dev-header__details {
    min-width: 0;
}

.llp-dev-header__bedrooms {
    font-size: 1.1rem;
    line-height: 1.2;
}

.llp-dev-header__address {
    font-size: 0.95rem;
    line-height: 1.25;
    opacity: 0.95;
}

.llp-dev-header__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 0.5rem;
}

.llp-dev-header__action {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    text-align: center;
    line-height: 1.1;
    font-weight: 500;
    border: 0;
    background: transparent;
    letter-spacing: 0.02rem;
}

.llp-dev-header__action:hover,
.llp-dev-header__action:focus {
    color: #fff;
    text-decoration: none;
}

.llp-dev-header__action-icon {
    width: 1.75rem;
    height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.llp-dev-header__action-icon svg {
    width: 100%;
    height: 100%;
    fill-opacity: 0.5;
}

.llp-dev-header__action-label {
    font-size: 0.8rem;
    white-space: nowrap;
}

.llp-dev-header__phone-number {
    font-size: 0.8rem;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .llp-dev-header__main {
        min-height: 95px;
    }

    .llp-dev-header__brand-col {
        padding-right: 0.75rem;
        margin-right: 0.75rem;
        border-right: 1px solid rgba(255, 255, 255, 0.35);
    }

    .llp-dev-header__details {
        max-width: 24rem;
    }

    .llp-dev-header__address {
        font-size: 1.1rem;
    }

    .llp-dev-header__actions {
        justify-content: flex-end;
        gap: 1.5vw;
    }

    .llp-dev-header__action-icon {
        width: 2rem;
        height: 2rem;
    }
}

@media (min-width: 800px) {
    .llp-dev-header__actions {
        gap: 2vw;
    }
}

@media (min-width: 850px) {
    .llp-dev-header__actions {
        gap: 2.5vw;
    }
}

@media (min-width: 900px) {
    .llp-dev-header__actions {
        gap: 3vw;
    }
}

@media (min-width: 1300px) {
    .llp-dev-header__actions {
        gap: 4rem;
    }
}

@media (min-width: 992px) {
    .llp-dev-header__bedrooms {
        font-size: 1.35rem;
    }

    .llp-dev-header__brand-col {
        padding-right: 1.75rem;
        margin-right: 1.75rem;
    }

    .llp-dev-header__action-label,
    .llp-dev-header__phone-number {
        font-size: 0.95rem;
    }
}