/*
 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
*/

.fb-slots-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 600px;
}

.fb-slot-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    transition: background 0.2s;
}

.fb-slot-item:hover {
    background-color: #f9f9f9;
}

.fb-slot-date {
    font-weight: bold;
    color: #333;
}

.fb-slot-time {
    color: #666;
}

.fb-slot-btn {
    padding: 8px 15px;
    background-color: #0073aa; /* Kolor przycisku */
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.fb-slot-btn:hover {
    background-color: #005177;
    color: #fff;
}