.ecowitt-dashboard {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.weather-section {
    margin-bottom: 20px;
}
.weather-section h3 {
    margin-bottom: 10px;
}
.ecowitt-error {
    color: red;
    font-weight: bold;
}
.mm0zif-donate {
    text-align: center;
    margin-top: 20px;
}
canvas {
    max-width: 100%;
    height: auto;
}
.ecowitt-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.ecowitt-table th,
.ecowitt-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.ecowitt-table th {
    background-color: #f2f2f2;
}
.view-chart-btn, .return-synopsis-btn {
    padding: 8px 16px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}
.view-chart-btn:hover, .return-synopsis-btn:hover {
    background-color: #005177;
}
.highlight {
    background-color: rgba(75, 192, 192, 0.1);
    transition: background-color 0.5s ease;
}
.tide-section {
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
}