.widget-iko-smog-all,
.dd-iko-widget-card,
.dd-iko-widget-card * {
    box-sizing: border-box;
}

.dd-iko-widget-card {
    width: 100%;
    max-width: 300px;
    border: 0px solid white;
    border-radius: 6px;
    padding: 7px;
    background: transparent;
    color: #0b0c0c;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.25;
}

.dd-iko-widget-header {
    margin-bottom: 6px;
    text-align: center;
}

.dd-iko-widget-title {
    font-size: 12px;
    font-weight: 600;
    color: #0b0c0c;
}

.dd-smog-widget-title {
    font-size: 12px;
    font-weight: 600;
    color: #0b0c0c;
    margin-top: 10px;
}

.dd-iko-widget-region {
    font-size: 16px;
    font-weight: 700;
    color: #0b0c0c;
}

.dd-iko-widget-stations {
    overflow: hidden;
}

.dd-iko-widget-station {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: center;
    gap: 5px;
    padding: 3px 5px;
}

.dd-iko-widget-station-name {
    min-width: 0;
    order: 2;
    font-size: 12px;
    font-weight: 600;
    color: #0b0c0c;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dd-iko-widget-icon {
    order: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 1;
}

.dd-iko-widget-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

.dd-iko-widget-smog-list {
    margin-top: 7px;
    overflow: hidden;
    border-top: 1px solid #f0d084;
    border-bottom: 1px solid #f0d084;
    background: #fff9e6;
}

.dd-iko-widget-smog-row {
    padding: 5px 7px 5px 8px;
    border-top: 0;
    /* background: #fff9e6; */
    background: #fffcf1;
}

.dd-iko-widget-smog-row + .dd-iko-widget-smog-row {
    border-top: 1px solid #f0d084;
}

.dd-iko-widget-smog-row-warning {
    border-left: 5px solid #ffcc00;
}

.dd-iko-widget-smog-row-severe {
    border-left: 5px solid #e60000;
}

.dd-iko-widget-smog-name {
    font-size: 12px;
    font-weight: 700;
    color: #0b0c0c;
}

.dd-iko-widget-smog-station {
    margin-top: 2px;
    font-size: 12px;
    color: #0b0c0c;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.dd-iko-widget-no-data {
    padding: 8px;
    font-size: 12px;
    color: #6b7280;
    text-align: center;
}

.dd-iko-widget-card-error .dd-iko-widget-title {
    text-align: center;
}

.dd-iko-widget-footer {
    margin-top: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    font-size: 11px;
    background-color: rgba(255,255,255,0.6);
}

.dd-iko-widget-footer a {
    color: #0069a8;
    text-decoration: underline;
}

.dd-iko-widget-legend {
    text-align: center;
}
.dd-iko-widget-legend .dd-iko-widget-icon {
    position: relative;
    top: 3px;
}
