/* 

Add here your custom css styles Example: p { text-align: center; color: red; } 

*/

/* ========================================
   유료 프로모션 필드 스타일 (2025-10-29 추가)
   ======================================== */

.paid-promotion-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.paid-promotion-desc {
    opacity: 0.7;
    margin-top: 5px;
    margin-bottom: 15px;
}

.paid-promotion-notice {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 0;
}

/* 동영상 시청 페이지 - 유료 프로모션 배지 (2025-10-31 디자인 통일) */
.paid-promotion-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 13px;
    color: #555;
    margin-bottom: 8px;
}

.paid-promotion-badge svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* ========================================
   녹화날짜 및 위치 필드 스타일 (2025-10-29 추가)
   ======================================== */

.recording-info-section {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.recording-info-section .section-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

/* 동영상 시청 페이지 - 녹화 정보 표시 (2025-10-31 간격 통일) */
.recording-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 8px;
}

.recording-info span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #555;
}

.recording-info span::before {
    font-size: 16px;
}

@media (max-width: 768px) {
    .recording-info {
        flex-direction: column;
        gap: 8px;
    }
}

/* ========================================
   변경된 콘텐츠 필드 스타일 (2025-10-29 추가)
   ======================================== */

.altered-content-section {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.altered-content-section .section-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.altered-content-examples {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #666;
    font-size: 13px;
}

.altered-content-examples li {
    margin-bottom: 5px;
    line-height: 1.5;
}

/* 동영상 시청 페이지 - 변경된 콘텐츠 배지 (2025-10-31 디자인 통일) */
.altered-content-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 13px;
    color: #555;
    margin-bottom: 8px;
}

.altered-content-badge svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* ========================================
   시청자층 (COPPA) 필드 스타일 (2025-10-29 추가)
   ======================================== */

.audience-section {
    margin-bottom: 25px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.audience-section .section-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.audience-section .coppa-notice {
    background: #f9f9f9;
    padding: 15px;
    border-left: 3px solid #065fd4;
    margin-bottom: 15px;
    border-radius: 4px;
}

.audience-section .coppa-notice p {
    margin: 0;
    font-size: 13px;
    color: #333;
    line-height: 1.6;
}

.audience-section .coppa-notice strong {
    color: #065fd4;
}

.audience-section .pt_vdo_cstm_radio {
    margin-bottom: 12px;
}

/* 필수 표시 */
.audience-section .section-title span {
    font-size: 13px;
    font-weight: 500;
}

/* 동영상 시청 페이지 - 아동용 콘텐츠 배지 (2025-10-31 디자인 통일) */
.kids-content-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 13px;
    color: #555;
    font-weight: 400;
    margin-bottom: 8px;
    box-shadow: none;
}

.kids-content-badge svg {
    flex-shrink: 0;
}

/* ========================================
   연령 제한 개선 스타일 (2025-10-29 추가)
   ======================================== */

.pt_vdo_cstm_radio label strong {
    font-weight: 600;
    color: #333;
}

.pt_vdo_cstm_radio label span {
    display: block;
    font-size: 12px;
    opacity: 0.7;
    margin-top: 3px;
    font-weight: normal;
}

/* ========================================
   반론/후속 영상 허용 필드 스타일 (2025-10-29 추가)
   ======================================== */

.followup-permission-section {
    margin-bottom: 25px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.followup-permission-section .section-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.followup-permission-section .followup-notice {
    background: #e3f2fd;
    padding: 15px;
    border-left: 3px solid #2196f3;
    margin-bottom: 15px;
    border-radius: 4px;
}

.followup-permission-section .followup-notice p {
    margin: 0;
    font-size: 13px;
    color: #333;
    line-height: 1.6;
}

.followup-permission-section .followup-notice strong {
    color: #1976d2;
}

.followup-permission-section .pt_vdo_cstm_radio {
    margin-bottom: 12px;
}

/* ========================================
   아동용-연령제한 연동 비활성화 스타일 (2025-10-29 추가)
   ======================================== */

.disabled-option {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 5px;
}

.disabled-option label {
    color: #999 !important;
    cursor: not-allowed !important;
}

.disabled-option input[type="radio"] {
    cursor: not-allowed !important;
}

/* ========================================
   팩트 버튼 스타일 (2025-11-20 추가)
   ======================================== */

/* 팩트 버튼과 좋아요 버튼 사이의 간격 */
#facts-bar {
    margin-right: 20px;
}

/* 팩트 버튼 active 상태 (클릭했을 때 색상 변경) */
#facts-bar.active svg path {
    fill: #4CAF50 !important;
}

#facts-bar.active .facts {
    color: #4CAF50 !important;
}

/* 좋아요/싫어요 연결선 짧게 */
.video-info-element.pull-right {
    width: 50px !important;
    min-width: 50px !important;
}