.smart-swatches-attribute-label {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.smart-swatches-attribute-field {
    margin-top: 15px;
    float: left;
}

.smart-swatches-save-button {
    clear: both;
    margin: 40px 30px 30px 20px;
}

/* Styles for admin review notice */
#sp_swatches-review-notice {
    padding: 18px 15px 18px 0;
    background-color: #fff;
    border-radius: 5px;
    margin: 20px 20px 0 0;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(36, 39, 50, .08);
    clear: both;
}

#sp_swatches-review-notice .sp_swatches-plugin-icon {
    float: left;
    line-height: 90px;
    text-align: center;
    width: 125px;
    margin-right: 6px;
}

#sp_swatches-review-notice .sp_swatches-plugin-icon img {
    max-width: 94px;
    vertical-align: middle;
    margin-left: 10px;
}

#sp_swatches-review-notice .sp_swatches-notice-text {
    overflow: hidden;
}

#sp_swatches-review-notice .sp_swatches-notice-text h3 {
    font-size: 24px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1;
}

#sp_swatches-review-notice .sp_swatches-notice-text p {
    margin: 10px 0 10px 0;
    font-size: 13px;
}

#sp_swatches-review-notice .sp_swatches-notice-text p.sp_swatches-review-actions {
    margin: 10px 0 2px 0;
}

#sp_swatches-review-notice .sp_swatches-notice-text .sp_swatches-review-actions a {
    text-decoration: none;
    margin-right: 8px;
    color: #63a37b;
    display: inline-block;
    position: relative;
}

#sp_swatches-review-notice .sp_swatches-notice-text .sp_swatches-review-actions a span {
    padding-right: 2px;
}

#sp_swatches-review-notice .sp_swatches-notice-text .sp_swatches-review-actions a.button {
    color: #fff;
}

/* Admin offer banner */
#shapedplugin-offer-banner {
    padding: 0;
    border: 0;
    line-height: 0;
    background: transparent;
  }
  
  #shapedplugin-offer-banner a:focus {
    outline: 0;
    box-shadow: none;
  }
  
  #shapedplugin-offer-banner .notice-dismiss:focus {
    outline: 0;
    box-shadow: none;
  }
  
  #shapedplugin-offer-banner button.shapedplugin-offer-banner-dismiss:before {
    color: #fff;
    font-size: 22px;
  }