.settings-container {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 16px;
    position: relative;
    width: 100%;
}

.frame-userinfo {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 6px;
    position: relative;
    width: 100%;
}

.settings-row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
    height: 40px;
    background: rgba(43, 41, 41, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 1px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.settings-row-name {
    height: 16px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(186, 179, 173, 0.9);
}

.settings-row-value {
    width: 110px;
    height: 16px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.settings-row-first-header {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #bab3ade6;
    margin-top: 24px;
}
.settings-row-second-header {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #bab3ade6;
    margin-top: 16px;
    margin-bottom: 16px;
}

.settings-row-second-header {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .02em;
}

.btn.accept {
    background-color: #a8ce6761;
    color: #a8ce67;
    cursor: pointer;
    justify-content: center;
    width: 100%;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 700;
    gap: 8px;
    width: 170px;
    height: 40px;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 1px;
    padding: 14px 16px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    -o-border-image: initial;
    border-image: initial;
    transition: 0.2s;
    align-content: center;
    align-items: center;
  }
  
  .btn.decline {
    background: #222;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    width: 100%;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 700;
    gap: 8px;
    width: 170px;
    height: 40px;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 1px;
    padding: 14px 16px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    -o-border-image: initial;
    border-image: initial;
    transition: 0.2s;
    align-content: center;
    align-items: center;
  }
  .btn.decline:hover {
    background: #353434;
  }
  .btn.accept:hover {
    background-color: #a8ce6794;
  }
  p.confirm-text {
    /* width: 191px; */
    /* height: 18px; */
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(186, 179, 173, 0.9);
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  .help-items-trade {
    width: 20px;
    height: 20px;
    background-color: #444;
    color: #cbcbcb;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    cursor: help;
    font-size: 14px;
    transition: background-color 0.2s;
  }
  .help-items-trade:hover {
    background-color: #3d3c3c;
  }
  .user-settings-toggle__btn {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 12px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    background: transparent;
    background: rgba(43, 41, 41, 0.7);
    color: rgba(186, 179, 173, 0.9);
    transition: background 0.2s, color 0.2s;
  }
  
  /* Состояние «активно» */
  .user-settings-toggle__btn.is-active {
    background: #333131;
    color: #fff;
  }
  .user-settings-toggle__btn.is-active:hover {
    background: #424040;
  }
  
  /* Состояние :hover для неактивных */
  .user-settings-toggle__btn:hover:not(.is-active) {
    background: rgba(255, 255, 255, 0.05);
  }
  input#tradelink {
    background: none;
    height: 100%;
    width: 100%;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #fff;
    border: none;
    outline: none;
  }
  
  .user-settings-toggle__controls_input {
    width: 200px;
    transition: width 0.3s ease;
  }
  .user-settings-toggle__controls_input:focus-within {
    width: 500px; /* 200px * 1.5 */
  }
  
  iframe#telegram-login-rustaria_shop_bot {
    margin: 0 auto;
    display: flex;
  }
  button.vkc__styles__ButtonOneTap.vkc__styles__ModePrimary.vkc__styles__ButtonMedium {
    border-radius: 0px !important;
    background: rgba(168, 206, 103, 0.3);
    color: #a8ce67 !important;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  button.vkc__styles__ButtonOneTap.vkc__styles__ModePrimary.vkc__styles__ButtonMedium:hover {
    background: rgba(168, 206, 103, 0.45) !important;
  }
  
  .vkc__styles__ButtonOneTap_icon use {
    color: #a8ce67 !important;
  }
  
  button.vkc__styles__SecondaryButton.vkc__styles__ButtonMedium {
    background: #1d425f !important;
    border-radius: 1px !important;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  
  .vk-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
  }
  .vk-modal {
    background: #1b1b1b;
    border-radius: 1px;
    padding: 14px 30px;
    width: 380px;
    max-width: 95%;
    box-shadow: 0 10px 40px #00000040;
    position: relative;
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }
  .vk-modal-header {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(186, 179, 173, 0.9);
    background-color: #1b1b1b;
    margin-bottom: 6px;
    padding: 0px 24px;
  }
  
  button.btn-close.btn-right {
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: transparent;
  }
  
  button.btn-close.btn-right svg {
    color: #2b2929;
  }
  .vk-modal-body {
    min-height: 70px;
  }
  .close-btn {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
  }
  
  .linked-left {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .linked-icon {
    width: 20px;
    height: 20px;
  }
  
  .linked-username {
  }
  
  .btn.unlink {
    background: #222;
    color: #fff;
    padding: 6px 10px;
    font-size: 16px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
  }
  .btn.tradelink {
    background: #222;
    color: #fff;
    padding: 6px 10px;
    font-size: 16px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    color: #a8ce67;
    background-color: #a8ce6761;
  }
  button.btn.unlink:hover {
    background: #424040;
  }
  span.linked-username {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #ffffff;
  }
  .linked-account {
    /* 1 */
  
    box-sizing: border-box;
  
    /* Auto layout */
    display: flex;
    flex-direction: row;
    padding: 16px;
    gap: 12px;
    height: 72px;
    background: rgba(43, 41, 41, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 1px;
    justify-content: space-between;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 5px 0px;
  }
  
  .linked-name {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 15.4px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(186, 179, 173, 0.9);
    flex: none;
  }
  
  button.btn.link {
    background-color: rgba(168, 206, 103, 0.38);
    cursor: pointer;
    justify-content: center;
    width: 100%;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    gap: 8px;
    width: 170px;
    height: 40px;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgb(168, 206, 103);
    border-radius: 1px;
    padding: 14px 16px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: 0.2s;
    align-content: center;
    align-items: center;
  }
  button.btn.link:hover {
    color: rgb(168, 206, 103);
    background: rgba(168, 206, 103, 0.45);
  }
  
  .linked-right {
    display: flex;
    align-content: center;
    align-items: center;
  }
  
  .linked-info {
    height: 40px;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 2px 14px 12px;
    gap: 12px;
    max-width: 240px;
    height: 40px;
    background: rgba(20, 20, 20, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 1px;
  }
  
  .user-settings-toggle {
    display: flex;
    align-items: center;
  }
  
  /* Обёртка самих кнопок */
  .user-settings-toggle__controls {
    display: flex;
    align-items: center;
    padding: 0px 2px;
    gap: 3px;
    background: rgba(20, 20, 20, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 1px;
    height: 40px;
    max-width: 240px;
  }
  
  .user-settings-toggle__controls_input {
    display: flex;
    align-items: center;
    padding: 0px 2px;
    gap: 3px;
    background: rgba(20, 20, 20, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 1px;
    height: 40px;
  }
  
  /* Базовый стиль кнопок */
  .user-settings-toggle__btn {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 10px 10px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    transition: background 0.2s;
  }
  
  /* Состояние “включено” */
  .user-settings-toggle__btn--on {
    background: #333131;
    color: #fff;
  }
  .user-settings-toggle__btn--on:hover {
    background: #424040;
  }
  
  /* Состояние “выключено” */
  .user-settings-toggle__btn--off {
    background: rgba(43, 41, 41, 0.7);
    color: rgba(186, 179, 173, 0.9);
  }
  .user-settings-toggle__btn--off:hover {
    background: #424040;
  }