.checkbox.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

/* Make sure checkbox and label are inline */
.checkbox.form-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  position: relative;
  top: 0;
}

/* Ensure label stays aligned and doesn't wrap awkwardly */
.checkbox.form-check .form-check-label {
  margin: 0;
  line-height: 1.5;
  display: inline-block;
  white-space: normal;
}

.color-primary {
  color: #00bfff !important;
}
header a[id*=dnnLOGO] img {
    height: 100px !important;
    max-height: 100% !important;
    width: auto !important;
}
header a[id*=dnnLOGO] img {
    height: 125px !important;
}


<!-- Fancybox -->
<link href="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.umd.js"></script>

<!-- YouTube Tabs Script -->
<script src="/Portals/_default/js/youtube-tabs.js"></script>

<style>
.custom-tabs {
  max-width: 100%;
  margin: 20px auto;
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.tab-header {
  display: flex;
  background: #111;
  border-bottom: 2px solid #CCFF00;
}
.tab-header .tab-btn {
  flex: 1;
  padding: 12px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  background: #222;
  color: #fff;
  transition: background 0.3s ease;
}
.tab-header .tab-btn.active {
  background: #CCFF00;
  color: #000;
  font-weight: bold;
}
.tab-content {
  display: none;
  padding: 0;
  background: #fff;
  color: #333;
}
.tab-content.active {
  display: block;
}
#youtube-feed, #youtube-feed-2, #youtube-feed-3, #youtube-feed-4, #youtube-feed-5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin-bottom: 20px;
}
.video-card {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease;
}
.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.video-card img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.video-card h3 {
  font-size: 16px;
  margin: 0 0 8px;
  color: #111;
  font-weight: bold;
}
.video-card p {
  font-size: 14px;
  color: #444;
  margin: 0 0 10px;
}
.watch-btn, #load-more, #load-more-2, #load-more-3, #load-more-4, #load-more-5 {
  background: #CCFF00;
  color: #1A1A1A;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  transition: background 0.3s, color 0.3s;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
.watch-btn:hover, #load-more:hover, #load-more-2:hover, #load-more-3:hover, #load-more-4:hover, #load-more-5:hover {
  background: #b8e600;
  color: #000;
}
#load-more, #load-more-2,

.banner {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 20px;
}



p {
    font-size: 1.2rem;
}


.footer-bottom-row {
  width: 100%;
  background: #000; /* match your theme */
  padding: 15px 20px;
  text-align: center;
  border-top: 1px solid #333;
}

.footer-legal {
  font-size: 1.1rem; /* Increase text size */
  color: #ccc;       /* Light gray */
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
}


