.guide-page {
    padding: 8px 0 40px;
}

.guide-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 8px;
    padding: 6px 0 14px;
    border-bottom: 2px solid #002d5b;
}

.guide-head h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #002d5b;
    letter-spacing: -0.4px;
}

.guide-head .guide-meta {
    font-size: 13px;
    color: #5a6c7d;
}

.guide-rows {
    list-style: none;
    margin: 0;
    padding: 0;
}

.guide-row {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 8px;
    border-bottom: 1px solid #e9ecef;
    text-decoration: none;
    color: inherit;
}

.guide-row:hover {
    background: #f8f9fa;
}

.guide-thumb {
    flex: 0 0 168px;
    width: 168px;
    height: 100px;
    overflow: hidden;
    background: #e6eef5;
    border: 1px solid #e9ecef;
}

.guide-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-thumb .ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #002d5b;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.guide-body {
    min-width: 0;
    flex: 1;
    padding-top: 2px;
}

.guide-body h3 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -0.3px;
    line-height: 1.4;
}

.guide-row:hover .guide-body h3 {
    color: #002d5b;
}

.guide-body p {
    margin: 0 0 8px;
    font-size: 13px;
    color: #5a6c7d;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.guide-body time {
    font-size: 12px;
    color: #95a5a6;
}

.guide-empty {
    padding: 64px 16px;
    text-align: center;
    color: #95a5a6;
    font-size: 14px;
}

.guide-pager {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 28px 0 0;
}

.guide-pager a {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #2c3e50;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.guide-pager a:hover,
.guide-pager a.on {
    background: #002d5b;
    border-color: #002d5b;
    color: #fff;
}

@media (max-width: 768px) {
    .guide-head h2 {
        font-size: 18px;
    }
    .guide-row {
        gap: 12px;
        padding: 14px 0;
    }
    .guide-thumb {
        flex-basis: 112px;
        width: 112px;
        height: 76px;
    }
    .guide-body h3 {
        font-size: 15px;
    }
}
