/*
 Theme Name:   Mow Child Theme
 Theme URI:    https://themeforest.net/item/mow-blog-magazine-wordpress-theme/
 Description:  Child theme for Mow theme
 Author:       Frenify
 Author URI:   http://themeforest.net/user/frenify
 Template:     mow
 Version:      1.0
 License: 	   Located in 'licensing' folder
 License URI:  license.txt
 Tags:         custom-header, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
 Text Domain:  mow-child
*/

/* Timeline Widget Styles */
.timeline-widget {
    position: relative;
    padding-left: 20px;
}

.timeline-item {
    position: relative;
    margin-bottom: 25px;
    padding-left: 15px;
}

.timeline-marker {
    position: absolute;
    left: -6px;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 2;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    bottom: -25px;
    width: 2px;
    background-color: #ddd;
    z-index: 1;
}

.timeline-item:last-child::before {
    display: none;
}

.timeline-content {
    position: relative;
}

.post-time {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    font-weight: 400;
}

.post-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--mow-hc) !important;
    margin: 0;
    line-height: 1.3;
}

.post-title a {
    color: var(--mow-hc) !important;
    text-decoration: none;
}

.post-title a:hover {
    color: #333;
    text-decoration: underline;
}

/* Responzivn  styly */
@media (max-width: 768px) {
    .timeline-widget {
        padding-left: 15px;
    }
    
    .timeline-item {
        padding-left: 10px;
    }
    
    .timeline-marker {
        left: -5px;
        width: 10px;
        height: 10px;
    }
}

.partner-rubriky {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--mow-ebc);
  border-radius: 12px;
  margin: 20px 0;
  padding: 16px;
}

.partner-heading {
  margin-top: 0;
}

.partner-logo img {
  max-height: 200px;
  width: auto;
}

.partner-text {
  //flex: 1;
  font-size: 20px;
}

.partner-audio-btn {
  width: 52px;              
  height: 52px;
  border-radius: 50%;
  background: #000;        
  border: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;               
}

.partner-audio-btn svg {
  width: 22px;             
  height: 22px;
  fill: #fff;               
  display: block;
}

.partner-audio-btn .icon-play svg {
  margin-left: 2px;
}