#main {
    width: 100%;
    padding-bottom: 50px;
}

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

.entry-header {
    margin-top: 20px;
    margin-bottom: 20px !important;
    text-align: center;
}

.entry-title {
    margin-bottom: 0px !important;
}

.entry-article {
    display: flex;
    margin-top: 10px;
    gap: 20px;
    flex-wrap: wrap;
}

.entry-content {
    width: 100%;
}

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

h1 {
    font-size: 35px !important;
}

h2 {
    font-size: 28px !important;
    margin-bottom: 5px;
}

h3 {
    font-size: 20px !important;
}

.items-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.an-item {
    padding-bottom: 15px;
    width: 350px;
    max-width: 100%;
    max-height: 100%;
}

.an-item .item-image-wrapper {
    position: relative;
}

.an-item img {
    max-width: 100%;
    max-height: 100%;
    width: 350px;
    height: 350px;
    object-fit: contain;
    border: 1px solid black;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}

.an-item img:hover {
    border: 1px solid black;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.an-item figcaption {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.total-item-count {
    width: 100%;
    font-size: 17px;
    font-style: italic;
    text-align: center;
    line-height: 1.4;
}

.items-note {
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
}

.item-navigation {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.page-numbers {
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px;
}

.other-content-container {
    width: 100%;
    padding: 20px 0px 20px 0px;
    text-align: center;
    margin-top: 50px;
}

.other-collections {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.other-collections h2 {
    width: 100%;
}

.other-collection {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid black;
    border-radius: 10px;
    padding: 10px 15px;
    background-color: white;
}

.other-collection-items-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.other-collection-item {
    max-width: 100%;
    max-height: 100%;
    width: 128px;
    height: 128px;
}

.total-other-collection-item-count {
    width: 100%;
    line-height: 2;
    text-align: center;
    font-style: italic;
    font-size: 13px;
}

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

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

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

.comment-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}