/**
 * WS40 Sun & Moon block — [ws40_sun]
 */
.ws40-sun { font-size:14px; color:#1d2327; max-width:520px; }
.ws40-sun__title { margin:0 0 12px; font-size:18px; font-weight:700; }
.ws40-sun__list {
    background:#fff; border:1px solid #e3e5e8; border-radius:10px;
    box-shadow:0 1px 2px rgba(0,0,0,.04); overflow:hidden;
}
.ws40-sun__row {
    display:flex; align-items:center; gap:10px;
    padding:10px 14px; border-bottom:1px solid #f0f0f1;
}
.ws40-sun__row:last-child { border-bottom:0; }
.ws40-sun__icon { width:22px; text-align:center; flex:0 0 22px; }
.ws40-sun__img { width:22px; height:22px; display:block; }
.ws40-sun__label { color:#3c434a; flex:1 1 auto; }
.ws40-sun__value { font-weight:600; color:#1d2327; white-space:nowrap; }
.ws40-sun__attr { margin:8px 0 0; font-size:12px; color:#646970; }
