
/* === hope_onsure skin - Generated === */
:root {
    --hope_onsure-primary: #06B6D4;
    --hope_onsure-accent: #A5F3FC;
    --hope_onsure-dark: #164E63;
}
.skin-hope_onsure {
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    color: #1a1a1a;
}
.skin-hope_onsure .main-header {
    background: #ffffff;
    color: #164E63;
    border-bottom: 2px solid #06B6D4;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}
.skin-hope_onsure .main-header a {
    color: #164E63;
}
.skin-hope_onsure .main-header .brand-logo a {
    color: #06B6D4;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.skin-hope_onsure .main-header nav ul li a:hover {
    color: #06B6D4;
}
.skin-hope_onsure h1, .skin-hope_onsure h2, .skin-hope_onsure h3, .skin-hope_onsure h4 {
    font-family: 'Lato', sans-serif;
    color: #164E63;
}
.skin-hope_onsure a { color: inherit; text-decoration: none; }
.skin-hope_onsure .section-label {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #06B6D4;
    color: #164E63;
    letter-spacing: -0.5px;
}
.skin-hope_onsure .post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}
.skin-hope_onsure .post-card {
    background: #fff;
    border: 1px solid #eef;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
.skin-hope_onsure .post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-color: #A5F3FC;
}
.skin-hope_onsure .post-thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
}
.skin-hope_onsure .post-content { padding: 16px; }
.skin-hope_onsure .post-category {
    display: inline-block;
    background: #06B6D4;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    margin-bottom: 8px;
}
.skin-hope_onsure .post-content h3 {
    font-size: 1.05rem;
    margin: 6px 0 10px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.skin-hope_onsure .post-excerpt {
    font-size: 0.85rem;
    color: #555;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.skin-hope_onsure .post-card time { font-size: 0.8rem; color: #888; }

/* Post detail */
.skin-hope_onsure .post-detail {
    max-width: 800px;
    margin: 30px auto;
    padding: 0 20px;
}
.skin-hope_onsure .post-detail h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 15px 0;
    color: #164E63;
}
.skin-hope_onsure .post-thumb-full {
    height: 380px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-bottom: 30px;
}
.skin-hope_onsure .post-body {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2a2a2a;
}
.skin-hope_onsure .post-body h2 { margin: 30px 0 15px; font-size: 1.5rem; color: #06B6D4; }
.skin-hope_onsure .post-body h3 { margin: 25px 0 12px; font-size: 1.2rem; }
.skin-hope_onsure .post-body p { margin-bottom: 18px; }
.skin-hope_onsure .post-body a { color: #06B6D4; text-decoration: underline; }
.skin-hope_onsure .post-body img { max-width: 100%; border-radius: 8px; margin: 15px 0; }
.skin-hope_onsure .related-content { max-width: 1200px; margin: 60px auto; padding: 0 20px; }
.skin-hope_onsure .related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}
.skin-hope_onsure .related-card { background: #f9f9f9; border-radius: 8px; overflow: hidden; }
.skin-hope_onsure .related-thumb { height: 140px; background-size: cover; background-position: center; }
.skin-hope_onsure .related-info { padding: 12px; }
.skin-hope_onsure .related-info h4 { font-size: 0.95rem; margin: 5px 0; }
.skin-hope_onsure .related-cat { font-size: 0.7rem; color: #06B6D4; text-transform: uppercase; }

/* Category header */
.skin-hope_onsure .category-header {
    padding: 60px 20px 30px;
    text-align: center;
    background: linear-gradient(135deg, #06B6D415, #A5F3FC20);
    margin-bottom: 40px;
    border-radius: 0 0 16px 16px;
}
.skin-hope_onsure .category-header h1 {
    font-size: 2.2rem;
    color: #164E63;
    margin: 0;
}
.skin-hope_onsure .category-sub { margin-top: 10px; color: #666; font-style: italic; }

.skin-hope_onsure .pagination a,
.skin-hope_onsure .pagination span {
    border: 1px solid #A5F3FC;
    color: #164E63;
}
.skin-hope_onsure .pagination .current,
.skin-hope_onsure .pagination a:hover {
    background: #06B6D4;
    color: #fff;
    border-color: #06B6D4;
}

footer { background: #164E63; color: #fff; padding: 30px 0; text-align: center; margin-top: 60px; }
footer a { color: #A5F3FC; }

.skin-hope_onsure .magazine-banner {
    padding: 60px 20px 30px;
    text-align: center;
    border-bottom: 4px double #06B6D4;
    margin-bottom: 40px;
}
.skin-hope_onsure .magazine-title {
    font-size: 3rem;
    color: #164E63;
    font-weight: 900;
    letter-spacing: -1.5px;
}
.skin-hope_onsure .dual-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}
.skin-hope_onsure .dual-card { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid #eee; }
.skin-hope_onsure .dual-thumb { height: 260px; background-size: cover; background-position: center; }
.skin-hope_onsure .dual-info { padding: 20px; }
.skin-hope_onsure .dual-info h3 { font-size: 1.4rem; margin: 8px 0; }
.skin-hope_onsure .dual-info p { font-size: 0.9rem; color: #666; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; margin: 10px 0; }
.skin-hope_onsure .dual-cat { background: #06B6D4; color: #fff; padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; }
.skin-hope_onsure .editors-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}
.skin-hope_onsure .editors-main { position: relative; height: 420px; border-radius: 12px; overflow: hidden; }
.skin-hope_onsure .editors-thumb { position: absolute; inset: 0; background-size: cover; background-position: center; }
.skin-hope_onsure .editors-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent 60%); }
.skin-hope_onsure .editors-info { position: absolute; bottom: 25px; left: 25px; right: 25px; color: #fff; z-index: 1; }
.skin-hope_onsure .editors-info h3 { color: #fff; font-size: 1.6rem; }
.skin-hope_onsure .editors-info span { background: #A5F3FC; color: #164E63; padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; }
.skin-hope_onsure .editors-side { display: flex; gap: 12px; margin-bottom: 20px; }
.skin-hope_onsure .editors-side-thumb { width: 100px; height: 100px; background-size: cover; background-position: center; border-radius: 8px; flex-shrink: 0; }
.skin-hope_onsure .editors-side-info h4 { font-size: 1rem; margin: 5px 0; }
.skin-hope_onsure .editors-side-info span { color: #06B6D4; font-size: 0.75rem; text-transform: uppercase; }
@media (max-width: 768px) {
    .skin-hope_onsure .dual-top, .skin-hope_onsure .editors-layout { grid-template-columns: 1fr; }
    .skin-hope_onsure .magazine-title { font-size: 2rem; }
}
