/* jimreeves.eu — pagina Friends: eigen radioshows + andere Jim Reeves-websites */
.friends-heading { font-size: 1.35rem; text-align: center; margin: 1.5rem 0 .2rem; }
.friends-sub { text-align: center; color: #6c757d; margin: 0 0 1.25rem; }
.friend-body h3 { font-size: 1.25rem; margin: 0 0 .25rem; }
.shows-grid .friend-shot { background: #1c1c1c; }
.shows-grid .friend-link a i { font-size: .75em; margin-left: .3rem; }
.friends-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; max-width: 1200px; margin: 0 auto 2rem; }
.friend-card { background: #fff; border: 1px solid #e3e0d8; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: transform .25s ease, box-shadow .25s ease; }
.friend-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.friend-shot { display: block; overflow: hidden; background: #1c1c1c; }
.friend-shot img { display: block; width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: cover; object-position: top center; }
.friend-body { padding: 1rem 1.2rem 1.2rem; display: flex; flex-direction: column; flex: 1 1 auto; }
.friend-body h2 { font-size: 1.25rem; margin: 0 0 .25rem; }
.friend-meta { color: #6c757d; font-size: .9rem; margin: 0 0 .6rem; }
.friend-meta i { margin-right: .35rem; color: #ff5500; }
.friend-body p { margin: 0 0 .7rem; }
.friend-link { margin-top: auto; margin-bottom: 0; }
.friend-link a { color: #3687ef; font-weight: 600; text-decoration: none; }
.friend-link a:hover { color: #ff5500; text-decoration: underline; }
.friend-link i { font-size: .8em; margin-left: .25rem; }
.friends-note { color: #6c757d; font-size: .95rem; margin-bottom: 2.5rem; }
.friends-note a { color: #ff5500; font-weight: 600; }
@media (prefers-reduced-motion: reduce) { .friend-card { transition: none; } .friend-card:hover { transform: none; } }
