/*
Theme Name: 2bibi 라이프랩
Theme URI: https://2bibi.co.kr
Description: 2bibi 라이프랩 전용 자식 테마. Twenty Twenty-Five 기반, 인디고 블루(#2563EB) 패밀리 팔레트와 한글 타이포그래피 적용.
Author: 2bibi
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: 2bibi-lifelab
*/

/* 한글 줄바꿈 — 단어 단위로 끊어 가독성 확보 */
body { word-break: keep-all; overflow-wrap: break-word; }

/* 카테고리 카드 hover */
.lifelab-card { transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.lifelab-card:hover { border-color: #2563EB !important; box-shadow: 0 4px 16px rgba(37,99,235,.10); transform: translateY(-2px); }
.lifelab-card a { text-decoration: none; }
.lifelab-card a:hover { text-decoration: underline; }

/* 헤더 내비 링크 */
.lifelab-nav a { text-decoration: none; color: #334155; }
.lifelab-nav a:hover { color: #2563EB; text-decoration: underline; }

/* 푸터 */
.lifelab-footer a { text-decoration: none; }
.lifelab-footer a:hover { text-decoration: underline; }
