/*
Theme Name: Terravan
Theme URI: https://roarwp.com/terravan
Author: Roar WP
Author URI: https://roarwp.com/
Description: Terravan is a modern and versatile WordPress block theme designed for agencies, businesses, and creative professionals who need a solid foundation to build impactful and scalable websites.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: terravan
Tags: one-column, custom-colors, custom-menu, editor-style, full-site-editing, block-patterns, block-styles, blog, portfolio

*/

html {
	scroll-behavior: smooth;
}

.timeline-wrapper {
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.timeline {
  position: relative;
  padding-left: 2.5rem;
}

/* The vertical line */
.timeline::before {
  content: '';
  position: absolute;
  left: 0.6rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ddd;
}

.timeline-item {
  position: relative;
  margin-bottom: 3rem;
}

/* The dot on the line */
.timeline-marker {
  position: absolute;
  left: -2.1rem;
  top: 0.4rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0073aa;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #0073aa;
}

.timeline-meta {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.4rem;
}

.timeline-categories {
  margin-left: 0.75rem;
}

.timeline-post-title {
  font-size: 1.2rem;
  margin: 0 0 0.75rem;
}

.timeline-post-title a {
  text-decoration: none;
  color: inherit;
}

.timeline-post-content {
  line-height: 1.7;
}

/* Make embedded videos responsive */
.timeline-post-content iframe,
.timeline-post-content video {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}