.tools-table-section {
    width: 80%;
    margin: 0 auto;
}

.tools-table-wrap {
    overflow-x: auto;
}

.tools-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.5rem;
}

.tools-table th,
.tools-table td {
    padding: 0.65rem 0.7rem;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
    color: #222222;
}

.tools-table th {
    font-weight: 700;
}

.tools-table td a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 600;
}

.tools-table td a:hover {
    text-decoration: underline;
}

.atareao-tools-nav {
    width: 80%;
    margin: 0.75rem auto 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.atareao-tools-nav-title {
    font-weight: 600;
    color: #0073aa;
}

.atareao-tools-nav-item {
    display: inline-block;
    border: 1px solid #c3cfe2;
    border-radius: 999px;
    background: #f7fafd;
    color: #1f2937;
    text-decoration: none;
    padding: 0.35rem 0.7rem;
    font-size: 0.9rem;
}

.atareao-tools-nav-item:hover {
    filter: brightness(0.97);
}

.atareao-tools-nav-item.is-active {
    background: #0073aa;
    border-color: #0073aa;
    color: #ffffff;
}

.atareao-tool-seo-content {
    width: 80%;
    margin: 1.5rem auto 0;
}

.atareao-tool-seo-content h2 {
    margin: 0 0 0.75rem;
}

.atareao-tool-seo-content h3 {
    margin: 0.95rem 0 0.4rem;
}

[data-theme="dark"] .tools-table th,
[data-theme="dark"] .tools-table td {
    border-bottom-color: #334155;
    color: #e5e7eb;
}

[data-theme="dark"] .tools-table td a {
    color: #8bc3e6;
}

[data-theme="dark"] .atareao-tools-nav-title {
    color: #8bc3e6;
}

[data-theme="dark"] .atareao-tools-nav-item {
    background: #1d2538;
    border-color: #44506a;
    color: #e5e7eb;
}

[data-theme="dark"] .atareao-tools-nav-item.is-active {
    background: #3b82f6;
    border-color: #3b82f6;
    color: #ffffff;
}

@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) .tools-table th,
    html:not([data-theme="light"]) .tools-table td {
        color: #e5e7eb;
    }

    html:not([data-theme="light"]) .tools-table td a {
        color: #8bc3e6;
    }
}