/* Styles for Module Boek Template Component */
.module_boek {
    position: relative;
    width: 100%;
    height: 100px;
    float: left;
    border: 1px solid #FF6600;
    margin: 10px 5px 5px 0;
}

.module_boek_titel {
    position: relative;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #FF6600;
}

.module_boek_info {
    position: relative;
    float: left;
    min-width: 250px;
}

.module_boek_knoppen {
    position: relative;
    float: left;
    width: 130px;
}

.card-body-error, .card-error {
    background-color: #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1px;
}

.col-md-4 { /* This is very generic, but specific to this module's layout */
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: right;
    gap: 1.5rem;
}

.bookmark-pos {
    bottom: 0;
    line-height: 1;
}

.bookmark-toggle {
    font-size: 2rem;
    color: #007bff;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
}