.hoju-news-list,
.hoju-news-view,
.hoju-news-board {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    color: #12232f;
}

.hoju-news-list *,
.hoju-news-view *,
.hoju-news-board * {
    box-sizing: border-box;
}

.hoju-news-list-head,
.hoju-news-view-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding: 22px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff, #f2faf8);
    box-shadow: 0 14px 34px rgba(16, 33, 43, 0.06);
}

.hoju-news-list-head p,
.hoju-news-view-head p {
    margin: 0 0 8px;
    color: #0b7c66;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hoju-news-list-head h2,
.hoju-news-view-head h1 {
    margin: 0;
    color: #10202a;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: break-word;
    word-break: keep-all;
}

.hoju-news-list-head span,
.hoju-news-view-meta {
    color: #60717a;
    font-size: 13px;
    line-height: 1.5;
}

.hoju-news-list-actions,
.hoju-news-view-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.hoju-news-list-actions a,
.hoju-news-list-actions button,
.hoju-news-view-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid #d8e3e7;
    border-radius: 8px;
    background: #fff;
    color: #123040;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.hoju-news-list-actions a,
.hoju-news-view-actions a:nth-child(1) {
    background: #123246;
    border-color: #123246;
    color: #fff;
}

.hoju-news-search {
    display: none;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid #e3eaee;
    border-radius: 10px;
    background: #f8fafb;
}

.hoju-news-search.is-open {
    display: block;
}

.hoju-news-search form {
    display: grid;
    grid-template-columns: 150px 110px minmax(0, 1fr) 80px;
    gap: 8px;
}

.hoju-news-search select,
.hoju-news-search input,
.hoju-news-search button {
    min-width: 0;
    min-height: 38px;
    border: 1px solid #d8e3e7;
    border-radius: 8px;
    background: #fff;
    padding: 0 10px;
}

.hoju-news-search button {
    background: #0b7c66;
    border-color: #0b7c66;
    color: #fff;
    font-weight: 700;
}

.hoju-news-list-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #60717a;
    font-size: 13px;
}

.hoju-news-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.hoju-news-card,
.hoju-news-empty,
.hoju-news-section,
.hoju-news-info-card {
    display: block;
    min-width: 0;
    border: 1px solid rgba(19, 33, 43, 0.08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 33, 43, 0.05);
}

.hoju-news-card {
    padding: 18px;
    color: #10202a;
    text-decoration: none;
}

.hoju-news-card-top,
.hoju-news-card-bottom,
.hoju-news-view-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.hoju-news-card-top {
    justify-content: space-between;
    margin-bottom: 10px;
    color: #697982;
    font-size: 12px;
}

.hoju-news-card h3 {
    margin: 0 0 12px;
    color: #10202a;
    font-size: 20px;
    line-height: 1.32;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: break-word;
    word-break: keep-all;
}

.hoju-news-card-headlines p,
.hoju-news-item p {
    margin: 0 0 8px;
    color: #50636d;
    font-size: 14px;
    line-height: 1.62;
    overflow-wrap: break-word;
    word-break: keep-all;
}

.hoju-news-card-headlines p {
    position: relative;
    padding-left: 10px;
    color: #42545d;
    font-size: 13.5px;
    line-height: 1.5;
}

.hoju-news-card-headlines p::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0b7c66;
}

.hoju-news-card-tags,
.hoju-news-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0;
}

.hoju-news-card-tags span,
.hoju-news-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 0 7px;
    border-radius: 999px;
    background: #edf8f4;
    color: #0b7c66;
    font-size: 11.5px;
    font-weight: 700;
}

.hoju-news-card-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eef3f5;
    color: #60717a;
    font-size: 12px;
    line-height: 1.45;
}

.hoju-news-view-content {
    max-width: 880px;
    margin: 0 auto;
}

