/*
Theme Name: Owllo Blog KO
Theme URI: https://owllo.ai
Author: Owllo Team
Author URI: https://owllo.ai
Description: Owllo 공식 한국어 블로그 테마. 다크 네이비 + 앰버 디자인 시스템. FSE 블록 테마. Noto Sans KR 기반 한글 타이포그래피.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: owllo-blog-ko
Tags: blog, block-patterns, block-styles, custom-colors, custom-logo, editor-style, full-site-editing, one-column, wide-blocks, translation-ready
*/

/* ── WORDPRESS DEFAULT OVERRIDES ── */
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Force our font sizes over WP defaults */
body {
  --wp--preset--font-size--small: 0.82rem !important;
  --wp--preset--font-size--medium: 1rem !important;
  --wp--preset--font-size--large: 1.2rem !important;
  --wp--preset--font-size--x-large: 1.6rem !important;
}

/* ── NAV (matches owllo.ai landing exactly) ── */
.owllo-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 52px;
  background: linear-gradient(to bottom, rgba(25, 33, 47, 0.96), transparent);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-weight: 300;
  letter-spacing: normal;
}
/* Reset all nav/footer elements to owllo.ai exact values */
.owllo-nav, .owllo-nav *:not(.owllo-logo):not(.owllo-logo-beta) {
  letter-spacing: normal !important;
}
.owllo-logo, .owllo-flogo {
  letter-spacing: -0.496px !important;
}
.owllo-logo-beta {
  letter-spacing: 0.4096px !important;
}
.owllo-nav, .owllo-nav a, .owllo-nav li, .owllo-nav ul, .owllo-nav .owllo-nav-links a {
  line-height: 24px !important;
}
.owllo-nav .owllo-nav-connect,
.owllo-nav .owllo-nav-connect *,
.owllo-nav .owllo-lang-trigger,
.owllo-nav .owllo-lang-trigger * {
  line-height: 20.88px !important;
}
.owllo-nav .owllo-logo-beta,
.owllo-footer .owllo-logo-beta {
  line-height: 0px !important;
}

/* ── LOGO (matches landing) ── */
.owllo-logo {
  font-family: var(--wp--preset--font-family--body);
  font-size: 24.8px;
  font-weight: 700;
  color: #f8d6a6;
  letter-spacing: -0.02em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 24.8px !important;
}
.owllo-logo:hover {
  color: #f8d6a6;
}
.owllo-logo-beta {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 0.32rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 0;
  text-transform: uppercase;
  background: rgba(80, 130, 220, 0.15);
  border: 1px solid rgba(80, 130, 220, 0.35);
  color: #7ab0e0;
  border-radius: 10px;
  padding: 4px 3px 3px;
  position: relative;
  top: -10px;
  left: -5px;
}

/* ── NAV LINKS (centered like landing) ── */
.owllo-nav-links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.owllo-nav-links a {
  color: #8a9db8 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.2s;
  padding: 12px 4px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.owllo-nav-links a:hover {
  color: #f4e6d6;
}

/* ── NAV RIGHT (CTA button) ── */
.owllo-nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* Tailwind-style form element font reset (matches owllo.ai) */
.owllo-nav button,
.owllo-nav input,
.owllo-nav select,
.owllo-nav textarea {
  font-family: inherit;
  font-size: 13.92px;
  font-weight: 600;
  line-height: 20.88px;
  letter-spacing: normal;
  color: #8a9db8;
}
.owllo-nav-connect {
  display: flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  color: #8a9db8;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 9px 18px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 40px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 13.92px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
}
.owllo-nav-connect:hover {
  border-color: rgba(232, 132, 90, 0.45);
  color: #f0a07a;
  background: rgba(232, 132, 90, 0.07);
}
.owllo-nav-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4cbb72;
  box-shadow: 0 0 6px rgba(76, 187, 114, 0.7);
  animation: owllo-blink 2.5s ease-in-out infinite;
}
@keyframes owllo-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* ── LOGIN BUTTON (matches landing) ── */
.owllo-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #8a9db8;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
}
.owllo-login-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: #f4e6d6;
}

