.cg-focus-wrap,
.cg-focus-wrap * { box-sizing: border-box; }

.cg-focus-wrap {
    width: 1200px;
    max-width: calc(100% - 40px);
    height: 330px;
    margin: 30px auto 8px;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(460px, .94fr);
    overflow: hidden;
    border: 1px solid #dce7e4;
    border-radius: 6px;
    background: #fff;
    color: #17343a;
    box-shadow: 0 10px 30px rgba(18, 63, 71, .06);
}

.cg-focus-slider,
.cg-focus-slides,
.cg-focus-slide,
.cg-focus-slide > a { position: relative; width: 100%; height: 100%; }
.cg-focus-slider { overflow: hidden; background: #143b42; }
.cg-focus-slides { min-width: 0; }
.cg-focus-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .4s ease; }
.cg-focus-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.cg-focus-slide > a { display: block; color: #fff; }
.cg-focus-slide img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); transition: transform 5.5s ease; }
.cg-focus-slide.is-active img { transform: scale(1.055); }
.cg-focus-shade { position: absolute; inset: 48% 0 0; display: block; background: rgba(8, 25, 29, .72); }
.cg-focus-caption { position: absolute; z-index: 2; left: 24px; right: 72px; bottom: 20px; display: block; }
.cg-focus-caption small { display: block; margin-bottom: 5px; color: #f1bd58; font-size: 11px; line-height: 1.4; }
.cg-focus-caption strong { display: block; overflow: hidden; color: #fff; font-size: 20px; line-height: 1.35; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; }
.cg-focus-caption em { display: block; margin-top: 5px; color: #d8e7e4; font-size: 11px; line-height: 1.4; font-style: normal; }

.cg-focus-arrow { position: absolute; z-index: 4; top: 50%; width: 34px; height: 42px; margin-top: -21px; padding: 0; border: 0; background: rgba(10, 35, 40, .72); color: #fff; font: 26px/42px Arial, sans-serif; cursor: pointer; opacity: 0; transition: opacity .18s ease, background .18s ease; }
.cg-focus-slider:hover .cg-focus-arrow,
.cg-focus-arrow:focus-visible { opacity: 1; }
.cg-focus-arrow:hover { background: #178d7d; }
.cg-focus-prev { left: 0; }
.cg-focus-next { right: 0; }
.cg-focus-dots { position: absolute; z-index: 4; right: 18px; bottom: 22px; display: flex; align-items: center; gap: 6px; }
.cg-focus-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .62); cursor: pointer; transition: width .18s ease, border-radius .18s ease, background .18s ease; }
.cg-focus-dots button.is-active { width: 20px; border-radius: 5px; background: #f1bd58; }

.cg-focus-reader { min-width: 0; height: 100%; padding: 0 20px; background: #fff; }
.cg-focus-reader > header { height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #e3ebe9; }
.cg-focus-reader h2 { flex: 0 0 auto; display: flex; align-items: center; gap: 9px; margin: 0; color: #17343a; font-size: 15px; line-height: 1.2; font-weight: 700; }
.cg-focus-reader h2 i { width: 4px; height: 18px; border-radius: 2px; background: #ef705b; }
.cg-focus-tabs { min-width: 0; display: flex; justify-content: flex-end; gap: 5px; }
.cg-focus-tabs button { min-height: 30px; padding: 0 11px; border: 1px solid transparent; border-radius: 5px; background: #f1f4f3; color: #667b78; font-size: 12px; line-height: 28px; white-space: nowrap; cursor: pointer; }
.cg-focus-tabs button:hover { color: #17343a; border-color: #d7e3e0; }
.cg-focus-tabs button.is-active { border-color: #178d7d; background: #178d7d; color: #fff; }
.cg-focus-panels { position: relative; height: calc(100% - 54px); overflow: hidden; }
.cg-focus-panel { display: none; height: 100%; }
.cg-focus-panel.is-active { display: block; }
.cg-focus-lead { height: 100px; padding: 13px 0 10px; border-bottom: 1px dashed #dce6e3; }
.cg-focus-lead h3 { margin: 0; overflow: hidden; font-size: 17px; line-height: 1.35; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; }
.cg-focus-lead h3 a { color: #ef705b; }
.cg-focus-lead h3 a:hover { color: #c94f3e; }
.cg-focus-lead p { height: 36px; margin: 5px 0 0; overflow: hidden; color: #7a8d89; font-size: 12px; line-height: 18px; }
.cg-focus-lead span { display: block; margin-top: 4px; color: #9aaba8; font-size: 10px; line-height: 1.2; }
.cg-focus-panel ul { margin: 5px 0 0; padding: 0; list-style: none; }
.cg-focus-panel li { height: 31px; margin: 0; border-bottom: 1px solid #f1f4f3; }
.cg-focus-panel li:last-child { border-bottom: 0; }
.cg-focus-panel li a { height: 31px; display: flex; align-items: center; gap: 12px; color: #314b50; font-size: 12px; line-height: 31px; }
.cg-focus-panel li a::before { flex: 0 0 auto; width: 4px; height: 4px; border-radius: 50%; background: #b9c8c5; content: ''; }
.cg-focus-panel li span { min-width: 0; flex: 1 1 auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.cg-focus-panel li em { flex: 0 0 auto; color: #9aacaa; font-size: 10px; font-style: normal; }
.cg-focus-panel li a:hover span { color: #178d7d; }

@media (max-width: 980px) {
    .cg-focus-wrap { height: auto; grid-template-columns: 1fr; }
    .cg-focus-slider { height: 340px; }
    .cg-focus-reader { height: 330px; }
}

@media (max-width: 640px) {
    .cg-focus-wrap { max-width: calc(100% - 24px); margin-top: 20px; border-radius: 5px; }
    .cg-focus-slider { height: auto; aspect-ratio: 16 / 10; }
    .cg-focus-caption { left: 16px; right: 48px; bottom: 16px; }
    .cg-focus-caption small,
    .cg-focus-caption em { display: none; }
    .cg-focus-caption strong { font-size: 16px; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
    .cg-focus-dots { right: 14px; bottom: 16px; }
    .cg-focus-arrow { display: none; }
    .cg-focus-reader { height: 350px; padding: 0 14px; }
    .cg-focus-reader > header { height: 96px; display: block; padding-top: 12px; }
    .cg-focus-reader h2 { height: 28px; }
    .cg-focus-tabs { width: 100%; margin-top: 7px; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
    .cg-focus-tabs::-webkit-scrollbar { display: none; }
    .cg-focus-tabs button { flex: 0 0 auto; }
    .cg-focus-panels { height: calc(100% - 96px); }
    .cg-focus-lead { height: 95px; }
    .cg-focus-panel li em { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .cg-focus-slide,
    .cg-focus-slide img,
    .cg-focus-dots button { transition: none; }
}
