.elementor-453 .elementor-element.elementor-element-6918672{--display:flex;}.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-c49c2b1 */.vivo-wrapper {
    max-width: 900px;
    margin: 20px auto;
    font-family: 'Segoe UI', sans-serif;
  }

  .vivo-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #4f79ff, #9c5bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .vivo-subtitle {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
  }

  .accordion-card {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: 0.2s ease;
  }

  .accordion-card:hover {
    background: #f4f2ff;
  }

  .accordion-title {
    font-size: 16px;
    font-weight: 600;
    color: #00;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .arrow {
    transition: 0.3s ease;
    font-size: 18px;
  }

  .accordion-content {
    margin-top: 10px;
    display: none;
    padding-left: 5px;
  }

  .model-list a {
    display: inline-block;
    padding: 8px 14px;
    margin: 6px;
    background: #eae8ff;
    border: 1px solid #c8c4ff;
    color: #5247c2;
    border-radius: 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: 0.2s;
  }

  .model-list a:hover {
    background: #dcd9ff;
    border-color: #b4adff;
  }/* End custom CSS */