
.ttb-monthly-schedule-wrapper {
    max-width: 900px;
    margin: 0 auto 20px auto;
    text-align: center;
}
#ttb-month-picker {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
#ttb-generate-planner {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
.ttb-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.ttb-day-cell {
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 120px;
    position: relative;
    text-align: left;
    background: #f9f9f9;
}
.ttb-day-number {
    font-weight: bold;
    margin-bottom: 5px;
}
.ttb-day-textarea {
    width: 100%;
    height: 80px;
    margin-top: 5px;
}

.ttb-weekday-header {
    font-weight: bold;
    background: #f2f2f2;
}

.ttb-weekday-name {
    text-align: center;
    padding: 8px 0;
    border: 1px solid #ccc;
    background: #f7f7f7;
}