/* -------- Koenig editor card classes (required by Ghost) -------- */
.kg-width-wide{max-width:1100px;margin-left:auto;margin-right:auto}
.kg-width-full{max-width:none;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}

.kg-gallery-container{display:flex;flex-direction:column;gap:8px;margin:24px 0}
.kg-gallery-row{display:flex;gap:8px;flex-direction:row}
.kg-gallery-image img{display:block;width:100%;height:100%;object-fit:cover}

.kg-bookmark-card{width:100%;margin:24px 0}
.kg-bookmark-container{display:flex;min-height:148px;color:inherit;text-decoration:none;border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;background:#fff}
.kg-bookmark-container:hover{border-color:#c8351f}
.kg-bookmark-content{display:flex;flex-direction:column;justify-content:flex-start;flex-grow:1;padding:20px}
.kg-bookmark-title{font-weight:600;font-size:15px;line-height:1.4;color:#1a1a1a}
.kg-bookmark-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;line-height:1.5;color:#3a3a3a;margin-top:8px;font-weight:400}
.kg-bookmark-metadata{display:flex;align-items:center;font-size:13px;color:#3a3a3a;margin-top:14px;font-weight:500;flex-wrap:wrap}
.kg-bookmark-icon{width:20px;height:20px;margin-right:6px}
.kg-bookmark-author:after{content:"•";margin:0 6px}
.kg-bookmark-publisher{overflow:hidden;max-width:240px;white-space:nowrap;text-overflow:ellipsis}
.kg-bookmark-thumbnail{position:relative;flex-grow:1;min-width:33%;max-width:50%}
.kg-bookmark-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
