/**
 * 30YearWeather Widget - Editor Styles
 *
 * @package ThirtyYearWeather
 */

.wp-block-thirty-year-weather-widget {
    margin: 1em 0;
}

.thirty-year-weather-block-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    border-radius: 12px;
    padding: 10px;
}

.thirty-year-weather-block-preview iframe {
    display: block;
    margin: 0 auto;
}

/* Placeholder when no city selected */
.thirty-year-weather-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: linear-gradient(135deg, #1c1917 0%, #292524 100%);
    border-radius: 12px;
    color: #fff;
    text-align: center;
}

.thirty-year-weather-placeholder svg {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    opacity: 0.7;
}

.thirty-year-weather-placeholder p {
    margin: 0;
    font-size: 14px;
    color: #a8a29e;
}