/* My Custom Styles */
  .interview-list-item {
    gap: 1.5rem; /* Replaces the need for margin on the image */
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #d2e0eb;
  }
  
  .interview-list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .interview-image {
    width: 100px;
    height: 80px;
    object-fit: cover; /* Prevents image from being stretched or squished */
    flex-shrink: 0; /* Prevents image from shrinking on smaller flex containers */
  }

  .interview-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0;
  }

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore {
  color: #f00;
  border: #f00 dashed 1px;
}

span[lang] {
  padding: 2px;
  border: 1px dashed #bbb;
}
span[lang]:after {
  font-size: smaller;
  color: #f00;
  vertical-align: super;
  content: attr(lang);
}
.square-border {
  border-left: 10px solid #005689; 
  border-bottom: 2px solid #005689;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 5px;
}