.sp-select {
    position: relative;
    display: inline-block;
    &__label {
        font-size: 8px;
        line-height: 10px;
        color: rgba(#565D66, 0.5);
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        top: -15px;
        left: 0;
    }
    // Ugly !important to overwrite WP generic styles
    &__input {
        color: #4A4A4A !important;
        font-size: 13px !important;
        line-height: 16px !important;
        height: 27px !important;
        border: 1px solid #DDDDDD !important;
        border-radius: 3px !important;
    }

    &.small {
        .sp-select__input {
            width: 73px;
        }
    }

    &.large {
        .sp-select__input {
            width: 148px;
        }
    }
}
