.banner-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.banner-image {
  background-color: #e9ecef;
  border-radius: 0.3rem;
  width: 100%;
  max-width: 1320px;
}

.banner-main {
  display: flex;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 1320px;
}

.card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  color: #007bff;
}

.card-link:hover {
  color: white;
  background-color: #007bff;
}

a.disabled {
  color: gray;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

.talk-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.7;
  font-size: 1rem;
}

.talk-content h1,
.talk-content h2,
.talk-content h3,
.talk-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.talk-content h2,
.talk-content h3 {
  font-size: 1.5rem;
}

.talk-content>h1 {
  color: #0D3B66;
}

.talk-content #resumen,
.talk-content #detalles-de-la-propuesta,
.talk-content #descripción-completa {
  color: #2a9d8f;
}

.talk-content #ponente,
.talk-content #info-personal {
  color: #F5B700;
}

.talk-content #comentarios {
  color: #DC0073;
}

.talk-content #código-de-conducta {
  color: #247BA0;
}

.talk-content p {
  margin-bottom: 1rem;
}

.talk-content a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.talk-content a:hover {
  color: #0056b3;
}

.talk-content strong {
  color: #2c3e50;
  font-weight: 600;
}

.talk-content em {
  font-style: italic;
  color: #555;
}

.talk-content ul,
.talk-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.talk-content li {
  margin-bottom: 0.5rem;
}

.talk-content pre,
.talk-content code {
  display: none;
}

.talk-content blockquote {
  border-left: 4px solid #007bff;
  padding-left: 1rem;
  margin-left: 0;
  color: #555;
  font-style: italic;
  background-color: #f5f8ff;
}

.talk-content ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.talk-content ul li,
.talk-content #resumen~p {
  background-color: #f8f9fa;
  border-left: 4px solid #adb5bd;
  padding: 0.5rem 1rem;
  margin-bottom: 0.75rem;
  color: #2c3e50;
}

.talk-content p+ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  background: none;
  border: none;
  border-radius: 0;
}

.talk-content p+ul>li {
  position: static;
  padding: 0;
  margin-bottom: 0.5rem;
  background: none;
  border-left: none;
}

.talk-content #resumen~p {
  margin-top: 0;
  margin-bottom: 0;
}

#twentysix-proposal-list ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 1.75rem;
}

#twentysix-proposal-list .twentysix-item {
  display: flex;
  height: 80px;
  color: #007bff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0.75rem;
  border-radius: 4px;
}

#twentysix-proposal-list .twentysix-item:hover {
  color: white;
  background-color: #007bff;
}

#twentysix-proposal-list .twentysix-item:hover .twentysix-author {
  color: white;
}

#twentysix-proposal-list .twentysix-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 1.1rem;
  text-decoration: none;
  color: inherit;
}

#twentysix-proposal-list .twentysix-title {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0;
}

#twentysix-proposal-list .twentysix-author {
  font-weight: bold;
  margin-top: auto;
  font-size: 0.9rem;
  color: #0077b6;
}

@media (width <=768px) {
  .banner-container {
    margin-top: 0px;
  }

  .banner-image {
    border-radius: 0rem;
  }

  .banner-main {
    padding-left: 0px;
    padding-right: 0px;
  }

  #twentysix-proposal-list .twentysix-item {
    height: 150px;
  }
}