.bdm-root-posts{margin:32px 0}.bdm-root-posts__heading{color:var(--bdm-color-default,#003a78);margin:0 0 18px}.bdm-root-posts__grid{display:grid;gap:22px;grid-template-columns:repeat(4,minmax(0,1fr))}.bdm-root-post-card{background:#fff;border:2px solid #d0af36;display:flex;flex-direction:column;min-width:0;overflow:hidden}.bdm-root-post-card:hover,.bdm-root-post-card:focus-within{border-color:var(--bdm-area-color,#002d5e)}.bdm-root-post-card__media{aspect-ratio:16/9;background:var(--bdm-area-color-soft,#eaf3fb);display:block;overflow:hidden}.bdm-root-post-card__image{display:block;height:100%;object-fit:cover;transition:transform .22s ease;width:100%}.bdm-root-post-card:hover .bdm-root-post-card__image,.bdm-root-post-card:focus-within .bdm-root-post-card__image{transform:scale(1.04)}.bdm-root-post-card__placeholder{background:linear-gradient(135deg,var(--bdm-area-color-soft,#eaf3fb),#ffffff);display:block;height:100%;width:100%}.bdm-root-post-card__body{display:flex;flex:1;flex-direction:column;padding:16px}.bdm-root-post-card__title{line-height:1.2;margin:0 0 10px}.bdm-root-post-card__title-link{font-size:18px;font-weight:700;text-decoration:none}.bdm-root-post-card__excerpt{font-size:16px;line-height:1.45;margin:0 0 16px}.bdm-root-post-card__button{background:#d0af36;color:#121212;display:block;font-size:16px;font-weight:800;margin-top:auto;padding:10px 14px;text-align:center;text-decoration:none;transition:background-color .18s ease,color .18s ease}.bdm-root-post-card__button:hover,.bdm-root-post-card__button:focus{background:var(--bdm-color-default,#003a78);color:#fff}@media(max-width:980px){.bdm-root-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.bdm-root-posts__grid{grid-template-columns:1fr}}