.tv-accordion .tv-head { display: flex; flex-direction: column; gap: .4rem; text-align: left; }
.tv-accordion .tv-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.tv-accordion .tv-chip { font-size: .78rem; padding: 2px 10px; border-radius: 50px; background: #f1fae8; color: #3f6b1f; border: 1px solid #d7efbd; }
.tv-tabs { display: flex; justify-content: center; gap: 1.5rem; border-bottom: 1px solid #e7efe0; margin-bottom: 1rem; }
.tv-tab { background: none; border: none; cursor: pointer; padding: .5rem .25rem; font-weight: 600; color: #9bb38a; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.tv-tab.is-active { color: #4f7d24; border-bottom-color: #A8EB68; }
.tv-panel { display: none; }
.tv-panel.is-active { display: block; }
.tv-poster { display: block; max-width: 100%; margin: 0 auto; border-radius: 12px; }
.tv-facts { max-width: 420px; margin: 0 auto; }
.tv-fact { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px solid #f0f4ec; }
.tv-fact:last-child { border-bottom: none; }
.tv-fact dt { color: #8a8a8a; margin: 0; }
.tv-fact dd { font-weight: 600; margin: 0; text-align: right; }
.tv-notice { color: #717171; }
