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

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

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

h1 {
    font-size: 40px !important;
    margin-bottom: 0px !important;
    font-weight: bold;
}

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

.data-indexes-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.a-data-index {
    background: #ffffff;
    border: 1px solid lightgray;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.a-data-index-name {
    font-size: 20px;
    margin-bottom: 12px;
}

.a-data-index-name a {
    color: black;
    text-decoration: none;
}

.a-data-index-name a:hover {
    text-decoration: underline;
}

.data-index-navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.data-index-navigation .pagination {
    display: flex;
    gap: 20px;
    font-size: 20px;
}

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

