
    .sx-main-container { width: 100%; max-width: 1000px; margin: 0 auto; font-family: Arial, sans-serif; color: #333; line-height: 1.6; }
    .sx-block { background: #f9f9f9; border: 1px solid #e5e7eb; border-radius: 14px; padding: 20px; margin-bottom: 20px; }
    .sx-title { margin: 0 0 10px; font-weight: bold; font-size: 20px; color: #111827; }
    .sx-title-line { width: 44px; height: 2px; background: #4F7942; border-radius: 2px; margin-bottom: 15px; }
    .sx-cta-box { text-align: center; margin: 30px 0; padding: 20px; background: #f4f7f2; border-radius: 14px; border: 1px dashed #4F7942; }
    .sx-cta-btn { display: inline-block; background-color: #4F7942; color: #ffffff !important; padding: 14px 45px; text-decoration: none !important; border-radius: 50px; font-weight: bold; box-shadow: 0 4px 12px rgba(79, 121, 66, 0.2); transition: 0.3s; }
    .sx-cta-btn:hover { background-color: #3e5f35; transform: translateY(-2px); }
