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

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

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

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

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

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

.photo-styles-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.a-photo-style {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    width: 200px;
    max-width: 100%;
}

.a-photo-style img {
    border-radius: 10px;
    margin-bottom: 5px;
}

.a-photo-style-description {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

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

.photo-style-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;
}