.camp-feed-panel{width:min(470px,calc(100% - 32px));height:min(650px,calc(100svh - 48px));max-height:calc(100svh - 48px);overflow:hidden;padding:26px 24px 18px;margin:auto;color-scheme:light}
.camp-feed-panel[open]{display:flex;flex-direction:column}
.camp-feed-panel .panel-close{position:absolute;top:8px;right:8px;margin:0;background:transparent;z-index:1}
.camp-feed-panel h1{font-size:26px;margin:0 0 10px}
.camp-feed-panel .eyebrow{margin-bottom:8px}
.camp-feed-panel #panel-content{display:flex;flex-direction:column;min-height:0;flex:1}
.feed-posts{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;padding-right:6px}
.feed-tabs{display:flex;border-bottom:1px solid #cfc2a3;gap:20px}
.feed-tabs button{background:none;border:0;border-bottom:3px solid transparent;padding:10px 3px;color:#665c4c;font-size:14px}
.feed-tabs button[aria-pressed=true]{border-bottom-color:#355d3d;color:#244b31;font-weight:bold}
.feed-status{color:#796f5f;font-size:12px!important}
.feed-post{padding:8px 0 16px;border-bottom:1px solid #d8cbb1}
.feed-post:last-child{border-bottom:0}
.feed-post header{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:13px}
.feed-post time{color:#796f5f;font-size:12px}
.feed-post p{white-space:pre-wrap;overflow-wrap:anywhere;margin:12px 0}
.feed-post img{display:block;width:100%;height:auto;max-height:200px;object-fit:contain;margin:12px 0;border-radius:4px}
.feed-post a,.feed-sources a{color:#355d3d;text-underline-offset:3px;font-size:13px}
.feed-sources{display:flex;flex-wrap:wrap;gap:20px;padding-top:8px;flex-shrink:0}
@media(max-height:500px){.camp-feed-panel{padding:18px 20px 12px}.camp-feed-panel h1{font-size:21px;margin-bottom:2px}.camp-feed-panel .eyebrow{display:none}.feed-status{margin:5px 0}.feed-tabs button{padding-block:6px}.feed-sources{display:none}}