/* ── LANG SWITCH (matches owllo.ai landing) ── */
.owllo-lang-switch {
  position: relative;
}
.owllo-lang-trigger {
  cursor: pointer;
  background: transparent;
  font-family: inherit;
}
.owllo-lang-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 160px;
  list-style: none;
  padding: 6px;
  margin: 0;
  border-radius: 12px;
  background: #1e2738;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  z-index: 300;
}
.owllo-lang-switch:focus-within .owllo-lang-dropdown {
  display: block;
}
.owllo-lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: #8a9db8;
  font-size: 0.84rem;
  font-weight: 500;
  transition: all 0.15s;
}
.owllo-lang-option:hover {
  background: rgba(232, 132, 90, 0.08);
  color: #f4e6d6;
}
.owllo-lang-active {
  color: #f4e6d6;
}

/* ── FOOTER (matches owllo.ai landing exactly) ── */
.owllo-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 40px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 300;
}
.owllo-footer,
.owllo-footer *:not(.owllo-logo-beta):not(.owllo-flogo),
.owllo-footer a {
  line-height: 24px !important;
  letter-spacing: normal !important;
}
.owllo-flogo {
  font-family: var(--wp--preset--font-family--body);
  font-size: 24.8px;
  font-weight: 700;
  color: #f8d6a6;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
}
.owllo-flogo .owllo-logo-beta {
  font-size: 0.32rem;
  border-radius: 10px;
  padding: 4px 3px 3px;
  top: -10px;
  left: -5px;
  vertical-align: baseline;
}
.owllo-flinks {
  display: flex;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.owllo-flinks a {
  font-size: 16px;
  font-weight: 600;
  color: #526070;
  letter-spacing: normal !important;
  text-decoration: none;
  transition: color 0.2s;
  padding: 12px 4px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.owllo-flinks a:hover {
  color: #f4e6d6;
}
.owllo-fcopy {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal !important;
  color: #526070;
  font-family: var(--wp--preset--font-family--mono);
  margin: 0;
}
.owllo-fcopy a {
  color: inherit;
  text-decoration: none;
}

/* ── MOBILE NAV ── */
@media (max-width: 768px) {
  .owllo-nav {
    padding: 16px 20px;
  }
  .owllo-nav-links {
    display: none;
  }
  .owllo-nav-right {
    display: none;
  }
  .owllo-footer {
    padding: 32px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .owllo-flinks {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}

/* ── BASE RESETS (matches Tailwind preflight from owllo.ai) ── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
  height: 100%;
}
.wp-site-blocks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.wp-site-blocks > footer.wp-block-template-part {
  margin-top: auto !important;
}

body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  text-rendering: auto;
  overflow-x: hidden;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* ── MAIN CONTENT: Pretendard (헤더/푸터 제외 전체) ── */
.wp-site-blocks > :not(header):not(footer),
.wp-site-blocks > :not(header):not(footer) *:not(.has-mono-font-family):not(.wp-block-post-date):not(.wp-block-post-terms):not(.owllo-featured-badge) {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", system-ui, -apple-system, sans-serif;
}
/* DM Mono 강제 */
.has-mono-font-family,
.wp-block-post-date,
.wp-block-post-date time,
.wp-block-post-terms,
.wp-block-post-terms a,
.owllo-featured-badge {
  font-family: "DM Mono", "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace !important;
}

/* ── KOREAN TYPOGRAPHY OPTIMIZATION ── */
p,
li,
blockquote,
figcaption,
.wp-block-post-excerpt {
  word-break: keep-all;
  overflow-wrap: break-word;
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6 {
  word-break: keep-all;
  letter-spacing: -0.02em;
}

/* ── NOISE TEXTURE (matches landing) ── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 999;
  opacity: 0.3;
}

/* ── SELECTION ── */
::selection {
  background: rgba(232, 132, 90, 0.3);
  color: #f4e6d6;
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #19212f;
}
::-webkit-scrollbar-thumb {
  background: #2c3a52;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3a4d6a;
}

/* ── CUSTOM CARD COMPONENT ── */
.owllo-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 28px;
  transition: all 0.3s ease;
}
.owllo-card:hover {
  border-color: rgba(232, 132, 90, 0.22);
  background: rgba(232, 132, 90, 0.04);
  transform: translateY(-2px);
}

/* ── GLASSMORPHISM PANEL ── */
.owllo-panel {
  background: rgba(10, 14, 24, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

/* ── TAG / CATEGORY PILLS ── */
.owllo-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(232, 132, 90, 0.1);
  border: 1px solid rgba(232, 132, 90, 0.25);
  border-radius: 30px;
  padding: 5px 14px;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: #f0a07a;
  text-decoration: none;
  transition: all 0.25s;
}
.owllo-tag:hover {
  background: rgba(232, 132, 90, 0.18);
  color: #e8845a;
}

/* ── NEWSLETTER FORM ── */
.owllo-newsletter {
  background: rgba(232, 132, 90, 0.06);
  border: 1px solid rgba(232, 132, 90, 0.18);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}
.owllo-newsletter input[type="email"] {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 0.9rem;
  color: #f4e6d6;
  width: 100%;
  max-width: 380px;
  outline: none;
  transition: border-color 0.25s;
}
.owllo-newsletter input[type="email"]::placeholder {
  color: #526070;
}
.owllo-newsletter input[type="email"]:focus {
  border-color: rgba(232, 132, 90, 0.45);
}
.owllo-newsletter button {
  background: #e8845a;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.25s;
  box-shadow: 0 8px 30px rgba(232, 132, 90, 0.35);
  margin-top: 14px;
}
.owllo-newsletter button:hover {
  background: #f0a07a;
  transform: translateY(-1px);
  box-shadow: 0 12px 40px rgba(232, 132, 90, 0.45);
}

/* ── FEATURED CARD (preview-ko.html 그대로) ── */
/* .featured-inner */
.owllo-featured-card {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  overflow: hidden;
  transition: all 0.3s;
}
/* .featured-inner:hover */
.owllo-featured-card:hover {
  border-color: rgba(232, 132, 90, 0.18) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}
/* .featured-img */
.owllo-featured-card .wp-block-post-featured-image {
  margin: 0 !important;
  width: 100% !important;
}
.owllo-featured-card .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}
/* .featured-body */
.owllo-featured-card > .wp-block-group {
  padding: 24px 36px 24px 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* .featured-badge */
.owllo-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  background: rgba(232, 132, 90, 0.1);
  border: 1px solid rgba(232, 132, 90, 0.25);
  border-radius: 40px;
  padding: 5px 16px;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f0a07a;
  margin-bottom: 18px;
}
/* .featured-badge .dot */
.owllo-featured-dot {
  width: 6px;
  height: 6px;
  background: #e8845a;
  border-radius: 50%;
  animation: owllo-blink 2s infinite;
}
/* .featured-body h2 */
.owllo-featured-card .wp-block-post-title {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.25 !important;
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}
.owllo-featured-card .wp-block-post-title a {
  text-decoration: none !important;
}
/* .featured-excerpt */
.owllo-featured-card .wp-block-post-excerpt {
  color: #8a9db8;
  font-size: 0.92rem !important;
  line-height: 1.8 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.owllo-featured-card .wp-block-post-excerpt__excerpt {
  margin: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* .btn-a */
.owllo-featured-card .wp-block-read-more {
  align-self: flex-end;
}
.owllo-featured-card .wp-block-read-more,
.owllo-featured-card .wp-block-button__link {
  padding: 12px 28px !important;
  border-radius: 50px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  box-shadow: 0 8px 30px rgba(232, 132, 90, 0.35);
}
.owllo-featured-card .wp-block-read-more:hover,
.owllo-featured-card .wp-block-button__link:hover {
  background: #f0a07a !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(232, 132, 90, 0.45);
}

/* .div (Featured/Grid divider) */
.owllo-divider {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.09), transparent);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .owllo-featured-card {
    grid-template-columns: 1fr !important;
  }
  .owllo-featured-card > .wp-block-group {
    padding: 24px !important;
  }
}

/* ── SINGLE POST: back button ── */
.owllo-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8a9db8 !important;
  text-decoration: none !important;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  transition: all 0.25s;
}
.owllo-back-btn:hover {
  color: #f4e6d6 !important;
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
}

/* ── SINGLE POST: hero image ── */
.single .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  border-radius: 20px;
}

/* ── SINGLE POST: category, date, links ── */
.wp-block-post-terms a {
  color: #f0a07a !important;
  text-decoration: none !important;
}
.wp-block-post-terms a:hover {
  color: #e8845a !important;
}
.wp-block-post-title a {
  text-decoration: none !important;
}
.wp-block-post-author-name,
.wp-block-post-author-name a {
  color: #f4e6d6 !important;
  text-decoration: none !important;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", system-ui, -apple-system, sans-serif !important;
  font-size: 0.88rem;
  font-weight: 500;
}
.wp-block-post-author-name a:hover {
  color: #e8845a !important;
}

/* ── CATEGORY / POST-TERMS ── */
.owllo-post-card .wp-block-post-terms,
.owllo-post-card .wp-block-post-terms a,
.owllo-featured-card .wp-block-post-terms,
.owllo-featured-card .wp-block-post-terms a {
  color: #f0a07a !important;
  text-decoration: none !important;
  font-family: "DM Mono", "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}
.owllo-post-card .wp-block-post-terms a:hover,
.owllo-featured-card .wp-block-post-terms a:hover {
  color: #e8845a !important;
}
/* ── DATE ── */
.owllo-post-card .wp-block-post-date,
.owllo-featured-card .wp-block-post-date {
  font-family: "DM Mono", "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.05em !important;
  color: #526070 !important;
}

/* ── PAGINATION (matches preview-ko.html) ── */
.wp-block-query-pagination {
  gap: 8px !important;
}
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-family: "DM Mono", "SF Mono", "Cascadia Code", Menlo, monospace !important;
  font-size: 0.85rem !important;
  color: #8a9db8 !important;
  text-decoration: none !important;
  background: none;
  border: none;
  transition: color 0.2s;
}
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover {
  color: #f4e6d6 !important;
}
.wp-block-query-pagination-numbers .page-numbers.current {
  color: #e8845a !important;
  background: rgba(232, 132, 90, 0.12);
  border: 1px solid rgba(232, 132, 90, 0.25);
  border-radius: 8px;
}
.wp-block-query-pagination-numbers .page-numbers.dots {
  color: #526070 !important;
  padding: 0 4px;
}

/* ── POST GRID GAP ── */
.wp-block-post-template.is-layout-grid {
  gap: 22px !important;
}

/* ── POST LIST CARDS ── */
.owllo-post-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.owllo-post-card:hover {
  border-color: rgba(232, 132, 90, 0.22);
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.owllo-post-card img,
.owllo-post-card .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.owllo-post-card-body {
  padding: 20px 22px 24px;
}
.owllo-post-card-body h3 {
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  word-break: keep-all;
}
.owllo-post-card-body h3 a,
.owllo-post-card .wp-block-post-title a {
  color: #f4e6d6 !important;
  text-decoration: none !important;
  transition: color 0.2s;
}
.owllo-post-card:hover .wp-block-post-title a {
  color: #e8845a !important;
}
.owllo-post-card-body h3 a:hover {
  color: #e8845a;
}
.owllo-post-card-meta {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 0.7rem;
  color: #526070;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.owllo-post-card-excerpt {
  font-size: 0.88rem;
  color: #8a9db8;
  line-height: 1.75;
}
/* 카드 제목 높이 고정 */
.owllo-post-card .wp-block-post-title {
  height: 47px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 카드 본문 줄 수 제한 */
.owllo-post-card .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── AUTHOR BOX ── */
.owllo-author-box {
  display: flex;
  gap: 18px;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 20px 24px;
}
.owllo-author-box img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(232, 132, 90, 0.3);
}
.owllo-author-name {
  font-size: 0.95rem;
  font-weight: 500;
  color: #f4e6d6;
}
.owllo-author-bio {
  font-size: 0.82rem;
  color: #8a9db8;
  line-height: 1.65;
}

/* ── BACK TO TOP ── */
.owllo-back-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(232, 132, 90, 0.12);
  border: 1px solid rgba(232, 132, 90, 0.28);
  color: #e8845a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s;
  z-index: 100;
}
.owllo-back-top:hover {
  background: #e8845a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232, 132, 90, 0.35);
}

/* ── WP TEMPLATE-PART RESET ── */
.wp-block-template-part {
  margin: 0 !important;
}

/* ── POST GRID GAPS ── */
.wp-block-post-template.is-layout-grid {
  gap: 24px !important;
}

/* ── BLOCK QUOTE BORDER ── */
.wp-block-quote {
  border-left: 3px solid #e8845a !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding-left: 24px !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .owllo-newsletter {
    padding: 28px 20px;
  }
  .owllo-author-box {
    flex-direction: column;
    text-align: center;
  }
}
