/*
Theme Name: GeneratePress Child - Dimani
Template: generatepress
Description: Child theme для filyuta.ru с SEO Schema Microdata
Version: 1.0
Author: Dimani
*/

/* === Longread Callout Blocks === */
.callout-action {
  background: #e8f4fd;
  border-left: 4px solid #2196F3;
  padding: 20px 24px;
  border-radius: 8px;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.6;
}

.callout-cta {
  background: #f3e8fd;
  border-left: 4px solid #9C27B0;
  padding: 20px 24px;
  border-radius: 8px;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.6;
}

.callout-final {
  background: #fff3e0;
  border-left: 4px solid #FF9800;
  padding: 25px 24px;
  border-radius: 8px;
  margin: 30px 0;
  font-size: 17px;
  line-height: 1.6;
}

.callout-final a,
.callout-cta a {
  color: #7B1FA2;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #7B1FA2;
  transition: opacity 0.2s;
}

.callout-final a:hover,
.callout-cta a:hover {
  opacity: 0.7;
}

/* === Longread Tables === */
.entry-content .lr-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 16px;
}

.lr-table th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 2px solid #ddd;
  background: #f5f5f5;
  font-weight: 700;
}

.lr-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}

.lr-table .row-total {
  background: #e3f2fd;
  font-weight: 700;
}

.lr-table .row-header td:first-child {
  font-weight: 700;
}

/* === Blockquote === */
.entry-content blockquote {
  border-left: 4px solid #333;
  padding: 15px 20px;
  margin: 25px 0;
  background: #f9f9f9;
  font-style: italic;
  font-size: 18px;
}

/* === Responsive === */
@media (max-width: 768px) {
  .lr-table {
    font-size: 14px;
  }
  .lr-table th,
  .lr-table td {
    padding: 8px 10px;
  }
}
