.ai-generated-content {
max-width: 100%;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
line-height: 1.8;
color: #2c3e50;
} .post-introduction {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #fff;
padding: 40px;
border-radius: 16px;
margin-bottom: 40px;
box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}
.post-introduction p {
font-size: 1.15em;
line-height: 1.9;
margin-bottom: 1.2em;
color: #fff !important;
}
.post-introduction strong {
color: #ffd700;
font-weight: 600;
} .post-index {
background: #f8f9fa;
border-left: 5px solid #667eea;
padding: 30px;
margin: 40px 0;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.post-index h2 {
color: #667eea;
font-size: 1.5em;
margin-bottom: 20px;
font-weight: 700;
}
.post-index .index-list {
margin: 0;
padding-left: 30px;
list-style: none;
counter-reset: index-counter;
}
.post-index .index-list li {
counter-increment: index-counter;
margin-bottom: 15px;
position: relative;
padding-left: 15px;
}
.post-index .index-list li::before {
content: counter(index-counter) ".";
position: absolute;
left: -30px;
font-weight: 700;
color: #667eea;
font-size: 1.1em;
}
.post-index .index-list li a {
color: #2c3e50;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
display: inline-block;
}
.post-index .index-list li a:hover {
color: #667eea;
transform: translateX(5px);
} .post-section {
margin: 50px 0;
padding: 35px;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
border-top: 4px solid #667eea;
transition: all 0.3s ease;
}
.post-section:hover {
box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
transform: translateY(-2px);
}
.post-section h2 {
color: #2c3e50;
font-size: 1.8em;
font-weight: 700;
margin-bottom: 25px;
line-height: 1.4;
padding-bottom: 15px;
border-bottom: 3px solid #f0f0f0;
}
.post-section h2::before {
content: "";
display: inline-block;
width: 8px;
height: 8px;
background: #667eea;
border-radius: 50%;
margin-right: 12px;
vertical-align: middle;
} .post-section .section-image {
margin: 30px 0;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.post-section .section-image img {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease;
}
.post-section .section-image:hover img {
transform: scale(1.03);
} .post-section p,
.post-introduction p,
.post-conclusion p {
font-size: 1.05em;
line-height: 1.9;
margin-bottom: 1.5em;
color: #34495e;
}
.post-section p strong,
.post-introduction p strong,
.post-conclusion p strong {
color: #667eea;
font-weight: 600;
} .post-section ul,
.post-section ol {
margin: 25px 0;
padding-left: 30px;
}
.post-section ul li,
.post-section ol li {
margin-bottom: 12px;
line-height: 1.8;
color: #34495e;
}
.post-section ul li::marker {
color: #667eea;
font-size: 1.2em;
} .post-section a,
.post-introduction a,
.post-conclusion a {
color: #667eea;
text-decoration: underline;
text-decoration-color: rgba(102, 126, 234, 0.3);
text-underline-offset: 3px;
transition: all 0.3s ease;
font-weight: 500;
}
.post-section a:hover,
.post-introduction a:hover,
.post-conclusion a:hover {
color: #764ba2;
text-decoration-color: #764ba2;
} .post-conclusion {
background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
color: #fff;
padding: 40px;
border-radius: 16px;
margin: 50px 0;
box-shadow: 0 10px 30px rgba(17, 153, 142, 0.3);
}
.post-conclusion h2 {
color: #fff;
font-size: 1.8em;
margin-bottom: 20px;
border-bottom: 3px solid rgba(255, 255, 255, 0.3);
padding-bottom: 15px;
}
.post-conclusion p {
font-size: 1.1em;
line-height: 1.9;
color: #fff !important;
}
.post-conclusion strong {
color: #ffd700;
} .post-faq {
margin-top: 60px;
padding: 40px;
background: #f8f9fa;
border-radius: 16px;
border: 2px solid #e9ecef;
}
.post-faq > h2 {
color: #2c3e50;
font-size: 2em;
margin-bottom: 35px;
text-align: center;
font-weight: 700;
}
.faq-item {
background: #ffffff;
padding: 30px;
margin-bottom: 25px;
border-radius: 12px;
border-left: 5px solid #667eea;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
}
.faq-item:hover {
box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
transform: translateX(5px);
}
.faq-item h3 {
color: #667eea;
font-size: 1.3em;
margin-bottom: 15px;
font-weight: 600;
line-height: 1.5;
}
.faq-item p {
color: #34495e;
font-size: 1.05em;
line-height: 1.9;
margin-bottom: 0;
} @media (max-width: 768px) {
.post-introduction,
.post-conclusion,
.post-section,
.post-faq {
padding: 25px;
}
.post-section h2,
.post-conclusion h2,
.post-faq > h2 {
font-size: 1.5em;
}
.post-introduction p,
.post-section p,
.post-conclusion p,
.faq-item p {
font-size: 1em;
}
.post-index {
padding: 20px;
}
.faq-item {
padding: 20px;
}
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.post-section,
.faq-item {
animation: fadeInUp 0.6s ease-out;
} .wp-post-image {
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
margin-bottom: 30px;
} .ai-generated-content h1,
.ai-generated-content h2,
.ai-generated-content h3,
.ai-generated-content h4 {
font-weight: 700;
letter-spacing: -0.02em;
}
.ai-generated-content p {
text-align: justify;
hyphens: auto;
} .ai-generated-content code {
background: #f4f4f4;
padding: 3px 8px;
border-radius: 4px;
font-family: "Courier New", monospace;
font-size: 0.9em;
color: #e83e8c;
} .ai-generated-content table {
width: 100%;
border-collapse: collapse;
margin: 30px 0;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
border-radius: 8px;
overflow: hidden;
}
.ai-generated-content table th {
background: #667eea;
color: #fff;
padding: 15px;
text-align: left;
font-weight: 600;
}
.ai-generated-content table td {
padding: 12px 15px;
border-bottom: 1px solid #e9ecef;
}
.ai-generated-content table tr:hover {
background: #f8f9fa;
} .ai-generated-content blockquote {
border-left: 5px solid #667eea;
background: #f8f9fa;
padding: 20px 30px;
margin: 30px 0;
border-radius: 8px;
font-style: italic;
color: #555;
}
.ai-generated-content blockquote p {
margin: 0;
} .cta-button {
display: inline-block;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #fff !important;
padding: 15px 35px;
border-radius: 50px;
text-decoration: none !important;
font-weight: 600;
font-size: 1.1em;
transition: all 0.3s ease;
box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
text-align: center;
margin: 20px 0;
}
.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
} .ai-generated-content hr {
border: none;
height: 3px;
background: linear-gradient(90deg, transparent, #667eea, transparent);
margin: 50px 0;
} @media print {
.post-introduction,
.post-conclusion {
background: #f0f0f0 !important;
color: #000 !important;
}
.post-section {
box-shadow: none;
border: 1px solid #ddd;
}
}