/* Wspólne kafelki, bez zmiany układu otaczającej strony. */
.work-card-actions{display:flex;align-items:center;flex-wrap:wrap;gap:6px;width:100%}
.work-card-actions .ed-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:44px;min-height:44px;padding:8px 10px;border:1px solid #dce4d8;border-radius:24px;background:#fffefa;color:#245747;font:12px/1.3 Arial,sans-serif}
.work-card-actions .ed-action svg{flex-shrink:0}.work-card-actions .ed-action:hover{background:#eaf1e6}
.work-card-actions .ed-comments-desktop{display:none}.work-card-actions .ed-comments-mobile{display:inline-flex}
.work-card-actions [aria-pressed=true] svg{fill:currentColor}.work-card-actions .ed-heart[aria-pressed=true]{color:#9b3d4d}
.work-card-actions :is(a,button):focus-visible{outline:3px solid #358269;outline-offset:3px}
.pw-recording-audio{width:100%;min-width:0;height:40px;flex-basis:100%}
.shared-work-card{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;margin-bottom:16px;padding:20px;border:1px solid #dce4d8;border-radius:16px;background:#fffefa;color:#263e35;box-shadow:0 3px 12px #263d3010;min-width:0}
.shared-work-card.ed-has-cover{grid-template-columns:132px minmax(0,1fr)}
.shared-work-card .ed-cover{display:block;align-self:start}.shared-work-card .ed-cover[hidden]{display:none}
.shared-work-card .ed-cover img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:10px}
.shared-work-card .ed-card-body,.shared-work-card .ed-card-heading{min-width:0}
.shared-work-card .ed-byline{display:flex;flex-wrap:wrap;gap:6px;font:12px/1.5 Arial,sans-serif;color:#596860}
.shared-work-card a{color:#245747}.shared-work-card a:hover{text-decoration:underline}
.shared-work-card h2{font:600 26px/1.2 Georgia,serif;margin:8px 0;overflow-wrap:anywhere}
.shared-work-card .ed-category{display:inline-block;font-size:12px;margin-bottom:8px}
.shared-work-card .ed-excerpt{white-space:pre-line;overflow-wrap:anywhere;font:17px/1.5 Georgia,serif;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;margin:8px 0}
.shared-work-card .ed-card-actions{grid-column:1/-1;display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.shared-work-card .ed-action{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:44px;min-height:44px;padding:9px 12px;border:1px solid #dce4d8;border-radius:24px;background:#fffefa;color:#245747;font:13px/1.3 Arial,sans-serif}
.shared-work-card .ed-action svg{flex-shrink:0}.shared-work-card .ed-action:hover{background:#eaf1e6}
.shared-work-card [aria-pressed=true] svg{fill:currentColor}.shared-work-card .ed-heart[aria-pressed=true]{color:#9b3d4d}
.shared-work-card .ed-read{display:inline-flex;align-items:center;min-height:44px;gap:8px;font-size:13px;margin-left:auto}
.shared-work-card .ed-mini-player{grid-column:1/-1;min-width:0;background:#edf3ed;padding:10px;border-radius:12px}
.shared-work-card .ed-mini-player>span{display:flex;align-items:center;flex-wrap:wrap;font-size:12px;color:#376451}
.shared-work-card audio{display:block;width:100%;min-width:0;height:40px;margin-top:6px}
.shared-work-card .ed-video-label{display:inline-flex;align-items:center;gap:4px;min-height:44px;margin-left:auto}
.shared-work-card .ed-read-mobile,.shared-work-card .ed-comments-desktop{display:none}
.shared-work-card .ed-action.ed-comments-mobile{display:inline-flex}
.shared-work-card :is(a,button):focus-visible{outline:3px solid #358269;outline-offset:3px}
.shared-work-card [data-card-error]{grid-column:1/-1;color:#913e42;font-size:13px}
@media(max-width:767px){
 .shared-work-card{padding:16px;gap:12px}.shared-work-card.ed-has-cover{grid-template-columns:82px minmax(0,1fr)}
 .shared-work-card .ed-card-body{display:contents}.shared-work-card .ed-excerpt{grid-column:1/-1}
 .shared-work-card h2{font-size:23px}
 .shared-work-card .ed-read-desktop{display:none}
}
