.tmbmd { width: 100%; }
.tmbmd .tmbmd-section { margin: 0 0 3rem; scroll-margin-top: 7rem; }
.tmbmd .tmbmd-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.tmbmd .tmbmd-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #d8dde1; border-radius: 12px; background: #fff; color: #20292d; }
.tmbmd .tmbmd-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.tmbmd .tmbmd-image img { display: block; width: 100%; height: 100%; object-fit: cover; margin: 0; }
.tmbmd .tmbmd-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.5rem; }
.tmbmd .tmbmd-body h3 { font: inherit; font-size: 1.3rem; font-weight: 700; line-height: 1.3; margin: 0 0 .65rem; overflow-wrap: anywhere; }
.tmbmd .tmbmd-body h3 a { color: #20292d; text-decoration: none; }
.tmbmd .tmbmd-body h3 a:hover { text-decoration: underline; }
.tmbmd .tmbmd-date { font-size: .9rem; color: #52616a; margin: 0 0 1rem; }
.tmbmd .tmbmd-summary { margin: 0 0 1.25rem; overflow-wrap: anywhere; }
.tmbmd a.tmbmd-button { display: inline-block; margin-top: auto; padding: .8rem 1.2rem; border-radius: 5px; background: #155c3b; color: #fff; font-weight: 700; line-height: 1.3; text-decoration: none; }
.tmbmd a.tmbmd-button:hover { background: #10472e; color: #fff; }
.tmbmd a:focus-visible { outline: 3px solid #125fa5; outline-offset: 4px; }
@media (max-width: 640px) {
    .tmbmd .tmbmd-grid { grid-template-columns: minmax(0, 1fr); }
    .tmbmd .tmbmd-body { padding: 1.1rem; }
}
