.l2z-update-card {
    position: absolute;
    top: 16px;
    right: 16px;
    max-width: 450px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    padding: 12px 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    z-index: 2;
}

.l2z-update-badge {
    position: absolute;
    top: -8px;
    left: -8px;
    background: #8fd460;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 999px;
    display: inline-block;
    z-index: 3;
}

.l2z-update-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    color: #2c2c2c;
    margin: 0 0 4px 0;
}

.l2z-update-text {
    font-size: 12px;
    line-height: 1.35;
    color: #4b4b4b;
    margin: 0;
}

.l2z-update-logo {
    width: 115px;
    height: 115px;
    object-fit: contain;
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    .l2z-update-card {
        position: static;
        margin: 12px auto 0 auto;
    }
}
