:root{--main-green-rgb:99,179,99;--main-green-color:rgba(var(--main-green-rgb),1);--main-hover-green:green;--main-admin-blue-rgb:73,207,255;--main-admin-blue-color:rgba(var(--main-admin-blue-rgb),1);--main-hover-blue:#2cafde;--reservation-available-bg:#fff;--reservation-available-hover-bg:#e6f7ff;--reservation-bg-rgb:204,229,255;--reservation-bg-color:rgba(var(--reservation-bg-rgb),1);--reservation-start-bg-rgb:179,217,255;--reservation-start-bg-color:rgba(var(--reservation-start-bg-rgb),1);--reservation-text-color:#004085;--reservation-border-color:var(--reservation-text-color);--form-errors-main-color:#ff4d4f;--main-black-rgb:0,0,0;--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;--site-scroller-color:231,173,68;--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),.08);--gray-alpha-100:rgba(var(--gray-rgb),.05);--font-geist-sans:"Geist Sans",sans-serif;--font-geist-mono:"Geist Mono",monospace;--light-pending-color:#f0fdf4;--light-success-color:#eff6ff;--light-declined-color:#fef2f2;place-items:center;gap:64px;width:100vw;margin:0;padding:0;font-size:10px}html,body{font-family:var(--font-geist-sans);width:100%;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.swiper-wrapper{align-items:center}.forum-category{padding:1rem}.forum-category>section{margin-bottom:2rem;box-shadow:0 2px 6px #0000001a}.forum-category>section>h2{color:#fff;background:rgba(var(--main-green-rgb),.8);padding:1.5rem;font-size:1.5rem}.forum-category>section>ul li{border-bottom:1px solid #ecf0f1;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:background-color .2s;display:flex}.forum-category>section>ul li:last-child{border-bottom:none}.forum-category>section>ul li:hover{background-color:#f1f1f1}.forum-thread__info{flex-direction:row;display:flex}.forum-thread__info>a{color:#2c3e50;cursor:pointer;font-size:1.3rem;font-weight:600}.forum-thread__message{align-items:center;gap:1.5rem;display:flex}.forum-thread__message>p{color:#7f8c8d;gap:.75rem;font-size:1.1rem;display:flex}.forum-thread__message>img{object-fit:cover;width:4rem;height:4rem}.forum-thread__message__author-info{flex-direction:column;align-items:flex-start;width:180px;min-width:0;display:flex}.forum-thread__message__author-info>p{color:#3498db;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;max-width:100%;font-size:1.3rem;overflow:hidden}.forum-thread__message__author-info>div time{color:#7f8c8d;margin-right:5px;font-size:1.3rem}.forum-thread__message__author-info>div span{color:#3498db;cursor:pointer;font-size:1.3rem}@media only screen and (max-width:600px){.forum-category>section>ul li{flex-direction:column;align-items:flex-start}.forum-thread__message{flex-direction:column;align-items:flex-start;gap:.5rem;width:250px}.forum-thread__message__author-info{width:250px}}
