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

.entry-header h1 {
    font-size: 38px !important;
    margin-bottom: 0px !important;
    font-weight: bold;
}

.entry-description {
    font-size: 16px;
    line-height: 1.5;
    font-style: italic;
}

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

.font-collection-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.font-controls {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 20px 10px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin-bottom: 10px;
}

.font-control-group {
    display: flex;
    flex-direction: column;
}

.font-control-group label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2px;
}

.font-control-input {
    background-color: white !important;
    border: 1px solid lightgray !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    color: black !important;
    line-height: 1.5 !important;
    padding: 10px !important;
    height: 40px !important;
}

.font-control-input:focus {
    border-color: black !important;
}

.font-reset-group {
    position: absolute;
    right: 10px;
    top: 10px;
}

.font-reset-group button, .font-reset-group button:focus {
    padding: 8px;
    background-color: #5b5b5b;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}

.font-reset-group button:hover {
    background-color: #5a6268;
}

.font-controls-note {
    padding: 10px 20px;
    background-color: #e7f5ff;
    border: 1px solid #b8daff;
    border-radius: 4px;
    color: #004085;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.font-controls-note i {
    margin-right: 5px;
}

.font-item {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 5px solid rgb(230, 230, 230);
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.font-item-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

.font-item-example-text {
    width: 100%;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    padding: 0px 10px;
}

.font-item-description {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    padding: 0px 10px;
}

.font-item-info-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.font-item-family {
    font-size: 18px !important;
    line-height: 1.5 !important;
    background: rgba(0, 0, 0, 0.05);
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.font-item-source-link {
    font-size: 14px;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.05);
    padding: 2px 10px;
    border-radius: 5px;
}

.font-item-source-link a {
    color: black;
}

.font-item-info-footer {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.font-item-category, .font-item-popularity, .font-item-trending {
    font-size: 13px;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.05);
    padding: 2px 10px;
    border-radius: 5px;
}

.generate-font-item-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.generate-font-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 500px;
    max-width: 100%;
    border: 2px dashed lightgray;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    font-size: 18px;
}

.generate-font-item-text {
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 5px;
}

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

.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;
    overflow: hidden;
}

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

.entry-content h2 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
}

.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-font-collections {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

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

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

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

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

.other-font-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;
    }

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