.price-list-sms-module {
    direction: rtl;
	margin: 40px 0;
}

.price-list-sms-trigger {
    text-align: center;
    line-height: 1.7;
}

.price-list-sms-method {
    margin-bottom: 2px;
    color: #f00;
    font-size: 18px;
    font-weight: 700;
}

.price-list-sms-description {
    margin-bottom: 8px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

.price-list-sms-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 214px;
    min-height: 37px;
    padding: 7px 24px;
    border: 0;
    border-radius: 999px;
    background: #30449f;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity .15s ease;
}

.price-list-sms-button:hover,
.price-list-sms-button:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
}

.price-list-sms-button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.price-list-sms-modal {
    display: none;
    position: fixed;
    z-index: 100000;
    inset: 0;
    direction: rtl;
}

.price-list-sms-modal.is-open {
    display: block;
}

.price-list-sms-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .48);
}

.price-list-sms-dialog {
    position: relative;
    width: calc(100% - 32px);
    max-width: 440px;
    margin: 12vh auto 0;
    padding: 28px 24px 24px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: right;
}

.price-list-sms-close {
    position: absolute;
    top: 7px;
    left: 10px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.price-list-sms-text {
    margin-bottom: 18px;
    line-height: 1.9;
}

.price-list-sms-mobile {
    width: 100%;
    height: 44px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    direction: ltr;
    text-align: left;
}

.price-list-sms-status {
    min-height: 24px;
    margin-top: 12px;
    font-size: 13px;
}

.price-list-sms-status.is-error {
    color: #a40000;
}

.price-list-sms-status.is-success {
    color: #176b2c;
}
