.template-section.conference-fee .template-block {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
}
.template-section.conference-fee .template-block p {
  font-size: 15px;
  line-height: 1.6;
}

.template-section.conference-fee .template-block-bottom {
  background: #f5f5f5;
  border-left: 4px solid #0b4dc7;
  padding: 20px;
  margin: 0px 0 20px;
  color: rgba(0, 0, 0, 0.87);
}
.template-section.conference-fee .template-block-bottom p {
  font-size: 15px;
}

.template-section.conference-fee .template-subtitle {
  color: #0b4dc7;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.8em;
  margin-top: 0;
}

.template-section.conference-fee .template-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 15px;
}

.template-section.conference-fee .template-list li {
  padding: 20px;
  background: #f5f5f5;
  border-left: 4px solid #0b4dc7;
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.template-section.conference-fee .template-list li:before {
  content: "€";
  color: #0b4dc7;
  font-weight: bold;
  margin-right: 12px;
  font-size: 18px;
}

/* .template-section.conference-fee .template-list li:hover {
  transform: translateX(5px);
  background: #e6f2ff;
} */

.template-section.conference-fee a {
  color: #0b4dc7;
  font-weight: 500;
}

.template-section.conference-fee strong {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
}
@media (max-width: 768px) {
     .template-section.conference-fee .template-list {
        gap: 10px;
         margin: 10px 0;
     }
  .template-section.conference-fee .template-list li {
    font-size: 14px;
    padding: 15px;
  }
  .template-section.conference-fee .template-subtitle {
    font-size: 18px;
  }
  .template-section.conference-fee .template-block {
    margin-bottom: 10px;
  }
  .template-section.conference-fee .template-block p {
    font-size: 14px;
  }
  .template-section.conference-fee .template-block-bottom  {
    margin-bottom: 10px;
  }
  .template-section.conference-fee .template-block-bottom p {
    font-size: 14px;
  }
}
