/* 날씨 & 환율 통합 컴팩트 위젯 */
.wc-widget {
    margin-top: 0;
    border: none !important;
    background: var(--wa-color-neutral-95, #f8f9fa);
    border-radius: 8px !important;
    box-shadow: none;
}
.wc-content {
    display: flex;
    align-items: stretch;
}
.wc-left,
.wc-right {
    flex: 1;
    text-align: center;
    padding: 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}
.wc-label {
    font-size: 0.65em;
    font-weight: 600;
    color: var(--wa-color-text-quiet, #999);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 0.3em;
}
.wc-label i {
    font-size: 1.1em;
    color: var(--wa-color-brand-50, #3178c0);
}
.wc-icon {
    font-size: 2.2em;
    line-height: 1;
    margin: 0.15rem 0;
}
.wc-temp {
    font-size: 0.88em;
    font-weight: 700;
    color: var(--wa-color-text-normal, #333);
}
.wc-peso {
    font-size: 1.6em;
    font-weight: 800;
    line-height: 1.2;
    color: var(--wa-color-text-normal, #222);
    margin: 0.1rem 0;
}
.wc-dollar {
    font-size: 0.72em;
    color: var(--wa-color-text-quiet, #999);
    font-weight: 500;
}
.wc-more-link {
    font-size: 0.62em;
    color: var(--wa-color-brand-50, #3178c0);
    text-decoration: none;
    margin-top: 0.15rem;
    font-weight: 500;
}
.wc-more-link:hover {
    text-decoration: underline;
}
