.elementor-36122 .elementor-element.elementor-element-6f0596e{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-758081f */.custom-post {
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}

.custom-post .section-card {
  background-color: white;
  margin: 0 0 1.5rem 0;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1px solid #eaeaea;
}

.custom-post h1 {
  color: #003f63;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.custom-post h2 {
  color: #003f63;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  border-bottom: 2px solid #e2f0fb;
  padding-bottom: 0.5rem;
}

.custom-post h3 {
  color: #003f63;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0.8rem;
}

.custom-post h4 {
  color: #003f63;
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 0.6rem;
}

.custom-post p {
  margin-bottom: 1rem;
}

.custom-post ul, .custom-post ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.custom-post table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin-bottom: 1rem;
}

.custom-post th {
  background-color: #e2f0fb;
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

.custom-post td {
  padding: 10px;
  border: 1px solid #ddd;
}

.responsive-table {
  overflow-x: auto;
  margin: 1rem 0;
}

.custom-post .important {
  background-color: #fff3cd;
  border-left: 4px solid #ffca2c;
  padding: 1rem;
  margin: 1.5rem 0;
  border-radius: 0 4px 4px 0;
}

.custom-post .button {
  display: inline-block;
  background-color: #003f63;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  margin: 1rem 0;
  text-align: center;
  transition: background-color 0.3s;
  border: none;
  cursor: pointer;
}

.custom-post .button:hover {
  background-color: #005a8c;
}

.custom-post .toc {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #e2f0fb;
}

.custom-post .toc ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.custom-post .toc li {
  margin-bottom: 0.5rem;
}

.custom-post .toc a {
  color: #003f63;
  text-decoration: none;
}

.custom-post .toc a:hover {
  text-decoration: underline;
}

.custom-post .footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
  font-size: 0.9rem;
}

.custom-post .footer ul {
  list-style-type: none;
  padding-left: 0;
}

.custom-post .footer li {
  margin-bottom: 0.5rem;
}

.custom-post .footer a {
  color: #003f63;
  text-decoration: none;
}

.custom-post .footer a:hover {
  text-decoration: underline;
}

.custom-post em {
  font-style: italic;
}

.custom-post strong {
  font-weight: bold;
}

.custom-post a {
  color: #005a8c;
  text-decoration: none;
}

.custom-post a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .custom-post h1 { font-size: 1.6rem; }
  .custom-post h2 { font-size: 1.4rem; }
  .custom-post h3 { font-size: 1.2rem; }
  .custom-post h4 { font-size: 1.1rem; }
  .custom-post table { font-size: 0.9rem; }
  .custom-post th, .custom-post td { padding: 8px; }
  .custom-post .button { padding: 10px 20px; }
  .custom-post .section-card { padding: 1rem; }
  .custom-post .toc { padding: 1rem; }
}/* End custom CSS */