/* ===================================================================================

* Theme Name: Cirkle Child
* Theme URI:    https://radiustheme.com/demo/wordpress/cirkle
* Description: Cirkle is one of the latest and unique responsive Business Consulting WordPress Theme
* Version: 1.0
* Author: RadiusTheme
* Author URI: https://www.radiustheme.com/
* Template: cirkle
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
 
.bp-predefined-wrapper {
    margin-top:10px;
}

.bp-pre-btn {
    display:inline-block;
    padding:6px 12px;
    margin:5px 5px 0 0;
    background:#f1f1f1;
    border-radius:20px;
    cursor:pointer;
    border:1px solid #ddd;
    font-size:13px;
    transition:0.3s ease;
}

.bp-pre-btn:hover {
    background:#0073aa;
    color:#fff;
}

.bp-predefined-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bp-pre-btn {
    padding: 6px 10px;
    background: #f1f1f1;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s ease;
}

.bp-pre-btn:hover {
    background: #e2e2e2;
}

.bp-pre-btn.bp-pre-active {
    background: #0073ff;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(0,115,255,0.2);
}