.elementor-3470 .elementor-element.elementor-element-dab3949{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-fbd865e *//* 设置容器的宽度和样式 */
  .fixmydash-container {
    text-align: center;
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #e5e7eb;
    max-width: 800px;
    margin: auto;
  }

  /* 图片自适应并居中 */
  .fixmydash-container img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 16px;
  }

  /* 按钮样式 */
  .btn-watch {
    background-color: #10b981;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 16px;
  }

  /* 移动端优化 */
  @media (max-width: 767px) {
    .fixmydash-container h2 {
      font-size: 20px;
    }

    .fixmydash-container p {
      font-size: 14px;
    }

    .fixmydash-container ul {
      font-size: 14px;
    }

    .btn-watch {
      font-size: 16px;
      padding: 10px 20px;
    }
  }/* End custom CSS */