.ecig-wpadverts-card,
.ecig-wpadverts-success {
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
    margin: 6px auto;
    padding: 22px;
    border: 1px solid #e9e6ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(43, 26, 70, .08);
    color: #2d2434;
}
.ecig-wpadverts-card * ,
.ecig-wpadverts-success * { box-sizing: border-box; }
.ecig-wpadverts-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.ecig-wpadverts-card__head > div:nth-child(2) { flex: 1; min-width: 0; }
.ecig-wpadverts-card__head strong { display: block; font-size: 18px; line-height: 1.25; }
.ecig-wpadverts-card__head span:not(.ecig-wpadverts-badge) { display: block; margin-top: 3px; color: #776d80; font-size: 13px; }
.ecig-wpadverts-logo {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #6a35d4, #c32986);
    box-shadow: 0 8px 20px rgba(106, 53, 212, .24);
    font-weight: 800;
    font-size: 17px;
}
.ecig-wpadverts-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eaf8ef;
    color: #21884b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.ecig-wpadverts-amounts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 14px;
}
.ecig-wpadverts-amounts > div {
    min-width: 0;
    padding: 16px;
    border-radius: 15px;
    background: #f8f6fb;
}
.ecig-wpadverts-amounts span,
.ecig-wpadverts-success__balance span {
    display: block;
    margin-bottom: 4px;
    color: #7a7082;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.ecig-wpadverts-amounts strong {
    display: block;
    color: #3b254f;
    font-size: 22px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}
.ecig-wpadverts-amounts small { display: block; margin-top: 4px; color: #857b8d; }
.ecig-wpadverts-purpose {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 2px 14px;
    border-bottom: 1px solid #eeeaf2;
    color: #6e6476;
    font-size: 14px;
}
.ecig-wpadverts-purpose strong { color: #342a3a; text-align: right; }
.ecig-wpadverts-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}
.ecig-wpadverts-benefits li {
    position: relative;
    padding: 11px 10px 11px 31px;
    border-radius: 12px;
    background: #faf9fc;
    color: #62586a;
    font-size: 12px;
    line-height: 1.35;
}
.ecig-wpadverts-benefits li::before {
    content: "✓";
    position: absolute;
    left: 11px;
    top: 11px;
    color: #3b9a60;
    font-weight: 900;
}
.ecig-wpadverts-alert,
.ecig-wpadverts-message {
    margin: 12px 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff7e8;
    color: #845913;
    font-size: 14px;
    line-height: 1.45;
}
.ecig-wpadverts-message--error { background: #fff0f1; color: #a42c3b; }
.ecig-wpadverts-recharge,
.ecig-wpadverts-success__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    margin-top: 4px;
    padding: 10px 18px;
    border-radius: 12px;
    color: #fff !important;
    background: linear-gradient(135deg, #6a35d4, #c32986);
    text-decoration: none !important;
    font-weight: 800;
    box-shadow: 0 9px 22px rgba(106, 53, 212, .2);
}
.ecig-wpadverts-hidden-form { margin: 0 !important; padding: 0 !important; border: 0 !important; }
.ecig-wpadverts-success { text-align: center; }
.ecig-wpadverts-success__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #eaf8ef;
    color: #21884b;
    font-size: 30px;
    font-weight: 900;
}
.ecig-wpadverts-success h3 { margin: 0 0 8px; font-size: 23px; color: #352240; }
.ecig-wpadverts-success p { margin: 0 0 16px; color: #6e6476; }
.ecig-wpadverts-success__balance {
    max-width: 320px;
    margin: 0 auto 14px;
    padding: 14px;
    border-radius: 14px;
    background: #f8f6fb;
}
.ecig-wpadverts-success__balance strong { font-size: 22px; color: #3b254f; }
.adext-payments-place-order.ecig-wpadverts-button {
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #6a35d4, #c32986) !important;
    color: #fff !important;
    box-shadow: 0 9px 22px rgba(106, 53, 212, .2) !important;
    font-weight: 800 !important;
}
.adext-payments-place-order.ecig-wpadverts-disabled {
    opacity: .48 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}
@media (max-width: 640px) {
    .ecig-wpadverts-card,
    .ecig-wpadverts-success { padding: 17px; border-radius: 17px; }
    .ecig-wpadverts-card__head { align-items: flex-start; flex-wrap: wrap; }
    .ecig-wpadverts-badge { margin-left: 58px; margin-top: -7px; }
    .ecig-wpadverts-amounts { grid-template-columns: 1fr; }
    .ecig-wpadverts-benefits { grid-template-columns: 1fr; }
    .ecig-wpadverts-purpose { flex-direction: column; }
    .ecig-wpadverts-purpose strong { text-align: left; }
}
