.site-content {
    align-self: center;
    max-width: 100%;
    width: 100%;
}

/* .ast-container {
    max-width: 100%;
    padding: 0px;
} */

/* .left-sidebar {
    width: 5%;
    margin-top: 10px;
    position: relative;
}

.right-sidebar {
    width: 5%;
    margin-top: 10px;
    position: relative;
} */

.site-main {
    width: 100%;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.entry-header {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px !important;
}

.custom-breadcrumb {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5px !important;
}

.entry-title {
    font-size: 45px !important;
    margin-bottom: 10px !important;
    font-weight: bold;
}

.entry-description p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
    font-style: italic;
}

.entry-featured-image img {
    width: 200px;
}

.ad-network-url {
    text-decoration: underline;
}

.publishers-list-container {
    margin-top: 20px;
    margin-bottom: 30px;
}

.publishers-list-title {
    font-size: 32px;
    line-height: 1.5;
}

.publishers-list-description {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.publishers-table-controls-container {
    background-color: #f9f9f9;
    border: 1px solid rgb(241, 241, 241);
    padding: 10px 5px;
}

.publishers-table-controls {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
}

.publishers-table-controls .controls-label {
    font-weight: 600;
    margin-right: 5px;
}

.publishers-table-controls .control-item {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.publishers-table-controls select {
    color: black;
    background-color: white;
    line-height: 1;
    padding: 2px 5px;
    border: 1px solid lightgray;
    border-radius: 5px;
    font-size: 14px;
    height: unset;
}

.reset-filters-btn {
    display: block;
    text-decoration: underline;
    cursor: pointer;
    color: darkred;
    line-height: 1;
    font-weight: 600;
}

.publishers-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
}

.publishers-table th,
.publishers-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.publishers-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

/* .publishers-table th.sortable {
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: background-color 0.2s ease;
}

.publishers-table th.sortable:hover {
    background-color: #e8e8e8;
}

.publishers-table th.sortable .sort-indicator {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

.publishers-table th.sortable:hover .sort-indicator {
    opacity: 0.8;
}

.publishers-table th.sortable.sorted .sort-indicator {
    opacity: 1;
}

.publishers-table th.sortable.sorted-asc .sort-indicator::after {
    content: "▲";
    color: #004085;
}

.publishers-table th.sortable.sorted-desc .sort-indicator::after {
    content: "▼";
    color: #004085;
}

.publishers-table th.sortable:not(.sorted) .sort-indicator::after {
    content: "⇅";
    color: #303030;
} */

.publishers-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.publishers-table tr:hover {
    background-color: #f1f1f1;
}

.publisher-url {
    font-weight: bold;
    text-decoration: underline;
}

.publisher-description {
    font-size: 13px;
    margin-top: 10px;
    font-style: italic;
    word-break: break-all;
}

.data-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 12px;
}

.data-tag {
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 2px 5px;
    display: inline-block;
}

.data-tag .tag-value {
    font-weight: 600;
}

.data-tag .tag-extra {
    color: #3c3c3c;
    font-size: 12px;
}

.data-tag.country {
    background-color: #e8f4fa;
    border-color: #d1e6f5;
}

.data-tag.source {
    background-color: #fdf8e4;
    border-color: #faebcc;
}

.data-tag.keyword {
    background-color: #f0fff4;
    border-color: #dff0d8;
}

.publishers-list-navigation {
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
}

.publishers-list-navigation .pagination {
    display: flex;
    gap: 10px;
    font-size: 16px;
}

.publishers-list-navigation .pagination .page-numbers {
    border: 1px solid lightgray;
    padding: 5px 10px;
    line-height: 1;
    font-weight: 600;
}

.comment-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid lightgray;
    border-radius: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.other-content-container {
    width: 100%;
}

.other-ad-networks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.other-ad-networks h2 {
    font-size: 25px;
    width: 100%;
}

.other-ad-network {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid lightgray;
    border-radius: 5px;
    width: calc((100% / 6) - (10px * 5 / 6));
    padding: 10px;
    text-align: center;
}

.other-ad-network h3 {
    font-size: 18px;
}

.other-ad-networks-see-all {
    width: 100%;
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 50px;
    text-decoration: underline;
}

.error-message {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: red;
}

@media (max-width: 1024px) {
    /* .left-sidebar, .right-sidebar {
        display: none;
    } */

    .site-main {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .other-ad-network {
        width: 100%;
    }
}