.elementor-2034 .elementor-element.elementor-element-a1d2c12{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-2034 .elementor-element.elementor-element-abf0f0e{color:#D1D1D1;}.elementor-2034 .elementor-element.elementor-element-310d164{--display:flex;--background-transition:0.3s;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-abf0f0e */```css
.gfcc-article {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 32px 20px;
  color: #eaf7ff;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.85;
  text-align: left;
  box-sizing: border-box;
}

.gfcc-card {
  background: #0d1628;
  border: 1px solid rgba(39, 216, 245, 0.28);
  border-left: 5px solid #27d8f5;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.gfcc-hero {
  border-left-width: 8px;
}

.gfcc-label {
  display: inline-block;
  margin: 0 0 12px;
  color: #27d8f5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gfcc-article h1,
.gfcc-article h2,
.gfcc-article h3 {
  margin: 0 0 16px;
  color: #ffffff;
  line-height: 1.35;
  font-weight: 800;
}

.gfcc-article h1 {
  font-size: 34px;
  color: #27d8f5;
}

.gfcc-article h2 {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(39, 216, 245, 0.28);
}

.gfcc-article h3 {
  font-size: 20px;
  margin-top: 28px;
  color: #9eefff;
}

.gfcc-article p {
  margin: 0 0 18px;
  color: #d9e7f5;
  font-size: 17px;
}

.gfcc-article a {
  color: #27d8f5;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(39, 216, 245, 0.6);
}

.gfcc-article a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.gfcc-article ul,
.gfcc-article ol {
  margin: 0 0 20px;
  padding-left: 24px;
  color: #d9e7f5;
}

.gfcc-article li {
  margin-bottom: 10px;
  font-size: 16px;
}

.gfcc-checklist {
  list-style: none;
  padding-left: 0 !important;
}

.gfcc-checklist li {
  position: relative;
  padding-left: 30px;
}

.gfcc-checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #27d8f5;
  font-weight: 900;
}

.gfcc-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.gfcc-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #101d33;
  color: #eaf7ff;
}

.gfcc-table th,
.gfcc-table td {
  padding: 16px;
  border: 1px solid rgba(39, 216, 245, 0.22);
  text-align: left;
  vertical-align: top;
}

.gfcc-table th {
  background: #13233d;
  color: #27d8f5;
  font-weight: 800;
}

.gfcc-table td:first-child {
  color: #9eefff;
  font-weight: 700;
}

.gfcc-brand {
  background: linear-gradient(135deg, #0d1628 0%, #102342 100%);
  border-left-color: #27d8f5;
}

.gfcc-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gfcc-cta {
  display: inline-block;
  padding: 12px 18px;
  background: transparent;
  border: 1px solid #27d8f5;
  color: #27d8f5 !important;
  font-weight: 800;
  text-decoration: none;
}

.gfcc-cta-main {
  background: #27d8f5;
  color: #0d1628 !important;
}

.gfcc-cta:hover {
  background: #27d8f5;
  color: #0d1628 !important;
  border-color: #27d8f5;
}

/* 手機版 */
@media (max-width: 768px) {
  .gfcc-article {
    padding: 20px 12px;
  }

  .gfcc-card {
    padding: 22px 16px;
    margin-bottom: 18px;
    border-left-width: 4px;
  }

  .gfcc-article h1 {
    font-size: 26px;
  }

  .gfcc-article h2 {
    font-size: 22px;
  }

  .gfcc-article h3 {
    font-size: 18px;
  }

  .gfcc-article p,
  .gfcc-article li {
    font-size: 15px;
  }

  .gfcc-cta-group {
    display: block;
  }

  .gfcc-cta {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .gfcc-article {
    padding: 16px 10px;
  }

  .gfcc-card {
    padding: 18px 14px;
  }

  .gfcc-article h1 {
    font-size: 24px;
  }

  .gfcc-table th,
  .gfcc-table td {
    padding: 12px;
    font-size: 14px;
  }
}
```/* End custom CSS */