/* HaPhong Blog Premium Styling — v1.0 */

/* CTA Box — override inline styles */
.single .cta-box,
.single div[class*="cta"],
.single .entry-content > div[style*="text-align: center"][style*="padding"],
.single .entry-content > div[style*="background-color: #2c3e50"],
.single .entry-content > div[style*="background: #f8f9fa"] {
    background: linear-gradient(135deg, rgba(229,57,53,0.08) 0%, rgba(26,26,46,0.95) 100%) !important;
    border: 1px solid rgba(229,57,53,0.3) !important;
    border-radius: 20px !important;
    padding: 40px 32px !important;
    margin: 48px 0 32px !important;
    text-align: center !important;
}
.single .cta-box h2, .single .cta-box h3,
.single .entry-content > div[style*="text-align: center"] h3 {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    background: linear-gradient(to right, #fff, #fca5a5) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.single .cta-box p,
.single .entry-content > div[style*="text-align: center"] p {
    color: rgba(255,255,255,0.75) !important;
}

/* Typography */
.single .entry-content h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    margin-top: 48px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(229,57,53,0.3);
}
.single .entry-content h3 {
    color: #e2e8f0;
    font-size: 20px;
    font-weight: 700;
}

/* Tables */
.single .entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    border-radius: 12px;
    overflow: hidden;
}
.single .entry-content table th {
    background: rgba(229,57,53,0.15);
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid rgba(229,57,53,0.3);
}
.single .entry-content table td {
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.85);
}
.single .entry-content table tr:hover td {
    background: rgba(255,255,255,0.03);
}

/* Blockquote */
.single .entry-content blockquote {
    border-left: 4px solid #E53935;
    background: rgba(229,57,53,0.06);
    padding: 16px 24px;
    margin: 24px 0;
    border-radius: 0 12px 12px 0;
}

/* FAQ */
.single .faq-item,
.single div[itemtype*="Question"] {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Footer CTA */
.single .entry-content > footer {
    background: linear-gradient(135deg, rgba(229,57,53,0.08), rgba(26,26,46,0.95));
    border: 1px solid rgba(229,57,53,0.2);
    border-radius: 16px;
    padding: 32px;
    margin-top: 40px;
    text-align: center;
}
.single .entry-content > footer p {
    color: rgba(255,255,255,0.8) !important;
}

/* Buttons */
.single .entry-content a[style*="background: #E53935"],
.single .entry-content a[style*="background-color: #E53935"] {
    background: linear-gradient(135deg, #E53935, #c62828) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(229,57,53,0.3) !important;
    transition: all 0.3s ease !important;
}
.single .entry-content a[style*="border: 2px solid"] {
    border-color: rgba(229,57,53,0.5) !important;
    color: #fca5a5 !important;
    border-radius: 12px !important;
    background: rgba(229,57,53,0.08) !important;
}
