.wrap .upurr__primary-heading {
    margin: 0;
}

.wrap .upurr__primary-sub-heading {
    margin-top: 0;
    margin-bottom: 15px;
}

.upurr__secondary-heading {
    color: rgb(30, 30, 30);
    margin: 0px;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
}

.upurr__banner-wrapper {
    display: block;
    min-height: 130px;
    width: 100%;
    margin-bottom: 15px;
}

.upurr__banner {
    min-height: 130px;
    width: 100%;
    box-sizing: border-box;
    padding: 24px;
    border: 0;
    box-shadow: 0 0 8px -2px rgb(0 0 0 / 30%);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    outline: none;
    border-radius: 2px;
}

.upurr__banner p {
    font-size: 13px;
    line-height: 1.4em;
}

.upurr__banner.upurr__placeholder {
    border-left: solid 4px #e7e7e7;
}

.upurr__placeholder span {
    display: block;
    width: 100%;
    height: 25px;
    margin-top: 15px;
    background-color: whitesmoke;
    border-radius: 2px;
}

.upurr__placeholder span:first-of-type {
    height: 40px;
    margin-top: 0;
}

.upurr__connected {
    border-left: solid 4px rgb(112, 187, 112);
}

.upurr__disconnected {
    border-left: solid 4px rgb(224, 121, 61);
}

.upurr__form {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
}

.upurr__error {
    background-color: #f44336;
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
}

.upurr__error a {
    color: whitesmoke;
}

.upurr__form-input {
    margin-top: 15px;
}

.upurr__form-error-message {
    color: #f44336;
    padding: 5px;
    font-size: 12px;
}

.upurr__form-button {
    margin-top: 15px !important;
    width: fit-content;
}

.upurr__card {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 0px 1px;
    outline: none;
    border-radius: 2px;
    padding: 24px;
    margin: 0 auto 24px auto;
    max-width: 680px;
}

.upurr__user-store-list {
    padding: 0;
    margin: 0;
}

.upurr__user-store-list li {
    margin: 7.5px 0;
    padding: 7.5px;
    background-color: whitesmoke;
    border: solid 1px #e7e7e7;
    border-radius: 2px;
    cursor: pointer;
}

.upurr__user-store-list li:hover {
    background-color: #e7e7e7;
}