/*!
Theme Name:  Page Builder Framework - Child M7 Pravo
Author:      Media-Seven GmbH
Author URI:  https://media-seven.de
Description: Page Builder Framework Child Theme
Version:     1.3
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags:        one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, custom-logo, custom-background, threaded-comments, blog, e-commerce
Template:    page-builder-framework
Text Domain: page-builder-framework-child-m7-pravo
*/

.flex {
    display: flex;
    justify-content: space-between;
}
.grid {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 2fr;
}
.practice-container {
    padding: 15px;
}
.practice-container .practice-button, .practice-container .practice-button:hover {
    background-color: #a170d9;
    color: #fff;
    padding: 15px;
}
.category-header {
    background-color: #39aa95;
    padding: 15px;
    width: 100%;
    text-align: right;
}
.category-header h2 { 
    color: #fff;
    margin: 0;
}
.practice-request label, .practice-request input, .practice-request select, .practice-request textarea {
    margin-top: 15px;
    margin-bottom: 15px;
}
.backlink, .backlink:hover {
    background-color: #39aa95;
    color: #fff;
    border-radius: 8px;
    padding: 5px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
    cursor: pointer;
}