/* ============================================
   RecipeHub Custom Styles - Modern Cyan
   이윤선 쿠킹스튜디오 - 기업 행사 도시락
   ============================================ */

:root {
    --rh-dark: #16213E;
    --rh-dark-mid: #1A2744;
    --rh-navy: #0F3460;
    --rh-cyan: #00BCD4;
    --rh-cyan-light: #80DEEA;
    --rh-cyan-pale: #B2EBF2;
    --rh-teal: #009688;
    --rh-bg: #F5F9FC;
    --rh-bg-alt: #EBF3F8;
    --rh-white: #FFFFFF;
    --rh-text: #1A2744;
    --rh-text-mid: #3A4A6A;
    --rh-text-light: #6B7B9A;
    --rh-accent: #E91E63;
    --rh-border: #D6E4EE;
}

body.single-post,
body.page {
    background-color: var(--rh-bg);
    color: var(--rh-text);
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.85;
}

.rh-post-header {
    background: linear-gradient(135deg, var(--rh-dark) 0%, var(--rh-navy) 100%);
    color: var(--rh-white);
    padding: 56px 24px 44px;
    text-align: center;
}

.rh-post-header h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto 12px;
    max-width: 720px;
    line-height: 1.4;
}

.rh-post-meta {
    font-size: 14px;
    color: var(--rh-cyan-light);
    opacity: 0.9;
}

.rh-breadcrumb {
    background: var(--rh-bg-alt);
    padding: 14px 24px;
    font-size: 13px;
    color: var(--rh-text-light);
    border-bottom: 1px solid var(--rh-border);
}

.rh-breadcrumb a {
    color: var(--rh-cyan);
    text-decoration: none;
}

.rh-breadcrumb a:hover {
    text-decoration: underline;
}

.rh-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 24px 60px;
}

.rh-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--rh-dark);
    margin: 40px 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--rh-cyan);
    line-height: 1.4;
}

.rh-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--rh-navy);
    margin: 30px 0 12px;
    padding-left: 14px;
    border-left: 3px solid var(--rh-cyan);
    line-height: 1.4;
}

.rh-content p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--rh-text);
    margin-bottom: 18px;
    word-break: keep-all;
}

.rh-content ul, .rh-content ol {
    margin: 16px 0 20px 20px;
}

.rh-content li {
    margin-bottom: 8px;
    line-height: 1.7;
    font-size: 15px;
}

.rh-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 4px 16px rgba(0,188,212,0.1);
}

.rh-info-box {
    background: var(--rh-white);
    border: 1px solid var(--rh-border);
    border-left: 4px solid var(--rh-cyan);
    border-radius: 8px;
    padding: 20px 24px;
    margin: 24px 0;
}

.rh-info-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--rh-dark);
    margin: 0 0 10px;
}

.rh-highlight {
    background: linear-gradient(135deg, var(--rh-dark) 0%, var(--rh-navy) 100%);
    color: var(--rh-white);
    border-radius: 10px;
    padding: 24px 28px;
    margin: 28px 0;
}

.rh-highlight h4 {
    color: var(--rh-cyan-light);
    font-size: 17px;
    margin: 0 0 10px;
}

.rh-highlight p {
    color: rgba(255,255,255,0.88);
    margin-bottom: 8px;
}

.rh-price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: var(--rh-white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.rh-price-table thead {
    background: linear-gradient(135deg, var(--rh-dark) 0%, var(--rh-navy) 100%);
    color: var(--rh-white);
}

.rh-price-table th {
    padding: 14px 16px;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

.rh-price-table td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--rh-border);
    font-size: 14px;
}

.rh-price-table tr:last-child td { border-bottom: none; }

.rh-price-table tr:nth-child(even) { background: var(--rh-bg); }

.rh-cta {
    background: var(--rh-bg-alt);
    border: 2px solid var(--rh-cyan);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    margin: 36px 0;
}

.rh-cta h3 {
    border: none;
    padding: 0;
    text-align: center;
    color: var(--rh-dark);
    margin: 0 0 10px;
}

.rh-cta .rh-phone {
    font-size: 24px;
    font-weight: 700;
    color: var(--rh-cyan);
    display: block;
    margin: 12px 0;
}

.rh-faq { margin: 32px 0; }

.rh-faq-item {
    background: var(--rh-white);
    border: 1px solid var(--rh-border);
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.rh-faq-q {
    font-weight: 700;
    font-size: 15px;
    color: var(--rh-dark);
    padding: 16px 20px;
    background: var(--rh-bg);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rh-faq-q::after {
    content: '+';
    font-size: 20px;
    color: var(--rh-cyan);
    font-weight: 700;
    flex-shrink: 0;
    margin-left: 12px;
}

.rh-faq-a {
    padding: 16px 20px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--rh-text-light);
    border-top: 1px solid var(--rh-border);
}

.rh-footer {
    background: var(--rh-dark);
    color: rgba(255,255,255,0.65);
    padding: 30px 24px;
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
}

.rh-footer strong {
    color: var(--rh-cyan-light);
}

@media (max-width: 600px) {
    .rh-post-header { padding: 36px 16px 30px; }
    .rh-post-header h1 { font-size: 22px; }
    .rh-content { padding: 28px 16px 40px; }
    .rh-content h2 { font-size: 19px; }
    .rh-cta .rh-phone { font-size: 20px; }
}
