/* 전체 스타일 */
.tks-container * {
    box-sizing: border-box !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    word-break: keep-all !important;
    letter-spacing: -0.5px !important;
}

.tks-container {
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    background-color: #ffffff !important;
    color: #333333 !important;
}

/* 헤더 스타일 */
.tks-header {
    text-align: center !important;
    margin-bottom: 40px !important;
    padding-bottom: 30px !important;
    border-bottom: 2px solid #f8f8f8 !important;
}

.tks-product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-product-subtitle {
    font-size: 18px !important;
    color: #666 !important;
    margin-bottom: 25px !important;
}

/* 메인 이미지 섹션 */
.tks-main-image-section {
    margin-bottom: 50px !important;
    text-align: center !important;
}

.tks-main-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

/* 제품 정보 섹션 */
.tks-product-info {
    margin-bottom: 50px !important;
    background-color: #f9f9f9 !important;
    padding: 30px !important;
    border-radius: 10px !important;
}

.tks-info-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #eaeaea !important;
}

.tks-info-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
}

.tks-info-table tr {
    border-bottom: 1px solid #eaeaea !important;
}

.tks-info-table tr:last-child {
    border-bottom: none !important;
}

.tks-info-table th {
    width: 30% !important;
    padding: 12px 15px !important;
    text-align: left !important;
    font-weight: 500 !important;
    color: #666 !important;
    background-color: #f4f4f4 !important;
}

.tks-info-table td {
    width: 70% !important;
    padding: 12px 15px !important;
    color: #333 !important;
}

/* 제품 특징 섹션 */
.tks-features-section {
    margin-bottom: 50px !important;
}

.tks-story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-story-text {
    font-size: 18px !important;
    color: #555 !important;
    margin-bottom: 20px !important;
    line-height: 1.8 !important;
}

.tks-feature-card {
    background-color: #f9f9f9 !important;
    border-radius: 10px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05) !important;
    transition: transform 0.3s ease !important;
}

.tks-feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.tks-feature-icon {
    font-size: 36px !important;
    margin-bottom: 15px !important;
    color: #44a0ff !important;
}

.tks-feature-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

.tks-feature-desc {
    font-size: 16px !important;
    color: #666 !important;
}

/* 레시피 섹션 */
.tks-recipe-section {
    margin-bottom: 50px !important;
}

.tks-recipe-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.tks-recipe-card {
    flex: 1 1 calc(50% - 20px) !important;
    min-width: 280px !important;
    background-color: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 10px !important;
    padding: 20px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05) !important;
}

.tks-recipe-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #eaeaea !important;
}

.tks-recipe-desc {
    font-size: 16px !important;
    color: #666 !important;
}

/* 영양 정보 섹션 */
.tks-nutrition-section {
    margin-bottom: 50px !important;
    background-color: #f2f8ff !important;
    padding: 30px !important;
    border-radius: 10px !important;
}

.tks-nutrition-content {
    line-height: 1.8 !important;
}

/* 보관 방법 섹션 */
.tks-storage-section {
    margin-bottom: 50px !important;
}

.tks-storage-tips {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

.tks-storage-tip {
    flex: 1 1 100% !important;
    background-color: #f9f9f9 !important;
    padding: 15px !important;
    border-left: 4px solid #44a0ff !important;
    border-radius: 4px !important;
}

.tks-storage-tip-text {
    font-size: 16px !important;
    color: #555 !important;
}

/* 푸터 섹션 */
.tks-footer {
    border-top: 1px solid #eaeaea !important;
    padding-top: 30px !important;
    color: #666 !important;
}

.tks-company-info {
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

/* 색상 강조 */
.tks-highlight {
    color: #44a0ff !important;
    font-weight: 700 !important;
}

.tks-text-red {
    color: #ff5252 !important;
}

.tks-text-green {
    color: #4caf50 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .tks-product-title {
        font-size: 26px !important;
    }
    
    .tks-product-subtitle {
        font-size: 16px !important;
    }
    
    .tks-info-table th,
    .tks-info-table td {
        padding: 10px !important;
    }
    
    .tks-recipe-card {
        flex: 1 1 100% !important;
    }
    
    .tks-story-heading {
        font-size: 22px !important;
    }
    
    .tks-story-text {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .tks-container {
        padding: 15px !important;
    }
    
    .tks-product-title {
        font-size: 22px !important;
    }
    
    .tks-product-subtitle {
        font-size: 14px !important;
    }
    
    .tks-info-table th {
        width: 40% !important;
    }
    
    .tks-info-table td {
        width: 60% !important;
    }
    
    .tks-story-heading {
        font-size: 20px !important;
    }
    
    .tks-story-text {
        font-size: 15px !important;
    }
}