/* Blog Archive Styling */
.actor-training-archive {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
}

.training-post {
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.training-post h2 a {
  color: #000;
  text-decoration: none;
}

.training-post h2 a:hover {
  text-decoration: underline;
}

.training-post .excerpt {
  color: #333;
}

/* Single Post Styling */
.single-post {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
}

.single-post h1 {
  margin-bottom: 1rem;
}

.single-post .post-content {
  line-height: 1.6;
  color: #111;
}

/* Remove default visited link color */
a:visited {
  color: #000;
}


.training-page {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
}

.training-posts-loop {
  margin-bottom: 3rem;
}

.training-posts-loop h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.training-post {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.training-post h3 {
  margin-bottom: 0.5rem;
}

.training-post .excerpt {
  color: #333;
}

.training-page-content {
  line-height: 1.7;
  font-size: 1rem;
}

.training-post {
  background-color: #f9f9f9;        /* Very light gray */
  border: 1px solid #ddd;           /* Soft border */
  border-radius: 6px;               /* Slightly rounded corners */
  padding: 1.5rem;                  /* Inner spacing */
  margin-bottom: 2rem;              /* Space between posts */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);  /* Subtle shadow */
  transition: box-shadow 0.3s ease; /* Smooth hover effect */
}

.training-post:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);   /* Slightly raised look */
}

article h3 {
    text-align: center;
    font-weight: bold;
}
