.lt-2aea4fd8-list {
list-style: none;
padding: 0;
margin: 0;
}
.lt-2aea4fd8-list-item {
display: flex;
align-items: center;
cursor: pointer;
margin-bottom: 15px;
transition: all 0.3s ease;
}
.lt-2aea4fd8-list-item-icon {
display: flex;
align-items: center;
justify-content: center;
margin-right: 12px;
transition: inherit;
}
.lt-2aea4fd8-list-item-icon svg {
display: block;
transition: inherit;
} .lt-2aea4fd8-lightbox-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
}
.lt-2aea4fd8-lightbox-backdrop {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7); }
.lt-2aea4fd8-lightbox-content {
position: relative;
z-index: 2;
background: #fff;
padding: 30px;
border-radius: 12px;
max-width: 600px;
width: 90%;
max-height: 90vh;
overflow-y: auto;
}
.lt-2aea4fd8-lightbox-close {
position: absolute;
top: 15px;
right: 15px;
background: transparent;
border: none;
font-size: 28px;
line-height: 1;
cursor: pointer;
color: #333;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
border-radius: 50%;
}
.lt-2aea4fd8-lightbox-close svg {
display: block;
}
.lt-2aea4fd8-lightbox-img {
width: 100%;
height: auto;
border-radius: 8px;
margin-bottom: 20px;
display: block;
}
.lt-2aea4fd8-lightbox-content h3 {
margin-top: 0;
margin-bottom: 15px;
}
.lt-2aea4fd8-lightbox-content p {
margin-bottom: 0;
}