/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.1
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/


.faq-wrapper {
  
  margin: 30px auto;
}

.faq-item {
    width: 80%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  background: #f1f1f1;
  border: none;
  text-align: left;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #e1e1e1;
}

.faq-answer {
  display: none;
  padding: 15px;
  background: #fff;
  font-size: 15px;
}

.faq-item.active .faq-answer {
  display: block;
}
.latest-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  gap: 25px;
  margin: 40px 0;
  justify-content: center;
}

.post-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.post-card:hover {
  transform: translateY(-5px);
}

.post-card img {
  width: 100%;
  height: 180px;
  display: block;
}

.post-content {
  padding: 15px;
}

.post-title {
  font-size: 1.5rem;
  margin: 0 0 10px;
  line-height: 1.3;
}

.post-title a {
  text-decoration: none;
  color: #222;
}

.post-title a:hover {
  color: #0073aa;
}

.post-excerpt {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 15px;
}

.read-more {
  font-weight: bold;
  color: #0073aa;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

.relatedblog{
    margin-top: 50px;
}








