/* Frontend styles for extnify-plugin */
/* Add your checkout / shop page styles here */

/* Shipping-method icon shown inline before the method name */
.xsp-rate-icon-wrap {
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
    vertical-align: -2px;
}

.xsp-rate-icon-wrap .xsp-rate-icon {
    font-size: 1em;
    line-height: 1;
    color: #7f54b3;
}

.xsp-rate-icon-wrap img.xsp-rate-icon {
    width: 1.2em;
    height: 1.2em;
    object-fit: contain;
}
