.etai-nadnice-frontend {
    max-width: 1100px;
    margin: 24px auto;
    font-family: "Segoe UI", Tahoma, sans-serif;
}

.etai-nadnice-month-form {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0 16px;
    flex-wrap: wrap;
}

.etai-nadnice-month-form label {
    font-weight: 600;
}

.etai-nadnice-month-form select {
    min-width: 150px;
}

.etai-calendar,
.etai-day-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.etai-calendar th,
.etai-calendar td,
.etai-day-table th,
.etai-day-table td {
    border: 1px solid #d3d7de;
    text-align: center;
    padding: 10px;
}

.etai-calendar td.is-empty {
    background: #f8f9fb;
}

.etai-calendar td.day-cell a {
    display: block;
    text-decoration: none;
    color: #1c2a3a;
    font-weight: 600;
}

.etai-calendar td.is-today {
    background: #fef3c7;
}

.etai-day-table th:first-child,
.etai-day-table td:first-child {
    text-align: left;
}
