.site-primary-header-wrap {
    max-width: 100%;
}

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

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

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

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

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

.entry-header {
    width: 100%;
    margin: 0px !important;
    padding-top: 20px;
    text-align: center;
}

h1 {
    font-size: 30px;
    margin-bottom: 0px !important;
}

h2 {
    font-size: 25px !important;
    margin-bottom: 0px !important;
}

h3 {
    margin-bottom: 0px !important;
}

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

.entry-article {
    margin-top: 20px;
    width: 100%;
}

.entry-content {
    width: 100%;
}

.entry-content form {
    margin-bottom: 20px !important;
    padding-bottom: 100px !important;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.entry-content p:not(:where(form *)) {
    text-align: center;
}

.comment-section {
    margin-top: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.other-content-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.other-tools h2 {
    font-size: 15px;
    width: 100%;
}

.other-tool {
    border: 1px solid lightgray;
    border-radius: 5px;
    width: calc((100% / 6) - (10px * 5 / 6));
    padding: 10px;
    text-align: center;
}

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

.other-tool .post-excerpt p {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 0px;
}

.other-tools-see-all {
    width: 100%;
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .site-main {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .other-tool {
        width: 100%;
    }

    .left-sidebar, .right-sidebar {
        display: none;
    }
}