.cms-content,
.cms-category-content,
.cms-page-list,
.cms-category-list {
  margin-bottom: 15px;
}

.cms-content li,
.cms-page-list li { padding-bottom: 20px; }

.cms-content { color: #333333; margin-bottom: 15px; text-align: justify }

.cms-content a { color: #ec1b92!important}
.cms-content a:hover { color: #bb1573!important; text-decoration: underline }

.cms-content h1 { }
.cms-content h2 { font-weight: bold; font-size: 25px; }
.cms-content h3 { font-weight: bold; font-size: 20px }
.cms-content table td { padding: 10px }

.cms-highlight {
	margin: 25px 0 25px 0;
	text-align: center;
	background-color: #f7f7f7;
	padding: 15px;
	color: #e81e8e
} 

.cms-highlight2 {
	margin: 25px 0 25px 0;
	text-align: center;
	background-color: #df0003;
	padding: 13px;
	color: #FFFFFF
} 

.cms-highlight3 {
	margin: 25px 0 25px 0;
	text-align: center;
	background-color: #e81e8e;
	padding: 13px;
	color: #FFFFFF
} 
	.cms-highlight3 a { color: #FFFFFF!important; text-decoration: underline }
	.cms-highlight3 a:hover { color: #FFFFFF!important; text-decoration: none }

.cms-highlight-black {
	margin: 25px 0 25px 0;
	text-align: center;
	background-color: #000000;
	padding: 13px;
	color: #FFFFFF
} 


.table_velkosti {
	margin: 0 auto 0 auto
}
.table_velkosti td,
.table_velkosti th {
	padding: 5px 35px 5px 35px;
	text-align:center
}
.table_velkosti th {
	background-color: #f11c90;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	
}
.table_velkosti td {
	border-bottom: dotted 1px #999999
}

@media (max-width: 767px) {
	.table_velkosti td,
	.table_velkosti th {
		padding: 5px;
	}
}

.cms-page-list li {
	padding-left: 5px;
	margin-left: 30px;
	list-style:circle
}
	.cms-page-list li span.title { font-weight: bold }
	.cms-page-list li a:hover { color: #f11c90 }
	.cms-page-list li a:hover span.title { text-decoration: underline}
	.cms-page-list li span.description { font-style: italic}

/* ===================================================
   Boodyy.sk - CMS "O nás" & Casová os
   Dominantná ružová: #eb1d89 | Akcentná zelená: #c2db27
   =================================================== */

.boodyy-about-container {
/*
  max-width: 900px;
  margin: 20px auto 40px auto;
  color: #333333;
  line-height: 1.7;
  font-family: 'Open Sans', Arial, sans-serif;*/
  padding: 0 15px;
  box-sizing: border-box;
}

/* Hlavný príbeh */
.boodyy-intro {
  margin-bottom: 35px;
}

.boodyy-main-title {
  text-align: center;
  color: #222222;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.boodyy-main-title span {
  /*color: #eb1d89;*/
}

.boodyy-subtitle {
  text-align: center;
  color: #eb1d89;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 25px;
}

.boodyy-intro-p {
  font-size: 15px;
  margin-bottom: 16px;
  text-align: justify;
}

.boodyy-team-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.boodyy-team-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 15px;
}

.boodyy-team-list li i.fa {
  position: absolute;
  left: 4px;
  top: 4px;
  color: #eb1d89;
  font-size: 16px;
}

.boodyy-highlight-box {
  background-color: #fdf5f9;
  border-left: 4px solid #eb1d89;
  padding: 16px 20px;
  margin: 25px 0;
  border-radius: 0 8px 8px 0;
  font-size: 14.5px;
}

.boodyy-highlight-box i.fa {
  color: #c2db27;
  margin-right: 8px;
  font-size: 18px;
}

/* Fotografia rodiny - na šírku kontajnera bez podmazu a rámika */
.boodyy-photo-wrapper {
  margin: 35px 0 45px 0;
  text-align: center;
  background: transparent;
  padding: 0;
}

.boodyy-team-photo {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  margin: 0 auto;
}

.boodyy-photo-caption {
  font-size: 13.5px;
  color: #777777;
  font-style: italic;
  margin-top: 10px;
}

.boodyy-photo-caption i.fa {
  color: #eb1d89;
  margin-right: 4px;
}

/* Casová os */
.boodyy-section-title {
  text-align: center;
  color: #222222;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.boodyy-section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 3px;
  background-color: #eb1d89;
  border-radius: 2px;
}

.boodyy-timeline {
  position: relative;
  padding: 15px 0;
  list-style: none;
}

.boodyy-timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  width: 3px;
  background: #fbd2e7; /* Svetlá verzia ružovej */
  border-radius: 2px;
}

.boodyy-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 68px;
}

/* FA4 odznak */
.boodyy-badge {
  position: absolute;
  left: 6px;
  top: 4px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background: #ffffff;
  border: 2px solid #eb1d89;
  border-radius: 50%;
  z-index: 2;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.boodyy-badge i.fa {
  color: #eb1d89;
  font-size: 16px;
  vertical-align: middle;
}

.boodyy-item:hover .boodyy-badge {
  background-color: #eb1d89;
  border-color: #eb1d89;
}

.boodyy-item:hover .boodyy-badge i.fa {
  color: #ffffff;
}

.boodyy-panel {
  background: #ffffff;
  border: 1px solid #f6e4ee;
  border-top: 3px solid #eb1d89; /* Decentná zelená linka navrchu */
  border-radius: 6px;
  padding: 18px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease-in-out;
}

.boodyy-panel:hover {
  box-shadow: 0 4px 12px rgba(235, 29, 137, 0.12);
  border-color: #fbd2e7;
  border-top-color: #eb1d89;
}

.boodyy-year {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background-color: #eb1d89;
  padding: 3px 12px;
  border-radius: 12px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.boodyy-title {
  font-size: 17px;
  font-weight: 700;
  color: #222222;
  margin: 4px 0 10px 0;
}

.boodyy-desc {
  font-size: 14px;
  color: #555555;
  margin: 0;
}

/* Zákulisie / Footer */
.boodyy-footer {
  margin-top: 45px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 26px 20px;
  text-align: center;
}

.boodyy-footer h3 {
  font-size: 20px;
  color: #222222;
  margin-bottom: 12px;
  font-weight: 700;
}

.boodyy-footer p {
  font-size: 14.5px;
  margin-bottom: 15px;
}

.boodyy-social-icons {
  margin: 16px 0;
}

.boodyy-social-btn {
  display: inline-block;
  margin: 5px 6px;
  padding: 7px 18px;
  background: #ffffff;
  border: 2px solid #eb1d89;
  color: #eb1d89;
  border-radius: 25px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.cms-content .boodyy-social-btn:hover {
  background: #eb1d89;
  color: #ffffff!important;
}

.boodyy-signature {
  font-weight: 700;
  color: #eb1d89;
  margin-top: 15px;
  font-size: 15px;
}

/* ==========================================
   MOBILNÁ RESPONZIVITA (Displeje pod 768px)
   ========================================== */
@media (max-width: 767px) {
  .boodyy-about-container {
    padding: 0 10px;
  }
  
  .boodyy-main-title {
    font-size: 23px;
  }

  .boodyy-subtitle {
    font-size: 15px;
  }

  .boodyy-section-title {
    font-size: 20px;
  }
  
  .boodyy-team-list li {
	  padding-left: 0px;
  }


  .boodyy-timeline:before {
    left: 17px;
  }

  .boodyy-item {
    padding-left: 50px;
    margin-bottom: 22px;
  }

  .boodyy-badge {
    left: 0;
    top: 2px;
    width: 36px;
    height: 36px;
    line-height: 32px;
  }

  .boodyy-badge i.fa {
    font-size: 14px;
  }

  .boodyy-panel {
    padding: 14px 15px;
  }

  .boodyy-title {
    font-size: 16px;
  }

  .boodyy-intro-p {
    text-align: left;
  }
}