.symbols-wrapper{
	display: flex;
	justify-content: center;
	max-width: 530px;
	margin: 40px auto;
	gap: 30px;
	text-align:center;
}
.symbols-wrapper img{
	width: 50px;
}
.symbols-wrapper p{
	margin-top: 10px;
	line-height: 20px;
	font-family: karla;
	font-size: 13px;
}
.ctl-description li{
	margin: 26px 0;
	position: relative;
}

@media only screen and (max-width: 991px) {
  .symbols-wrapper{
	  flex-wrap: wrap;
	  gap: 15px;
	}
	.symbol-item {
		width: 28%;
	}
}
/*Data Tools - Toggle*/
.case-toggle-module {
  font-family: Karla, sans-serif;
  max-width: 800px;
  margin: 40px auto;
}

.case-toggle-module strong,
.case-toggle-module b {
  font-weight: 700;
}

.case-toggle-module em,
.case-toggle-module i {
  font-style: italic;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.tab {
  padding: 10px 15px;
  border: none;
  background-color: #f9f9f9
;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
  font-family: Karla, sans-serif;
}

.tab.active {
  background-color: #29e6c0;
  color: black;
  font-family: Karla, sans-serif;
}

.case-content {
  display: none;
}

.case-content.active {
  display: block;
}

.timeline {
  position: relative;
  height: 2px;
  background-color: #BFBFBF;
  margin: 40px 0;
  border-radius: 2px;
}

.timeline-section {
  margin-top: 30px;
  font-family: Karla, sans-serif;
}

.timeline-section h3 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #140144;
}

.timeline-instructions {
  font-size: 14px;
  color: black;
  margin-bottom: 20px;
}

.event {
  position: absolute;
  top: -12px;
  width: 25px;
  height: 25px;
  background-color: #140144;
  border-radius: 50%;
  cursor: pointer;
}

.event:hover .custom-tooltip,
.event:focus-within .custom-tooltip,
.custom-tooltip:hover {
  display: block;
}

.custom-tooltip {
  display: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  background: #ffffff;
  color: #140144;
  font-family: Karla, sans-serif;
  font-size: 14px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  text-align: left;
  z-index: 100;
  pointer-events: auto;
}

.tooltip-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}

.tooltip-description {
  font-style: italic;
  margin-bottom: 12px;
}

.tooltip-our-take {
  background-color: #f6f9fc;
  border-left: 4px solid #dfeaf2;
  padding: 10px 12px;
  margin-bottom: 12px;
  border-radius: 4px;
}

.tooltip-our-take .label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #8c5b00;
  margin-bottom: 4px;
}

.tooltip-our-take .text {
  font-size: 14px;
  line-height: 1.4;
  color: #140144;
}

.tooltip-link a {
  color: #140144;
  text-decoration: underline;
  font-weight: 400;
}

.tooltip-link a:hover {
  color: #29e6c0;
}

.active-case-title {
  font-family: 'Karla', serif;
  font-size: 28px;
  color: #140144;
  margin-bottom: 20px;
  text-align: left;
}

.case-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  font-family: Karla, sans-serif;
  flex-wrap: wrap;
}

.case-description {
  width: 55%;
  height: 220px;
  overflow: hidden;
  background-color: #f1f9f8;
  padding: 15px;
  border-left: 4px solid #29e6c0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.7;
  color: #140144;
}

.case-details {
  width: 40%;
  height: 220px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.case-details p {
  margin: 6px 0;
}

.case-details a {
  color: #140144;
  text-decoration: underline;
}

.case-details a:hover {
  color: #29e6c0;
}

.cool-timeline-block-list .story-content strong {
  font-family: Karla, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}

.story-content .wp-block-button {
  font-family: Karla, sans-serif;
}

.story-content .wp-block-button .wp-block-button__link {
  background-color: #29e6c0;
  font-family: Karla, sans-serif;
  color: #000; 
  padding: 0.75em 1.5em; 
  border: none;
  text-decoration: none;
  display: inline-block;
}

.story-content .wp-block-button .wp-block-button__link:hover {
  background-color: #140144;
  color: #fff;
}