.admin-bar .tf-header {
    top: 32px;
}

.tf-nav .menu {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tf-nav .menu li {
    margin: 0;
}

.tf-form-status {
    border-radius: 6px;
    font-weight: 700;
    margin-bottom: 18px;
    padding: 14px 16px;
}

.tf-form-status.ok {
    background: #ecfdf5;
    color: #047857;
}

.tf-form-status.invalid {
    background: #fff1f2;
    color: #be123c;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

@media (max-width: 782px) {
    .admin-bar .tf-header {
        top: 46px;
    }
}
