.dwo-weekly-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #172033;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.dwo-weekly-badge--card {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(135deg, #172033 0%, #0f766e 100%);
}

.dwo-weekly-badge--loop {
    background: #0f766e;
}

.dwo-weekly-badge--hero {
    background: #172033;
}
