.db-rzp-subscribe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 28px;
    border-radius: 999px;
    background: #0B2345;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 1;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.db-rzp-subscribe:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(11,35,69,.22);
    color: #fff !important;
}
.db-rzp-subscribe.is-loading {
    opacity: .7;
    pointer-events: none;
}
