.paytium-shortcode-icon {
    margin-right: 8px;
}
.wp-block-from-select {
    display: block;
}
.wp-block-from-select .select-form {
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
}
.wp-block-from-select .select-form .components-base-control__label {
    margin: 2px auto;
}
.wp-block-from-select .select-form .components-base-control__label label {
    display: block;
    margin: 0 auto;
    font-weight: 700;
}
.wp-block-from-select .select-form .components-base-control__label svg {
    position: relative;
    top: 4px;
}
.wp-block-from-select .select-form-description {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    font-size: 13px;
}
.wp-block-from-select .select-form-manual,.wp-block-from-select .blank-start {
    text-decoration: underline;
    color: black;
    cursor: pointer;
    padding: 0;
}