.jetpack_widget_social_icons ul,
.jetpack_widget_social_icons li {
list-style: none;
}
.jetpack_widget_social_icons ul {
display: block;
margin: 0 0 1.5em;
padding: 0;
}
.jetpack_widget_social_icons ul li {
border: 0;
display: inline-block;
line-height: 1;
margin: 0;
padding: 0;
}
.jetpack_widget_social_icons ul li:before,
.jetpack_widget_social_icons ul li:after {
display: none;
}
.jetpack_widget_social_icons a {
border: 0;
box-shadow: none;
display: block;
height: 24px;
text-decoration: none;
width: 24px;
}
.jetpack_widget_social_icons svg {
color: inherit;
fill: currentColor;
height: inherit;
vertical-align: middle;
width: inherit;
} .jetpack_widget_social_icons ul.size-small a {
height: 24px;
width: 24px;
}
.jetpack_widget_social_icons ul.size-medium a {
height: 32px;
width: 32px;
}
.jetpack_widget_social_icons ul.size-large a {
height: 48px;
width: 48px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute ! important;
width: 1px;
word-wrap: normal ! important;
}.payment_method_phonepe {
align-items: center;
}
.payment_method_phonepe img {
object-fit: contain;
width: 300px;
margin: 0px 0 0 0 !important;
}
body.pp_loader {
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.pp_pay_loader {
position: absolute;
top: 50%;
transform: translate(-50%);
left: 50%;
}
.phonepe_response {
padding: 15px;
margin-bottom: 40px;
border: 1px solid transparent;
border-radius: 4px;
text-align: center;
}
.phonepe_response.error-box {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.phonepe_response.success-box {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
@media (max-width: 480px) {
.payment_method_phonepe img {
margin-top: 7px !important;
}
}