#sp-main-body {
  padding: 50px 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #00000091;
}

@media (max-width: 960px) {
p {
  font-size: 18px;
  }
}

@media (max-width: 767px) {
 td {
  font-size: 16px;
  }
}

@media (max-width: 960px) {
  #sp-footer p {
  font-size: 14px;
  }
}

@media (max-width: 960px) {
  #sp-prihlaska p {
  padding: 0 20px;
  }
}

a:hover {
font-weight: 700;
}

@media (max-width: 960px) {
  #sp-header {
    height: 50px;
  }
}

@media (max-width: 960px) {
	#sp-top {
  text-align: center;
}
}

@media (max-width: 960px) {
  .sp-module-content .latestnews > li > a > span {
  font-size: 110%;
  }
}

.offcanvas-menu {
  background-color: #2B5F6970;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}

.top-napis p {
  margin-top: 0;
  margin-bottom: 0;
}

.sp-contact-info {
  text-align: right;
}

@media (max-width: 960px) {
.sp-contact-info {
  text-align: center;
}
}

.ikony-bgr {
  background-image: linear-gradient(to bottom, #fff, #C5D7DB);
}

.ikony-bgr p {
  color: #000;
}

.fa-solid {
  color: #268A9E;
  font-size: 4em;
}

span.badge.bg-danger.featured-article-badge {
    display: none;
}

.article-list .article .readmore {
  background-image: linear-gradient(to bottom, #fff, #C5D7DB);
  border: 1px solid rgb(197, 215, 219);
  border-radius: 5px;
  color: #fff;
  padding: 6px 12px;
  float: right;
}

.article-list .article .readmore:hover {
  background-image: linear-gradient(to bottom, #C5D7DB, #fff);
}

.article-list .article {
  border: 0px solid #c5d7db;
  border-radius: 10px;
  background-color: #f1f4f5;
}

.article-info > span {
  border: 1px solid rgb(197, 215, 219);
  border-radius: 5px;
  padding: 0 5px;
}

#sp-banner {
  margin: -70px 0 0 0;
}

#sp-title {
  margin: -70px 0 0 0;
}

@media (max-width: 960px) {
#sp-title {
  margin: 0;
}
}

.sp-page-title {
  padding: 120px 0 60px 0;
}

@media (max-width: 960px) {
.sp-page-title {
  padding: 50px 0;
}
}


.sp-page-title .sp-page-title-heading {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  text-shadow: black 2px 2px 5px;
  text-transform: uppercase;
  font-weight: 300;
}

@media (max-width: 960px) {
  #sp-banner {
  margin: 0;
}
}

#sp-header {
  background-color: #00000091;
}

@media (max-width: 960px) {
  #sp-header {
  background-color: #000;
}
}

.burger-icon > span {
  height: 3px;
  background-color: #fff;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  text-transform: uppercase;
}

#sp-bottom .sp-module .sp-module-title {
  color: #2b5f69;
  border-bottom: solid 1px #2b5f69;
  padding-bottom: 5px;
}

.tlacidlo {
  display: inline-block;
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #fff, #C5D7DB);
  border: none;
  color: #2B5F6A;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  margin: 20px;
  width: 180px;
  cursor: pointer;
}

.tlacidlo span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.tlacidlo span:after {
  content: '\27a4';
  position: absolute;
  opacity: 0;
  right: -20px;
  transition: 0.5s;
}

.tlacidlo:hover {
  background-image: linear-gradient(to bottom, #C5D7DB, #fff);
}
.tlacidlo:hover span {
  padding-right: 25px;
}

.tlacidlo:hover span:after {
  opacity: 1;
  right: 0;
}

#sp-bottom {
  font-size: 15px;
  line-height: 1.3;
}

.table-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; /* Allows stacking on small screens */
  gap: 20px;       /* Adds space between tables */
}

table {
  flex: 1 1 300px; /* Grow, shrink, and set a minimum base width */
  width: 100%;     /* Ensure it fills its flex basis */
}

tr:nth-child(2n) {
  background-color: #F1F4F5;
}

tr:hover {
  background-color: #E2EDF0;
}

td {
  padding: 3px 5px;
}