.nb-seo-audit {
    font-size: 0.8rem;
    font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
    color: #000;
    margin-bottom: 2rem;
}

.nb-seo-audit p, .nb-seo-audit ul {
    font-size: inherit;
}

.nb-seo-audit-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f7f7f7;
    color: #5f5f5f;
    padding-left: 10px;
    padding-right: 10px;
}

.nb-seo-audit-checks {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nb-seo-audit-url {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    padding-top: 15px;
}

.nb-seo-audit-url-link {
    color: inherit;
    display: inline-block;
}

.nb-seo-audit-url-link:hover {
    color: inherit;
    text-decoration: underline;
}

.nb-seo-audit-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    text-decoration: none;
}

.nb-seo-audit-check:hover {
    text-decoration: none;
    color: #000;
}

.nb-seo-audit-check-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #ff0404;
    background-color: #ffb5b5;
}

.nb-seo-audit-check-icon:before {
    content: "!";
    display: block;
    font-size: 30px;
    color: #ff0404;
}

.nb-seo-audit-check-icon-passed {
    border-color: #3fb326;
    background-color: #abe89b;
}

.nb-seo-audit-check-icon-passed:before {
    content: "✓";
    display: block;
    font-size: 30px;
    color: #3fb326;
}

.nb-seo-audit-check-title {
    font-size: 0.65rem;
    margin-top: 6px;
}

.nb-seo-audit-items .nb-seo-audit-check-icon {
    width: 60px;
    height: 60px;
    border-width: 4px;
}

.nb-seo-audit-items .nb-seo-audit-check-icon:before {
    font-size: 40px;
}

.nb-seo-audit-items .nb-seo-audit-check-title {
    font-weight: normal;
    font-size: 1.2rem;
    margin-top: 7px;
    opacity: 1;
}

.nb-seo-audit-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.nb-seo-audit-item:last-child {
    margin-bottom: 0;
    border-style: none;
}

.nb-seo-audit-item-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.nb-seo-audit-item-title {
    padding: 10px 25px 10px 0;
    font-size: inherit;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nb-seo-audit-item-title:hover {
    cursor: pointer;
}

.nb-seo-audit-item-title:after {
    display: block;
    content: " ";
    width: 12px;
    height: 12px;
    border-top: 2px solid #7b7878;
    border-right: 2px solid #7b7878;
    transform: rotateZ(135deg);
    transform-origin: 50% 50%;
}

.nb-seo-audit-item-description {
    opacity: 0.6;
    padding: 0 0 10px;
    display: none;
}

.nb-seo-audit-item-has-visible-description .nb-seo-audit-item-description {
    display: block;
}

.nb-seo-audit-item-has-visible-description .nb-seo-audit-item-title:after {
    transform: rotateZ(-45deg);
    margin-top: 0.3rem;
}

.nb-seo-audit-table {
    margin-top: 10px;
}

.nb-seo-audit-table-row {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.nb-seo-audit-table-row:first-of-type {
    padding-left: 0;
    padding-right: 0;
}

.nb-seo-audit-table-row:nth-child(even) {
    background-color: #f1f1f1;
}

.nb-seo-audit-edit-btn {
    border: 2px solid #b1b1b1;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #e4e4e4;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: inherit;
}

.nb-seo-audit-edit-btn:hover {
    background-color: #e7e7e7;
}
