._inputWithButton_170gz_1 {
  display: flex;
  width: 100%;
}

._inputWithButton_170gz_1 form {
    display: flex;
    width: 100%;
  }

._inputWithButton_170gz_1 input {
    width: 100%;
  }

._inputWithButton_170gz_1 button {
    margin-left: 10px;
  }

._wrapper_170gz_19 input {
    border: none;
    background: var(--metadata-input-background);
    box-shadow: 0 0 0 1px var(--border-secondary);
    border-radius: 4px;
    padding: 6px 8px;
    font-family: var(--ui-font);
    color: var(--text-primary);
    margin-top: 0;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    width: 100%;
    outline: none;
    transition: box-shadow 0.2s ease-in-out;
  }

._wrapper_170gz_19 input:focus {
      box-shadow: 0 0 0 2px var(--border-focus);
    }

._wrapper_170gz_19 input:read-only {
      background: var(--u-alpha-200);
      box-shadow: 0 0 0 1px var(--u-alpha-200);
    }

._appleIcon_170gz_46,
._androidIcon_170gz_47 {
  width: 24px;
  height: 24px;
}

._box_170gz_52 {
  background: var(--background-elevated);
  box-shadow: var(--shadow-100);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 16px;
}

._box_170gz_52 ._boxTitle_170gz_59 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--icon-primary);
    margin: 0;
  }

._box_170gz_52 ._boxSubtitle_170gz_67 {
    margin: 0;
    margin-top: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-secondary);
  }

._box_170gz_52 ._list_170gz_76 ._listItem_170gz_76:last-child {
    border-bottom: none;
  }

._box_170gz_52 ._list_170gz_76 ._listItem_170gz_76 ._right_170gz_80 {
    justify-content: flex-end;
  }

._extensionLinks_170gz_85 {
  background: var(--u-alpha-100);
  border-radius: 16px;
  min-height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--spacer-7);
}

._extensionLinks_170gz_85 ._extensionLink_170gz_85 {
    display: flex;
    display: flex;
    flex-direction: column;
    margin: 0 18px;
    transition: opacity 0.2s ease-in-out;
  }

._extensionLinks_170gz_85 ._extensionLink_170gz_85._disabled_170gz_101 {
      opacity: 0.3;
      filter: grayscale(1);
    }

._extensionLinks_170gz_85 ._extensionLink_170gz_85 img {
      width: 56px;
      height: 56px;
      background: none;
    }

._extensionLinks_170gz_85 ._extensionLink_170gz_85 ._extensionInstallButton_170gz_112 {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: var(--spacer-4);
      background: var(--text-primary);
      color: var(--text-inverse);
      padding: 2px 10px;
      font-weight: 500;
      font-size: 12px;
      line-height: 20px;
    }

._extensionLinks_170gz_85 ._extensionLink_170gz_85:hover {
      opacity: 1;
    }

._bookmarkletWrapper_170gz_131 {
  flex-direction: column;
  border-top: none !important;
  border-bottom: none !important;
  margin-top: var(--spacer-7);
}

._bookmarkletWrapper_170gz_131 ._subtitle_170gz_137 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

._bookmarkletWrapper_170gz_131 ._bookmarkletInstructions_170gz_143 {
    display: flex;
    width: 100%;
  }

._bookmarkletWrapper_170gz_131 ._bookmarkletInstructions_170gz_143 ._left_170gz_147 {
      flex: 3;
    }

._bookmarkletWrapper_170gz_131 ._bookmarkletInstructions_170gz_143 ._right_170gz_80 {
      flex: 1;
    }

._bookmarkletWrapper_170gz_131 ._bookmarkletInstructions_170gz_143 ._toggleInstructions_170gz_155 {
      display: flex;
      color: var(--text-primary);
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
    }

._bookmarkletWrapper_170gz_131 ._bookmarkletInstructions_170gz_143 ._chevronDownIcon_170gz_163 {
      transition: transform 0.2s ease-in-out;
    }

._bookmarkletWrapper_170gz_131 ._bookmarkletInstructions_170gz_143 ._chevronDownIcon_170gz_163._rotate_170gz_166 {
        transform: rotate(180deg);
      }

._bookmarkletWrapper_170gz_131 ._bookmarkletInstructions_170gz_143 ._subtitle_170gz_137 {
      font-size: 12px !important;
    }

._bookmarkletWrapper_170gz_131 ._instructionsWrapper_170gz_176 {
    width: 100%;
    padding-left: calc(46px + var(--spacer-6));
  }

._bookmarkletWrapper_170gz_131 ._instructionsWrapper_170gz_176 a {
      text-decoration: none;
      cursor: grab;
      margin-top: var(--spacer-5);
      display: inline-block;
    }

._bookmarkletWrapper_170gz_131 ._instructionsWrapper_170gz_176 p {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: var(--text-secondary);
      margin: 0;
    }

._bookmarkletWrapper_170gz_131 ._instructionsWrapper_170gz_176 ._smallBorder_170gz_195 {
      width: 44px;
      height: 1px;
      background: var(--border-secondary-alpha);
      margin: var(--spacer-5) 0;
    }

._bookmarkletWrapper_170gz_131 ._instructionsWrapper_170gz_176 h1 {
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      color: var(--text-primary);
      margin: 0;
    }

._bookmarkletWrapper_170gz_131 ._instructionsWrapper_170gz_176 ._inputWithButton_170gz_1 {
      margin-top: var(--spacer-5);
    }

._apps_170gz_216 {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  gap: 24px;
}

._apps_170gz_216 a {
    cursor: pointer;
  }

._apps_170gz_216 a:not(.button) {
      text-decoration: underline;
    }

._apps_170gz_216 ._app_170gz_46 {
    display: flex;
    flex-direction: row;
    flex: 1;
    order: 1;
  }

._apps_170gz_216 ._app_170gz_46._firstApp_170gz_236 {
      order: 0;
    }

._apps_170gz_216 ._app_170gz_46 ._left_170gz_147 svg {
        width: 24px;
        height: 24px;
        margin-right: 16px;
      }

._apps_170gz_216 ._app_170gz_46 ._right_170gz_80 {
      flex: 1;
    }

._apps_170gz_216 ._app_170gz_46 ._right_170gz_80 ._title_170gz_251 {
        margin: 0;
        margin-bottom: 4px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: var(--text-primary);
      }

._apps_170gz_216 ._app_170gz_46 ._right_170gz_80 p {
        margin: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: var(--text-secondary);
      }

._apps_170gz_216 ._app_170gz_46 ._right_170gz_80 .button {
        display: inline-block;
        margin-top: 12px;
      }

._apps_170gz_216 ._mobileApp_170gz_275 ._left_170gz_147 svg * {
      fill: var(--text-primary);
    }

._isDarkMode_170gz_279 :is(._apps_170gz_216 ._mobileApp_170gz_275 ._left_170gz_147 svg *) {
        fill: white;
      }

._integrationsBox_170gz_286 {
  display: flex;
}

._integrationsBox_170gz_286 ._integrationsDetails_170gz_289 p {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: var(--text-secondary);
      margin: 0;
      margin-top: 8px;
    }

._integrationsBox_170gz_286 ._integrationsLink_170gz_300 {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

._integrationsBox_170gz_286 ._integrationsLink_170gz_300 a {
      text-decoration: none;
      width: max-content;
      margin-left: 16px;
    }
