.gta-weather-card {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-width: 140px;
}

.gta-weather-title {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.gta-weather-temp {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.gta-weather-condition {
    font-size: 0.85rem;
    margin-top: 2px;
}
