/* Easy Airsoft SEO content layout */
.ea-seo-content {
    clear: both;
    box-sizing: border-box;
}

.ea-seo-top {
    margin: 0 0 24px;
}

.ea-seo-bottom,
.ea-faq-section,
.ea-related-categories {
    margin-top: 42px;
}

.ea-seo-content > :first-child {
    margin-top: 0;
}

.ea-seo-content > :last-child {
    margin-bottom: 0;
}

.ea-seo-content h2 {
    margin-top: 1.8em;
    margin-bottom: 0.65em;
}

.ea-seo-content h3 {
    margin-top: 1.4em;
    margin-bottom: 0.45em;
}

.ea-seo-content p,
.ea-seo-content li {
    line-height: 1.7;
}

.ea-seo-content ul,
.ea-seo-content ol {
    margin-bottom: 1.25em;
}

.ea-seo-content table {
    width: 100%;
    margin: 1.5em 0;
    border-collapse: collapse;
}

.ea-seo-content th,
.ea-seo-content td {
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    text-align: left;
    vertical-align: top;
}

.ea-seo-content th {
    font-weight: 700;
}

.ea-faq-item {
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.ea-faq-item:first-of-type {
    padding-top: 0;
}

.ea-faq-item h3 {
    margin-top: 0;
}

.ea-related-category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ea-related-category-links a {
    display: inline-block;
    padding: 8px 13px;
    border: 1px solid currentColor;
    border-radius: 4px;
    text-decoration: none;
}

.ea-related-category-links a:hover,
.ea-related-category-links a:focus {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .ea-seo-bottom,
    .ea-faq-section,
    .ea-related-categories {
        margin-top: 30px;
    }

    .ea-seo-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .ea-seo-content th,
    .ea-seo-content td {
        padding: 10px;
    }
}
