.custom-price{display:flex;flex-direction:column;row-gap:5px}.custom-price__form{display:grid;grid-template-columns:1fr auto;column-gap:10px;align-items:flex-end}.custom-price__form--align-center{align-items:center}.custom-price__form button{height:36px}.custom-price__price-details{font-size:14px;color:var(--theme-color-grayscale-300);display:grid;grid-template-columns:auto 1fr;grid-column-gap:10px;grid-row-gap:5px}.custom-price__reset-button{display:flex;align-items:center;color:var(--theme-color-status-error-default)}.custom-price .input__slot{align-items:baseline}.exchange-device{display:flex;flex-direction:column;row-gap:5px}.exchange-device__form{display:grid;grid-template-columns:1fr auto;column-gap:10px;align-items:flex-end}.exchange-device__form-actions{display:flex;column-gap:10px}.exchange-device__form-actions button{height:36px}.exchange-device__details{display:flex;flex-direction:column;align-items:flex-start;row-gap:10px;background:var(--theme-color-grayscale-900);padding:10px;margin-top:10px}.exchange-device__validation-error-message,.exchange-device__validation-label{margin:0}.exchange-device__validation-label{font-size:16px;font-weight:700}