.gallery__content{margin:60px 0;width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}@media (max-width:780px){.gallery__content{grid-template-columns:repeat(2,1fr)}}@media (max-width:515px){.gallery__content{grid-template-columns:1fr}}.gallery__image{margin:auto;width:100%;height:240px;object-fit:cover;cursor:pointer;transition:scale .4s}@media (min-width:600px){.gallery__image:hover{scale:1.04}}@media (max-width:515px){.gallery__image{height:auto}}.gallery__image--max{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.941);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:25px;z-index:99;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gallery__image--max img{width:min(600px,80%);height:auto;border-radius:5px;cursor:pointer}.gallery__image--max button{background:none;border:none;font-size:5rem;color:#ffbf58;transition:opacity .4s}.gallery__image--max button:hover{opacity:.5}@media (max-width:515px){.gallery__image--max{display:none}}.post{margin:120px auto 40px;width:min(740px,95%);min-height:635px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.post__image{width:100%;height:auto;max-height:550px;object-fit:cover;align-self:center}.post__date{color:#ffbf58;font-weight:700;font-size:1.2rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.post__date:before{display:block;height:22px;content:url(/calendar.webp)}.post__title{margin:0 0 10px;font-size:2.5rem;color:#1e1e1e}.post__border{width:100%;border:1px solid #ffbf58}.post__content{text-indent:10px;margin-bottom:25px}.post__content h2{margin:10px 0}.post__content p{font-size:1.2rem}.post__content p:first-child{text-indent:0}.post__content a{color:#243b7d;text-decoration:underline}.post__content a:after{content:" ↗"}.post__content table,.post__content td,.post__content tr{border:1px solid #000;border-collapse:collapse;word-break:break-all}.post__content table p,.post__content td p,.post__content tr p{padding-inline:10px;margin-block:10px}.post__content video{width:100%}.post__files{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:15px}.post__files a{font-size:1.2rem;color:#243b7d;text-decoration:underline}.post__files a:after{content:" ↗"}.post__return{margin-bottom:20px;font-size:1.2rem;font-weight:500;align-self:flex-end;text-decoration:underline;cursor:pointer}