.elementor-38931 .elementor-element.elementor-element-35a4764{--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;}/* Start custom CSS for html, class: .elementor-element-142a0f6 *//* Custom Post Container */
.custom-post {
  line-height: 1.6;
  font-size: 15px;
  color: #222;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.custom-post * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Section Card */
.custom-post .section {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.custom-post .section-heading {
  background: #003f63;
  color: #fff;
  padding: 10px 14px;
  font-size: 1.1rem;
  font-weight: 600;
}

.custom-post .section-content {
  padding: 16px;
}

/* Bullet Fix */
.custom-post ul,
.custom-post ol {
  padding-left: 24px !important;
  margin: 14px 0;
}

.custom-post li {
  margin-bottom: 8px;
}

/* Table Styling */
.custom-post-table {
    width: 100%;
  background-color: white;
}

.custom-post-table th {
  background-color: #003f63;
  color: white;
  text-align: center;
  border: 1px solid #b8d4f0;
}

.custom-post-table td {
    text-align: center;
  border: 1px solid #ddd;
  word-wrap: break-word;
  color: black;
}

.custom-post-table tr:nth-child(even) {
  background-color: #f2f8ff;
}

.custom-post-table tr:hover {
  background-color: #e1f0fa;
  transition: 0.3s;
}

/* Button */
.custom-post .button {
  display: inline-block;
  background: linear-gradient(to right, #003f63, #005a8c);
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  margin: 15px 0;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.custom-post .button:hover {
  opacity: 0.9;
}

/* PRO TIP SECTION */
.custom-post .tip {
  background: linear-gradient(135deg, #e6f7ff 0%, #f0f9ff 100%);
  border-left: 5px solid #1890ff;
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.08);
}

.custom-post .tip-title {
  font-weight: 700;
  color: #1890ff;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.custom-post .tip-content {
  color: #0050b3;
  line-height: 1.6;
}

.custom-post .tip-tools {
  margin-top: 12px;
}

.custom-post .tip-tools a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid #91d5ff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  color: #0050b3;
  text-decoration: none;
}

.custom-post .tip-tools a:hover {
  background: #1890ff;
  color: #fff;
  border-color: #1890ff;
}

/* Links inside content */
.custom-post a {
  color: #003f63;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.custom-post a:hover {
  color: #005a8c;
}


/* Mobile */
@media (max-width: 768px) {
  .custom-post {
    font-size: 14px;
  }

  .custom-post .section-heading {
    font-size: 1rem;
    padding: 8px 12px;
  }

  .custom-post .button {
    width: 100%;
    text-align: center;
    display: block;
  }

  .custom-post .tip-tools a {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .custom-post-table th,
  .custom-post-table td {
   padding:3px;
    font-size: 13px;
  }
}

/* Additional Utility */
.custom-post .text-center {
  text-align: center;
}

.custom-post .mt-2 {
  margin-top: 10px;
}

.custom-post .mb-2 {
  margin-bottom: 10px;
}

.custom-post .font-bold {
  font-weight: 700;
}/* End custom CSS */