.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: 30px !important;
    text-align: center;
}

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

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

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

.entry-description {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 15px;
    font-style: italic;
}

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

.entry-article h2 {
    font-size: 28px !important;
    text-align: center;
}

.name-collection-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.generate-name-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.generate-name-item {
    width: calc(33.33% - 10px);
    border: 1px dashed black;
    border-radius: 10px;
    background-color: white;
    padding: 10px 20px;
    line-height: 1.8;
    font-size: 18px;
}

.generate-name-item a {
    font-size: 15px !important;
}

.name-item {
    position: relative;
    width: calc(33.33% - 10px);
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.name-item-text {
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
}

.partner-recommendation {
    position: absolute;
    bottom: 6px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
}

.partner-recommendation a {
    color: #d62b00;
}

.partner-recommendation a:hover {
    color: red;
}

.content-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 50px;
}

.content-wrapper {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 20px;
    max-width: 768px;
}

.entry-content {
    width: 100%;
    padding: 20px 40px 20px 40px;
}

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

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

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

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

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

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

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

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

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

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

    .name-item {
        width: 100%;
    }

    .generate-name-item {
        width: 100%;
    }

    .other-name-collection {
        width: 100%;
    }
}