/*!/wp-content/plugins/glow-your-story-plugin/styles.css*/.gys-owl-carousel .gys-carousel-item{display:flex;justify-content:center;align-items:center;padding:10px}.gys-owl-carousel .gys-carousel-logo{height:80px;width:auto;max-width:100%;object-fit:contain}.gys-prelegentki-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gys-prelegentki-grid .prelegentka{text-align:center;border:1px solid #ddd;padding:15px;position:relative;overflow:hidden;border-radius:14px}.gys-prelegentki-grid .prelegentka .image-wrapper{width:100%;height:300px;overflow:hidden;margin-bottom:16px}.gys-prelegentki-grid .prelegentka img{width:100%;height:100%;object-fit:cover;border-radius:8px}.gys-prelegentki-grid .prelegentka .more-link{color:#e09900;cursor:pointer;display:block;margin-top:10px;font-size:14px}.gys-popup{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;max-width:850px;background:#fff;padding:20px;box-shadow:0 5px 15px rgb(0 0 0 / .3);z-index:1000;border-radius:14px;max-height:90vh;overflow-y:auto}.gys-popup .popup-content{display:flex;align-items:center;flex-wrap:wrap}.gys-popup .popup-content img{width:100%;max-width:400px;margin-right:20px;border-radius:14px;margin-bottom:20px}.gys-popup .popup-content .details{flex-grow:1;flex-basis:300px}.gys-popup .popup-content .details h4{margin-top:0}.gys-popup .close-popup{position:absolute;top:0;right:15px;cursor:pointer;font-size:42px}.gys-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);z-index:999}@media (max-width:1200px){.gys-prelegentki-grid{grid-template-columns:repeat(3,1fr)}.gys-prelegentki-grid .prelegentka img{width:188px}}@media (max-width:992px){.gys-prelegentki-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.gys-prelegentki-grid{grid-template-columns:repeat(1,1fr)}.gys-popup .popup-content{flex-direction:column;align-items:flex-start}.gys-popup .popup-content img{margin-right:0;margin-bottom:20px}.gys-popup .popup-content .details{flex-basis:auto}}