/* 테마명: clean-business */

.premium-content-wrapper {
    font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    background-color: #ffffff;
    color: #333333;
    line-height: 1.8;
    word-break: keep-all;
    padding: 40px;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.premium-title {
    font-size: 2.4em;
    font-weight: 800;
    color: #005A9C;
    text-align: center;
    margin-bottom: 40px;
}

.premium-content-wrapper h2 {
    font-size: 2em;
    font-weight: 700;
    color: #005A9C;
    text-align: center;
    padding-bottom: 15px;
    margin: 40px 0 30px 0;
    border-bottom: 2px solid #dee2e6;
    position: relative;
}

.premium-content-wrapper h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #007BFF;
}

.premium-content-wrapper h3 {
    font-size: 1.6em;
    font-weight: 600;
    color: #007BFF;
    margin: 35px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.premium-content-wrapper p {
    font-size: 1.05em;
    margin-bottom: 1.5em;
    text-align: left;
    color: #495057;
}

.premium-content-wrapper strong {
    color: #D6336C;
    font-weight: 600;
}

.premium-content-wrapper u {
    text-decoration: none;
    box-shadow: inset 0 -5px 0 rgba(22, 160, 133, 0.2);
    font-weight: 500;
}

.info-highlight {
    background: #f0f7ff;
    border-left: 4px solid #007BFF;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
}

.info-highlight p {
    color: #004085;
    margin: 0;
    font-size: 1.05em;
}

.premium-content-wrapper ul, .premium-content-wrapper ol {
    padding-left: 25px;
    margin: 25px 0;
}

.premium-content-wrapper li {
    margin-bottom: 12px;
    font-size: 1.05em;
    color: #495057;
}

.premium-content-wrapper ul li::marker {
    color: #007BFF;
}

.premium-image-wrapper {
    margin: 30px 0 !important;
    text-align: center !important;
}

.image-container {
    display: inline-block !important;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f8f9fa !important;
}

.image-container img {
    width: 100% !important;
    max-width: 700px !important;
    height: auto !important;
    display: block !important;
    border-radius: 12px !important;
}

.ai-disclaimer {
    position: absolute !important;
    bottom: 8px !important;
    right: 12px !important;
    background: rgba(255,255,255,0.8) !important;
    color: #333 !important;
    padding: 4px 8px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    backdrop-filter: blur(5px) !important;
    border: 1px solid #eee !important;
}

.premium-purchase-section {
    text-align: center;
    margin: 40px 0;
    padding: 40px 30px;
    background-color: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
    border-top: 3px solid #007BFF;
}

.premium-purchase-section:hover {
    box-shadow: 0 15px 30px rgba(0, 123, 255, 0.1);
}

.purchase-content {
    max-width: 600px;
    margin: 0 auto;
}

.premium-purchase-section h3 {
    color: #005A9C !important;
    font-size: 1.8em !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    border: none !important;
    padding: 0 !important;
}

.premium-purchase-section h3::after {
    display: none !important;
}

.premium-purchase-button {
    display: inline-block !important;
    padding: 16px 45px !important;
    font-size: 1.3em !important;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: #007BFF !important;
    border: none !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important;
    transform: translateY(0) !important;
    cursor: pointer !important;
}

.premium-purchase-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4) !important;
    background-color: #0069D9 !important;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .premium-content-wrapper { padding: 20px; }
    .premium-title { font-size: 2em; }
    .premium-content-wrapper h2 { font-size: 1.8em; }
    .premium-content-wrapper h3 { font-size: 1.5em; }
    .premium-content-wrapper p { font-size: 1em; }
    .premium-purchase-section { margin: 30px 0 !important; padding: 25px !important; }
    .premium-purchase-section h3 { font-size: 1.5em !important; }
    .premium-purchase-button { padding: 14px 30px !important; font-size: 1.1em !important; }
    .image-container img { max-width: 100% !important; }
}