.elementor-258 .elementor-element.elementor-element-e9b80cc{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-2f51e8e */.apple-wrapper {
    max-width: 900px;
    margin: 20px auto;
    font-family: 'SF Pro Display', 'Segoe UI', sans-serif;
  }

  .apple-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #00eaff, #ff00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .apple-subtitle {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
  }

  .accordion-card {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    padding: 18px 22px;
    margin-bottom: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: 0.2s ease;
  }

  .accordion-card:hover {
    background: #f9f9ff;
  }

  .accordion-title {
    font-size: 17px;
    font-weight: 600;
    color: #00;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .arrow {
    transition: 0.3s ease;
    font-size: 18px;
    color: #888;
  }

  .accordion-content {
    margin-top: 12px;
    display: none;
    padding-left: 5px;
  }

  .model-list a {
    display: inline-block;
    padding: 8px 16px;
    margin: 6px;
    background: #f2e7ff;
    border: 1px solid #d5b6ff;
    color: #5b04a8;
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: 0.2s ease;
  }

  .model-list a:hover {
    background: #e9d5ff;
    border-color: #c59aff;
  }/* End custom CSS */