.metar-decoder textarea {
    width: 100%;
    height: 120px;
}

.metar-decoder button {
    margin-top: 8px;
    padding: 6px 12px;
}

.metar-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.metar-table th,
.metar-table td {
    border: 1px solid #ccc;
    padding: 6px;
}

.metar-table th {
    background: #f0f0f0;
}

.error {
    color: red;
}
