.premium-content-wrapper {
    font-family: 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    background-color: #ffffff;
    color: #555555;
    line-height: 1.8;
    word-break: keep-all;
    padding: 50px;
    border-radius: 24px;
    margin: 20px 0;
    box-shadow: 0 10px 50px rgba(0,0,0,0.07);
    border: 1px solid #f5ebeb;
}

.premium-title {
    font-size: 2.5em;
    font-weight: 700;
    background: linear-gradient(135deg, #e6b2b2, #d99a9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: none;
}

.premium-content-wrapper h2 {
    font-size: 2.2em;
    font-weight: 600;
    color: #c89fa3;
    text-align: center;
    padding-bottom: 20px;
    margin: 40px 0 30px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

.premium-content-wrapper h2::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #e6b2b2, #d99a9a);
    border-radius: 1px;
}

.premium-content-wrapper h3 {
    font-size: 1.8em;
    font-weight: 600;
    color: #c18a8f;
    margin: 35px 0 20px 0;
    padding-left: 18px;
    border-left: 4px solid #e6b2b2;
}

.premium-content-wrapper p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    text-align: justify;
    color: #666;
}

.premium-content-wrapper strong {
    color: #c18a8f;
    font-weight: 600;
}

.premium-content-wrapper u {
    text-decoration: none;
    background: linear-gradient(to top, rgba(230, 178, 178, 0.2) 60%, transparent 60%);
    font-weight: 500;
}

.info-highlight {
    background-color: #fdf9f9;
    border-left: 5px solid #e6b2b2;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: none;
}

.info-highlight p {
    color: #8c7070;
    margin: 0;
    font-size: 1.05em;
}

.premium-content-wrapper ul, .premium-content-wrapper ol {
    padding-left: 30px;
    margin: 25px 0;
}

.premium-content-wrapper li {
    margin-bottom: 12px;
    font-size: 1.1em;
}

.premium-content-wrapper ul li::marker {
    color: #e6b2b2;
}

.premium-image-wrapper, .image-container {
    border-radius: 20px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08) !important;
}

.premium-image-wrapper img, .image-container img {
    border-radius: 20px !important;
}

.premium-purchase-section {
    text-align: center;
    margin: 50px 0;
    padding: 40px;
    background-color: #fcf6f6;
    border: 1px solid #f5ebeb;
    border-radius: 20px;
    box-shadow: none;
    transition: all 0.3s ease;
}

.premium-purchase-section:hover {
    border-color: #e6b2b2;
}

.purchase-content {
    max-width: 600px;
    margin: 0 auto;
}

.premium-purchase-section h3 {
    color: #c18a8f !important;
    font-size: 1.9em !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

.premium-purchase-button {
    display: inline-block !important;
    padding: 18px 50px !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #e6b2b2, #d99a9a) !important;
    border: none !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 20px rgba(217, 154, 154, 0.3) !important;
    cursor: pointer !important;
}

.premium-purchase-button:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 12px 30px rgba(217, 154, 154, 0.4) !important;
    background: linear-gradient(135deg, #e8b9b9, #dda1a1) !important;
}