.elementor-3087 .elementor-element.elementor-element-0f8d025{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3087 .elementor-element.elementor-element-bb13dc5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-0f8d025 *//* Card spacing (gap fix) */
.elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card {
  margin-bottom: 15px;
}

.elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card:last-child {
  margin-bottom: 0;
}

/* Fix title color (force black) */
.elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card h2,
.elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card h3,
.elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card h4 {
  color: #000 !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-align: left !important;
}

/* Card design (ONLY background changed) */
.elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffe6ea; /* light pink */
  padding: 18px 20px;
  border-radius: 14px;
}

/* Info boxes */
.elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card .info {
  display: flex;
  gap: 12px;
}

.elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card .info div {
  background: #e8eef8; /* same as original */
  padding: 10px 14px;
  border-radius: 10px;
  text-align: center;
  min-width: 90px;
}

.elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card .info strong {
  display: block;
  font-size: 16px;
  color: #1a4fbf; /* original blue */
}

.elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card .info span {
  font-size: 12px;
  color: #555;
}

/* Button */
.elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card .btn {
  background: #2d6cdf; /* original blue */
  color: #fff;
  padding: 10px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

/* Mobile fix */
@media (max-width: 768px) {
  .elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .elementor-3087 .elementor-element.elementor-element-0f8d025 .test-card .btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}/* End custom CSS */