/* === Model Videos Section === */
.tmw-model-videos {
  margin-top: 40px;
  padding: 10px 0;
  border-top: 2px solid #a00;
}

.tmw-section-header {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #111;
  padding: 8px 15px;
  border-left: 4px solid #e00;
  margin-bottom: 15px;
}

.tmw-model-videos .tmw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}

.tmw-model-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

/* Model bio: Videos Featuring — force titles to white */
.tmw-model-videos .video-title a,
.tmw-model-videos .video-title a:visited {
  color: #fff !important;
}

.tmw-model-videos .video-title a:hover,
.tmw-model-videos .video-title a:focus {
  color: #fff !important;
  text-decoration: underline;
}
