/* termine-block.css */
.ime-termine-block {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    height: 450px;
    overflow-y: auto; /* Add scroll if content exceeds height */
}

.ime-termine-block h2 {
    color: #00539f;
    margin-bottom: 8px;
}

.ime-termine-block h3 {
    color: #333;
    margin-top: 10px;
    margin-bottom: 5px;
}

.ime-termine-block div {
    margin-bottom: 8px;
}

.ime-termine-block a {
    color: #00539f;
    text-decoration: none;
}

.ime-termine-block a:hover {
    text-decoration: underline;
}