/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.kb-header {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.kb-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.kb-table th,
.kb-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.kb-table th {
    background-color: #f4f4f4;
}

.kb-button {
    background-color: #2271b1; /* WordPress-typischer Blauton */
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.kb-button:hover {
    background-color: #14548a;
}

.kb-link {
    color: #2271b1;
    text-decoration: none;
}

.kb-link:hover {
    text-decoration: underline;
}

.kb-input,
.kb-select {
    width: 300px;
    max-width: 100%;
    padding: 6px;
    margin-top: 5px;
    margin-bottom: 10px;
}
