.memories-video-container {
max-width: 100%;
margin: 20px 0;
}
.memories-video-container video {
width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.memories-qr-container {
text-align: center;
margin: 20px 0;
}
.memories-qr-container img {
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} .handler-header-info-badge {
display: flex;
align-items: center;
color: #ffffff;
font-size: 15px;
font-weight: 400;
padding: 8px 20px;
margin-left: 20px;
border-left: 1px solid #e1e1e1;
white-space: nowrap;
}
.handler-badge {
margin-right: 8px;
font-size: 18px;
}