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

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

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

.entry-title span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.entry-description {
    font-size: 12px;
    margin-bottom: 10px !important;
    line-height: 1.2;
}

.entry-extra-info {
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
}

/* .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: 36px !important;
}

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

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

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

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

.other-tts-voices h2 {
    width: 100%;
}

.other-tts-voice {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    width: 150px;
    max-width: 100%;
}

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

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

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

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

.entry-content h2 {
    font-size: 24px !important;
    font-weight: bold;
}

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

.tts-voice-generator-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 80px;
}

.tts-voice-generator-wrapper {
    text-align: center;
    border: 1px solid lightgray;
    border-radius: 20px;
    max-width: 768px;
    padding: 20px;
}

.bookmark-notice {
    display: none;
    width: 100%;
    background-color: lightyellow;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    font-style: italic;
    font-weight: bold;
    color: red;
}