.dynamic-header-contact {
    align-items: center;
    gap: 10px;
    width: max-content;
    min-width: 0;
    min-height: 48px;
    padding: 4px 0;
    color: #fff;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transition: opacity .2s ease;
}

.dynamic-header-contact__icon {
    display: inline-flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 19px;
    background: transparent;
    border-radius: 0;
}

.dynamic-header-contact__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.15;
}

.dynamic-header-contact__copy small {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .01em;
}

.dynamic-header-contact__copy strong {
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .01em;
    white-space: nowrap;
}

.dynamic-header-contact:hover {
    color: #fff;
    background: transparent;
    box-shadow: none;
    opacity: .78;
    transform: none;
}

.dynamic-header-contact:hover .dynamic-header-contact__icon {
    color: #fff;
    background: transparent;
}

.dynamic-header-contact:hover .dynamic-header-contact__copy small {
    color: rgba(255, 255, 255, .72);
    opacity: 1;
}

@media (min-width: 1200px) {
    .rbt-header-sec:has(.dynamic-header-contact-wrapper)
        .rbt-header-sec-col.rbt-header-right {
        flex: 1 1 auto !important;
        margin-left: auto !important;
    }

    .rbt-header-sec:has(.dynamic-header-contact-wrapper)
        .rbt-header-right .rbt-header-content {
        width: 100% !important;
        justify-content: flex-end !important;
    }

    .rbt-header-sec:has(.dynamic-header-contact-wrapper)
        .rbt-header-right .header-info {
        margin-left: auto !important;
    }

    .dynamic-header-contact-wrapper {
        width: auto;
        min-width: 0;
        margin-left: auto !important;
    }

    .dynamic-header-contact {
        margin-left: auto !important;
    }

    .dynamic-header-contact-wrapper .rbt-update-category-dropdown {
        display: none !important;
    }
}
