.daily-chest-block {
    margin: 10px 0 16px;
    padding: 8px 6px;
    border: 1px solid #3d4558;
    background: linear-gradient(180deg, #1a1f2a 0%, #12151c 100%);
}

.daily-chest-title {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: bold;
    color: #fcd330;
    text-align: center;
}

.daily-chest-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
}

.daily-chest-row--revealed {
    gap: 10px 6px;
}

.daily-chest-form {
    margin: 0;
    padding: 0;
}

.daily-chest-btn {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 0;
}

.daily-chest-btn img {
    width: 72px;
    height: auto;
    vertical-align: middle;
}

.daily-chest-btn:hover img {
    filter: brightness(1.12);
}

.daily-chest-static {
    line-height: 0;
}

.daily-chest-static img {
    width: 72px;
    height: auto;
    vertical-align: middle;
}

.daily-chest-hint {
    margin: 10px 0 0;
    font-size: 11px;
    color: #9aa3b5;
    text-align: center;
    line-height: 130%;
}

.mw-card-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 78px;
    flex: 0 0 78px;
    text-align: center;
    line-height: normal;
    overflow: visible;
}

.mw-card-slot img {
    display: block;
    flex-shrink: 0;
    width: 72px;
    height: auto;
}

.mw-card-slot--won img {
    outline-offset: 2px;
}

.mw-card-label {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    margin: 0;
    padding: 0 1px;
    font-size: 9px;
    line-height: 1.2;
    color: #c8d0dc;
    overflow: hidden;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    text-align: center;
}

.mw-card-won {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 8px;
    font-weight: bold;
    color: #fcd330;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
