/* your styles go here */

.responsive {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.responsive_small {
  width: 60%;
  max-width: 300px;
  height: auto;
}

.video_responsive {
  width: 100%;
  max-width: 700px;
  min-height: 400px;
}

.footer {
  /* right: 0;
  bottom: 0;
  left: 0; */
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}


.pagination {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin: 10px 0;
}

.pagination a {
  text-decoration: none;
  color: #379392; 
  /* font-weight: bold; */
}

.meta {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0px; /* Adjust spacing as needed */
  margin-bottom: 10px; /* Remove any bottom margin */
  position: static; /* Ensure it follows the normal document flow */
}

.project-card {
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.04);
}

.project-card img {
  border-radius: 0.5rem;
}

.project-card h5 {
  margin-bottom: 0;
  min-height: 3.25rem;
}

.project-card .meta {
  margin-top: auto;
}

.project-grid > [class*='col-'] {
  margin-bottom: 1.5rem;
}

.resource-section {
  margin: 2.5rem 0;
}

.resource-section .row {
  row-gap: 1.5rem;
}

.resource-section h2,
.resource-section h3 {
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
}

.content-column-content h1 {
  font-size: 2.5rem;
}

.content-column-content h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #555;
}

.pillar-card {
  border: 1px solid #e5e5e5;
  border-top: 3px solid #379392;
  border-radius: 0.5rem;
  padding: 1.25rem;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.04);
}

.pillar-card h4 {
  margin-bottom: 0.75rem;
  color: inherit;
}

.pillar-card ul,
.checklist-section ul {
  padding-left: 1.2rem;
}

.pillar-card li,
.checklist-section li {
  margin-bottom: 0.45rem;
}

.quick-path {
  border-left: 4px solid #379392;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}

.checklist-section {
  margin-bottom: 2rem;
}

.checklist-section h2 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.template-note {
  background-color: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 1rem;
}

.checklist-goal {
  margin-bottom: 2.5rem;
}


.resource-list {
  list-style: none;
  padding-left: 0;
}

.resource-list > li {
  border-left: 3px solid #379392;
  padding: 0.6rem 0 0.6rem 1rem;
  margin-bottom: 1.25rem;
}

.resource-list > li::before {
  display: none;
}

.resource-list > li > a {
  font-weight: 600;
}

.resource-list > li > p {
  margin-bottom: 0;
  margin-top: 0.2rem;
  color: #555;
  font-size: 0.92rem;
}

pre code {
  font-size: 0.7rem; /* Slightly larger font size for readability */
  background-color: #f8f9fa; /* Light gray background */
  color: #212529; /* Dark text for readability */
}

pre {
  margin: 1rem;
}

@media (max-width: 767px) {
  .resource-section .row > [class*='col-'] {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  #sidebar {
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  .content-column {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  #sidebar {
    flex: 0 0 16%;
    max-width: 16%;
  }
  
  .content-column {
    flex: 0 0 84%;
    max-width: 84%;
  }
}

@media (max-width: 767.98px) {
  .checklist-section h2 {
    font-size: 1.1rem;
  }
}
