.nailed-it-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.nailed-it-logo img {
    padding: 10px 0;
    width: 166px;
    height: auto;
}

.nailed-it-nav > li > a {
    color: #58595b;
    padding-top: 16px;
    padding-bottom: 10px;
    border-bottom: 4px solid transparent;
}

.nailed-it-nav > li > a:hover {
    text-decoration: none;
    border-bottom-color: #58595b;
}

:where(.wp-site-blocks *:focus) {
    outline-width: 0 !important;
    outline-style: none !important;
}