.elementor-2064 .elementor-element.elementor-element-f6c872b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2064 .elementor-element.elementor-element-bf65c7d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-a981698 *//* ==========================================================================
   PTE Blog Post Layout & Styles (Apex Vouchers)
   ========================================================================== */

.pte-post-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #334155;
  line-height: 1.7;
  max-width: 860px;
  margin: 0 auto;
  padding: 16px;
}

.pte-post-container h2 {
  font-size: 1.5rem;
  color: #0f172a;
  margin: 32px 0 16px 0;
  font-weight: 700;
  line-height: 1.3;
}

.pte-post-container p {
  margin: 0 0 16px 0;
  font-size: 1rem;
}

.pte-post-container ul {
  padding-left: 24px;
  margin-bottom: 20px;
}

.pte-post-container li {
  margin-bottom: 8px;
}

/* Hero Section */
.blog-hero {
  background: #f8fafc;
  border-left: 5px solid #6366f1;
  padding: 24px;
  border-radius: 6px;
  margin-bottom: 24px;
}

.blog-eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #6366f1;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 6px;
}

.blog-hero h1 {
  font-size: 2rem;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 8px 0;
}

.blog-hero p {
  margin: 0;
  font-size: 1.05rem;
  color: #475569;
}

/* Grids: Benefits & PTE Types */
.benefit-grid,
.pte-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.benefit-card,
.pte-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.card-icon {
  font-size: 1.4rem;
  font-weight: bold;
  color: #6366f1;
  margin-bottom: 8px;
}

.benefit-card h3,
.pte-card h3 {
  font-size: 1.15rem;
  color: #0f172a;
  margin: 0 0 8px 0;
}

.benefit-card p,
.pte-card p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
}

/* Trust Banner */
.trust-box {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 20px;
  margin: 24px 0;
}

/* Steps */
.steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 20px 0;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
}

.step-number {
  background: #6366f1;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.step h3 {
  margin: 0 0 4px 0;
  font-size: 1.05rem;
  color: #0f172a;
}

.step p {
  margin: 0;
  font-size: 0.95rem;
  color: #64748b;
}

/* Notice & Alert Boxes */
.notice {
  background: #fffbeb;
  border-left: 4px solid #f59e0b;
  padding: 16px;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 0.95rem;
}

/* Refund Table */
.refund-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
}

.refund-table th,
.refund-table td {
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  text-align: left;
  font-size: 0.95rem;
}

.refund-table th {
  background: #f8fafc;
  color: #0f172a;
  font-weight: 600;
}

/* FAQ Section */
.faq {
  border-top: 1px solid #e2e8f0;
  margin: 20px 0;
}

.faq-item {
  border-bottom: 1px solid #e2e8f0;
  padding: 16px 0;
}

.faq-item h3 {
  margin: 0 0 6px 0;
  font-size: 1.05rem;
  color: #0f172a;
}

.faq-item p {
  margin: 0;
  font-size: 0.95rem;
  color: #64748b;
}

/* Call to Action (CTA) */
.blog-cta {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: #ffffff;
  padding: 32px 24px;
  border-radius: 8px;
  text-align: center;
  margin: 32px 0 20px 0;
}

.blog-cta h2 {
  color: #ffffff;
  margin: 0 0 10px 0;
  font-size: 1.5rem;
}

.blog-cta p {
  color: #e0e7ff;
  margin: 0 0 18px 0;
}

.cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #4f46e5 !important;
  padding: 12px 28px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: transform 0.15s ease-in-out;
}

.cta-btn:hover {
  transform: translateY(-2px);
  color: #4338ca !important;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .blog-hero h1 {
    font-size: 1.6rem;
  }
  .refund-table th,
  .refund-table td {
    padding: 10px;
    font-size: 0.85rem;
  }
}/* End custom CSS */