.site-content {
    align-self: center;
    max-width: 100%;
    width: 100%;
}

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

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

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

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

.generate-money-idea-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-money-idea-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-money-idea-item a {
    font-size: 15px !important;
}

.money-idea-item {
    width: calc(33.33% - 10px);
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: white;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.1) 0px 4px 12px -2px, rgba(0, 0, 0, 0.15) 0px 2px 6px -2px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

h2.money-idea-item-name {
    font-size: 18px !important;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 0 !important;
}

.money-idea-item-description {
    font-size: 13px;
    color: #424242;
    text-align: center;
    line-height: 1.6;
    font-style: italic;
}

.money-idea-item-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
}

.money-idea-meta-field {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.money-idea-meta-field--full {
    grid-column: 1 / -1;
}

.money-idea-meta-label {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 700;
    line-height: 1.5;
}

.money-idea-meta-value {
    font-size: 13px;
    color: #222;
    font-weight: 500;
    line-height: 1.5;
}

.partner-recommendation {
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    text-align: center;
}

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

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

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

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

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

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

@media (max-width: 1024px) {
    .site-main {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .money-idea-item,
    .generate-money-idea-item {
        width: 100%;
    }

    .other-money-idea-collection {
        width: 100%;
    }
}
