/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Dětská šablona pro Hello Elementor. Umožňuje vlastní PHP šablony a úpravy.
Author: Ester Krejzová
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* ====== Vlastní CSS můžeš přidávat sem ====== */

body {
  font-family: "Inter", sans-serif;
}

/* Např. vzhled pro stránku s videokurzy */
.course-item {
  margin-bottom: 2.5em;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5em;
}

.course-item h3 {
  color: #222;
  margin-bottom: 0.5em;
}

.course-item .button {
  background: #6c63ff;
  color: #fff;
  padding: 8px 14px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.2s;
}

.course-item .button:hover {
  background: #4b44d8;
}
