body {
    background: #f7f8f4;
    color: #24272a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
}

a {
    color: #155f6d;
}

.site-header,
.main-navigation,
.navigation-top {
    background: #ffffff;
    border-bottom: 1px solid #dfe4dd;
}

.site-title,
.site-title a {
    color: #182225;
    font-weight: 800;
    letter-spacing: 0;
}

.site-description {
    color: #5c666a;
}

.main-navigation a,
.navigation-top a {
    color: #263238;
    font-weight: 700;
}

.main-navigation a:hover,
.navigation-top a:hover {
    color: #0f6b7a;
}

.tipclass-home {
    max-width: 1160px;
    margin: 0 auto;
    padding: 28px 18px 48px;
}

.tipclass-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 32px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #dfe4dd;
    border-radius: 8px;
}

.tipclass-eyebrow {
    margin: 0 0 10px;
    color: #9a3f36;
    font-size: 13px;
    font-weight: 800;
}

.tipclass-hero h1 {
    margin: 0 0 12px;
    color: #182225;
    font-size: 34px;
    line-height: 1.28;
    letter-spacing: 0;
}

.tipclass-hero p {
    margin: 0;
    color: #4d585c;
    font-size: 16px;
    line-height: 1.75;
}

.tipclass-hero-links {
    display: grid;
    gap: 12px;
}

.tipclass-hero-links a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 96px;
    padding: 18px;
    color: #182225;
    text-decoration: none;
    background: #edf4f1;
    border: 1px solid #cfddd8;
    border-radius: 8px;
}

.tipclass-hero-links span {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 800;
}

.tipclass-hero-links small {
    color: #526064;
    font-size: 13px;
    line-height: 1.55;
}

.tipclass-post-section {
    margin-top: 34px;
}

.tipclass-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    border-bottom: 2px solid #263238;
}

.tipclass-section-heading h2 {
    margin: 0;
    padding: 0 0 10px;
    color: #182225;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0;
}

.tipclass-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tipclass-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe4dd;
    border-radius: 8px;
}

.tipclass-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 10;
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    text-decoration: none;
    background: #155f6d;
}

.tipclass-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tipclass-card-body {
    padding: 16px;
}

.tipclass-card-category {
    display: inline-flex;
    margin-bottom: 8px;
    color: #9a3f36;
    font-size: 12px;
    font-weight: 800;
}

.tipclass-card h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: 0;
}

.tipclass-card h3 a {
    color: #182225;
    text-decoration: none;
}

.tipclass-card p {
    margin: 0;
    color: #5c666a;
    font-size: 14px;
    line-height: 1.65;
}

.tipclass-empty {
    padding: 24px;
    background: #ffffff;
    border: 1px solid #dfe4dd;
    border-radius: 8px;
}

.tipclass-trust-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: center;
    margin: 36px auto 0;
    padding: 20px 16px;
    max-width: 1160px;
    border-top: 1px solid #dfe4dd;
}

.tipclass-trust-footer a {
    color: #4d585c;
    font-size: 13px;
    text-decoration: none;
}

.site-info a[href*="wordpress.org"],
.site-info a[href*="acmethemes.com"] {
    display: none !important;
}

@media (max-width: 860px) {
    .tipclass-hero {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .tipclass-hero h1 {
        font-size: 28px;
    }

    .tipclass-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .tipclass-home {
        padding: 18px 12px 36px;
    }

    .tipclass-hero {
        padding: 18px;
    }

    .tipclass-hero h1 {
        font-size: 24px;
    }

    .tipclass-card-grid {
        grid-template-columns: 1fr;
    }
}