.hoju-news-board {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hoju-news-summary {
    min-width: 0;
    padding: 20px 22px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    border-radius: 12px;
    background: linear-gradient(135deg, #f6fbf9, #ffffff);
    box-shadow: 0 12px 28px rgba(16, 33, 43, 0.05);
}

.hoju-news-summary-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.hoju-news-kicker {
    margin: 0 0 5px;
    color: #0b7c66;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.hoju-news-summary h2 {
    margin: 0;
    color: #10202a;
    font-size: 22px;
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: 0;
    word-break: keep-all;
}

.hoju-news-date {
    flex: 0 0 auto;
    color: #60717a;
    font-size: 13px;
    line-height: 1.5;
}

.hoju-news-summary-list {
    margin: 0;
    padding: 0;
    counter-reset: hoju-summary;
    list-style: none;
}

.hoju-news-summary-list li {
    position: relative;
    min-height: 34px;
    margin: 0;
    padding: 7px 0 7px 42px;
    border-top: 1px solid #e6f0ee;
    color: #10202a;
    font-size: 15.5px;
    line-height: 1.48;
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: keep-all;
}

.hoju-news-summary-list li::before {
    counter-increment: hoju-summary;
    content: counter(hoju-summary);
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0b7c66;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.hoju-news-section-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.hoju-news-section,
.hoju-news-info-card,
.hoju-news-empty {
    padding: 20px;
}

.hoju-news-section h3,
.hoju-news-info-card h3 {
    margin: 0 0 14px;
    color: #10202a;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.hoju-news-section h3 span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eaf6f3;
    color: #0b7c66;
    font-size: 13px;
    font-weight: 800;
}

.hoju-news-item + .hoju-news-item {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e8f0f3;
}

.hoju-news-item h4 {
    margin: 0 0 9px;
    color: #10202a;
    font-size: 19px;
    line-height: 1.38;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: break-word;
    word-break: keep-all;
}

.hoju-news-info-band {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hoju-news-notes {
    grid-column: 1 / -1;
}

.hoju-news-weather,
.hoju-news-markets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.hoju-news-weather span,
.hoju-news-markets span {
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid #eef3f5;
    border-radius: 8px;
    background: #f8fafb;
    color: #42545d;
    font-size: 13px;
    line-height: 1.35;
}

.hoju-news-weather strong,
.hoju-news-markets strong {
    display: inline-block;
    margin-right: 4px;
    color: #10202a;
    font-weight: 800;
}

.hoju-news-weather em,
.hoju-news-markets em {
    color: #75848b;
    font-style: normal;
}

.hoju-news-notes p {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 10px;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #eef3f5;
    color: #50636d;
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: break-word;
    word-break: keep-all;
}

.hoju-news-notes p:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.hoju-news-notes p:last-child {
    padding-bottom: 0;
}

.hoju-news-notes strong {
    color: #0b7c66;
    font-weight: 800;
}

.hoju-news-notes span {
    min-width: 0;
}

.hoju-news-view-actions {
    max-width: 880px;
    margin: 18px auto 0;
    justify-content: flex-start;
}

@media all and (max-width: 991px) {
    .hoju-news-card-grid,
    .hoju-news-info-band,
    .hoju-news-weather,
    .hoju-news-markets {
        grid-template-columns: 1fr;
    }

    .hoju-news-list-head,
    .hoju-news-view-head {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 16px;
        border-radius: 10px;
    }

    .hoju-news-list-head h2,
    .hoju-news-view-head h1 {
        font-size: 23px;
        line-height: 1.3;
    }

    .hoju-news-card,
    .hoju-news-summary,
    .hoju-news-section,
    .hoju-news-info-card,
    .hoju-news-empty {
        padding: 15px 14px;
        border-radius: 10px;
    }

    .hoju-news-card h3 {
        font-size: 18px;
    }

    .hoju-news-item h4 {
        font-size: 17px;
    }

    .hoju-news-summary-head,
    .hoju-news-notes p {
        grid-template-columns: 1fr;
    }

    .hoju-news-summary-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .hoju-news-summary h2 {
        font-size: 20px;
    }

    .hoju-news-summary-list li {
        padding-left: 38px;
        font-size: 15px;
    }

    .hoju-news-search form {
        grid-template-columns: 1fr;
    }
}
