/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1757944269
Updated: 2025-09-15 15:51:09


/* ----- Custom video grid + buttons (category + search) ----- */

.video-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 32px;
}

.video-card .thumb img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.video-title{
  font-size: 22px;
  line-height: 1.25;
  margin: 12px 0 6px;
}

.video-title a{
  color: #000; /* svart lenkefarge */
  text-decoration: none;
}
.video-title a:hover{
  text-decoration: underline;
}

.video-cta .see-video{
  color: #ff9900; /* samme oransje som "Se video" ellers */
  font-weight: 600;
  text-decoration: none;
}
.video-cta .see-video:hover{
  text-decoration: underline;
}

/* Tilbake-knappen */
.back-to-all{
  text-align: center;
  margin: 30px 0 10px;
}
.back-button{
  display: inline-block;
  background: #ff9900;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}
.back-button:hover{
  background: #e68a00;
}
