body.wn-guide-lightbox-open {
overflow: hidden !important;
}
.wn-guide-profile .wn-guide-hero,
.wn-guide-profile .wn-guide-gallery-item img,
.wn-featured-guides-approved img,
.wn-guides-card img,
.wn-guide-card img {
cursor: zoom-in !important;
}
.wn-lightbox-overlay {
position: fixed;
inset: 0;
z-index: 2147483000;
display: none;
align-items: center;
justify-content: center;
padding: 24px;
background: rgba(2, 6, 5, .94);
}
.wn-lightbox-overlay.is-open {
display: flex;
}
.wn-lightbox-panel {
position: relative;
width: min(1180px, 96vw);
max-height: 92vh;
display: flex;
flex-direction: column;
align-items: center;
gap: 14px;
}
.wn-lightbox-panel img {
max-width: 100%;
max-height: 78vh;
object-fit: contain;
border-radius: 18px;
box-shadow: 0 24px 80px rgba(0,0,0,.55);
}
.wn-lightbox-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}
.wn-lightbox-actions button,
.wn-lightbox-x {
border: 0;
border-radius: 999px;
padding: 12px 18px;
background: #cf642f;
color: #fff;
font-weight: 900;
cursor: pointer;
font-family: inherit;
}
.wn-lightbox-actions .wn-lightbox-close {
background: rgba(255,255,255,.12);
border: 1px solid rgba(245,207,114,.35);
}
.wn-lightbox-x {
position: absolute;
top: -12px;
right: -12px;
width: 44px;
height: 44px;
padding: 0 !important;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
line-height: 1;
}
@media (max-width: 680px) {
.wn-lightbox-overlay {
padding: 14px;
}
.wn-lightbox-x {
top: 4px;
right: 4px;
}
.wn-lightbox-panel img {
max-height: 74vh;
}
} body.wn-guide-profile-page #main-content .container,
body:has(.wn-guide-profile) #main-content .container{
width:100%!important;
max-width:none!important;
padding-top:0!important;
}
body.wn-guide-profile-page #content-area,
body:has(.wn-guide-profile) #content-area{
width:100%!important;
margin:0!important;
padding:0!important;
}
body.wn-guide-profile-page #left-area,
body:has(.wn-guide-profile) #left-area{
width:100%!important;
max-width:none!important;
padding:0!important;
float:none!important;
}
body.wn-guide-profile-page #main-content .container:before,
body:has(.wn-guide-profile) #main-content .container:before{
display:none!important;
}
body.wn-guide-profile-page #sidebar,
body.wn-guide-profile-page .et_pb_widget_area,
body:has(.wn-guide-profile) #sidebar,
body:has(.wn-guide-profile) .et_pb_widget_area{
display:none!important;
}
body.wn-guide-profile-page .entry-title,
body.wn-guide-profile-page .main_title,
body.wn-guide-profile-page .et_post_meta_wrapper,
body:has(.wn-guide-profile) .entry-title,
body:has(.wn-guide-profile) .main_title,
body:has(.wn-guide-profile) .et_post_meta_wrapper{
display:none!important;
}
body.wn-guide-profile-page .wn-guide-profile,
body:has(.wn-guide-profile) .wn-guide-profile{
position:relative!important;
width:100vw!important;
max-width:100vw!important;
margin-left:calc(50% - 50vw)!important;
margin-right:calc(50% - 50vw)!important;
overflow:hidden!important;
}
body.wn-guide-profile-page .wn-guide-hero,
body:has(.wn-guide-profile) .wn-guide-hero{
width:100vw!important;
max-width:100vw!important;
}