.elementor-6920 .elementor-element.elementor-element-3fc6e14{--display:flex;--margin-top:10px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */.romaset-size-advisor {
    --rsa-primary: #2e5f7f;
    --rsa-primary-soft: rgba(46, 95, 127, 0.10);
    --rsa-primary-border: rgba(46, 95, 127, 0.22);

    width: 100%;
    color: #222;
  }

  .romaset-size-advisor * {
    box-sizing: border-box;
    font-family: IRANYekanXVFaNum;
  }

  .rsa-card {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  }

  .rsa-card h2 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 800;
    color: var(--rsa-primary);
  }

  .rsa-subtitle {
    margin: 0 0 24px;
    font-size: 15px;
    color: #666;
    line-height: 1.9;
  }

  .rsa-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .rsa-grid label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
  }

  .rsa-grid input,
  .rsa-grid select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    outline: none;
    background: #fff;
    color: #222;
    transition: 0.2s;
  }

  .rsa-grid input:focus,
  .rsa-grid select:focus {
    border-color: var(--rsa-primary);
    box-shadow: 0 0 0 3px var(--rsa-primary-soft);
  }

  .rsa-grid span {
    font-size: 12px;
    color: #888;
    font-weight: 400;
  }

  #rsa-calculate {
    width: 100%;
    margin-top: 22px;
    border: none;
    border-radius: 14px;
    padding: 14px 18px;
    background: var(--rsa-primary);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s;
  }

  #rsa-calculate:hover {
    opacity: 0.92;
    transform: translateY(-1px);
  }

  .rsa-result {
    margin-top: 22px;
    border-radius: 16px;
    padding: 20px;
    background: var(--rsa-primary-soft);
    border: 1px solid var(--rsa-primary-border);
    line-height: 2;
  }

  .rsa-result strong {
    color: var(--rsa-primary);
  }

  .rsa-size-box {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid var(--rsa-primary-border);
  }

  .rsa-size-main {
    font-size: 22px;
    font-weight: 900;
    color: var(--rsa-primary);
  }

  .rsa-warning {
    background: #fff7e6;
    border: 1px solid #ffe0a3;
    color: #7a4b00;
    border-radius: 12px;
    padding: 12px;
    margin-top: 12px;
    font-size: 14px;
  }

  .rsa-success {
    background: #edf9f0;
    border: 1px solid #ccefd5;
    color: #176329;
    border-radius: 12px;
    padding: 12px;
    margin-top: 12px;
    font-size: 14px;
  }

  .rsa-note {
    margin: 18px 0 0;
    color: #777;
    font-size: 13px;
    line-height: 1.9;
  }

  @media (max-width: 640px) {
    .rsa-card {
      padding: 20px;
      border-radius: 16px;
    }

    .rsa-grid {
      grid-template-columns: 1fr;
    }

    .rsa-card h2 {
      font-size: 21px;
    }
  }/* End custom CSS */