.elementor-4927 .elementor-element.elementor-element-3ec894ca{--display:flex;}.elementor-4927 .elementor-element.elementor-element-3ec894ca.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4927 .elementor-element.elementor-element-eed580c{--display:flex;}@media(min-width:768px){.elementor-4927 .elementor-element.elementor-element-3ec894ca{--width:428.851%;}}/* Start custom CSS for html, class: .elementor-element-f146a64 */<style>
.typecast-player {
  display: flex;
  align-items: center;
  background: #111;
  border-radius: 50px;
  padding: 12px 20px;
  gap: 14px;
  max-width: 700px;
}
.typecast-play-btn {
  background: #f97316;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.typecast-title {
  color: white;
  font-weight: 700;
  font-size: 14px;
  flex: 1;
}
.typecast-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.typecast-speed {
  background: transparent;
  border: 1px solid #555;
  border-radius: 20px;
  color: white;
  padding: 4px 10px;
  font-size: 13px;
  cursor: pointer;
}
</style>/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5f9254ed */.wp-block-heading {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: -0.04em;
  color: #222222;
  margin-bottom: 40px;
}

.post-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
  color: #454545 !important;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wp-block-separator {
  border-color: #e0e0e0 !important;
  border-width: 1px !important;
}

/* ── callout-box (이런 분들에게) ── */

.callout-box {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 25px 20px 25px 30px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.callout-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  color: #666666;
  margin: 0 !important;
}

.callout-box .callout-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px !important;
  color: #666666;
}

/* ── pull-quote (드디어 해냈어!) ── */

.pull-quote {
  margin: 16px 0;
}

.pull-quote .pull-quote-text {
  font-size: 21px;
  font-weight: 700;
  font-style: italic;
  color: #222222;
  line-height: 1.5em;
  margin: 0 0 6px !important;
  font-family: inherit;
}


/* ── callout-box-neutral (팁 배너) ── */

.callout-box-neutral {
  background-color: rgba(254, 126, 67, 0.06);
  border-left: 4px solid #fe7e43;
  border-radius: 0 12px 12px 0;
  padding: 20px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.callout-box-neutral p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9em;
  color: #6b7280;
  margin: 0 !important;
}

.callout-box-neutral .callout-title-neutral {
  font-size: 16px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 8px !important;
}

/* ── 섹터 태그 — 오렌지 ── */

.sector-tag {
  display: inline-block;
  background-color: rgba(254, 126, 67, 0.1);
  color: #fe7e43;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 6px;
  white-space: nowrap;
}

/* ── 인라인 코드 ── */

.post-body code,
.wp-block-paragraph code {
  background-color: #f3f4f6;
  color: #e85d04;
  font-size: 13px;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
}/* End custom CSS */