.pms-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 30px 0;
    gap: 20px;
}

.pms-form-style-2 .pms-title-container {
    width: 570px;
}

.pms-title-container .pms-subscriptions-list-title, .pms-title-container h4 {
    margin: 0 !important;
}

.pms-title-container .pms-currency-switcher-container {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0;
}

.pms-currency-switcher-container {
    position: relative;
}

.pms-currency-switcher-container #pms-currency-switcher {
    width: 100px;
    background: #FFFFFF;
    box-shadow: none;
    outline: none;
    border: 1px solid #CFD4DE;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #090A0B;
    height: 56px;
    padding: 15px 15px 0 15px !important;
}

.pms-form-style-1 .pms-currency-switcher-container #pms-currency-switcher {
    border-radius: 4px;
}

.pms-form-style-2 .pms-currency-switcher-container #pms-currency-switcher {
    border-radius: 18px;
}

.pms-form-style-3 .pms-currency-switcher-container #pms-currency-switcher {
    border-radius: 100px;
}

.pms-currency-switcher-container #pms-currency-switcher:hover {
    border: 1px solid #6E7A86;
}

.pms-form-style-1 .pms-currency-switcher-container #pms-currency-switcher:focus {
    border: 1px solid #1079F3;
}

.pms-form-style-2 .pms-currency-switcher-container #pms-currency-switcher:focus {
    border: 1px solid #558B2F;
}

.pms-form-style-3 .pms-currency-switcher-container #pms-currency-switcher:focus {
    border: 1px solid #554FE6;
}

.pms-currency-switcher-container label {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    margin: 0;
    padding: 0 15px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #6E7A86;
    pointer-events: none;
    text-indent: 0 !important;
}

.pms-form-style-1 .pms-currency-switcher-container label.active {
    color: #1079F3;
}

.pms-form-style-2 .pms-currency-switcher-container label.active {
    color: #558B2F;
}

.pms-form-style-3 .pms-currency-switcher-container label.active {
    color: #554FE6;
}

#pms-change-subscription-form .pms-upgrade__message {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
}

#pms-change-subscription-form .pms-currency-switcher-container {
    margin-left: auto;
}



@media screen and (min-width: 1191px) {

    .pms-form-design-wrapper:not(.wrapper-small)#pms-renew-subscription-form .pms-title-container,
    .pms-form-design-wrapper:not(.wrapper-small)#pms-retry-payment-subscription-form .pms-title-container {
        max-width: calc(100% - 470px - 80px);
    }

    .pms-form-design-wrapper:not(.wrapper-small)#pms-renew-subscription-form .pms-title-container > p:first-of-type,
    .pms-form-design-wrapper:not(.wrapper-small)#pms-retry-payment-subscription-form .pms-title-container > p:first-of-type {
        max-width: calc(100% - 150px);
        margin: 0;
    }

}