:root {
  --blue: #234c95;
  --blue-dark: #173b76;
  --text: #253247;
  --muted: #6c788a;
  --border: #e7ebf1;
  --bg: #f8fafc;
  --card-bg: #fff;
}


.courses-pageid06 {
  background: #fff;
  min-height: 100vh;
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 80px 60px;
}

.courses-logoid06 {
	height: 50%;
	width: 50%;
	padding-bottom: 20px;
	background-color: fff;
}

@media (max-width: 980px) {
	.courses-logoid06 {
		height: 100%;
		width: 100%;
	}
}

.courses-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 80px 60px;
}	

.courses-page--text {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 80px 60px;
}

.courses-page--text .courses-main {
  max-width: 760px;
}

.courses-main2 {
  max-width: 1180px;
}

.courses-page--text .courses-main p {
  margin-bottom: 18px;
}




.courses-page--text .courses-title {
  margin: 0 0 28px;
}

.courses-page--text h2 {
  margin: 32px 0 14px;
  color: #00aeef;
  font-size: 1.8rem;
  line-height: 1.2;
}

.courses-page--text h3 {
  margin: 24px 0 10px;
  color: #00aeef;
  font-size: 1.25rem;
  line-height: 1.2;
}

.courses-page--text h4 {
  margin: 24px 0 10px;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.2;
}

.courses-page--text p {
  margin: 0 0 16px;
  color: #253247;
}

.courses-page--text strong {
  color: #253247;
}


.index {
  margin: 24px 0 10px;
  color: #000000 important;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
}


.knapp {
  background-color: #00aeef;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.knapp a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease;
}

.knapp:hover {
  color: #d3d3d3;
  background-color: #173b76;
}






.courses-title {
  margin: 0 0 22px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text);
}

.courses-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: start;
  padding-left: 0px;
}

.courses-main {
  min-width: 0;
}

.courses-toolbar {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.courses-toolbar label {
  font-weight: 600;
  font-size: 0.95rem;
}

.courses-toolbar select {
  min-width: 290px;
  padding: 10px 12px;
  border: 1px solid #cfd7e3;
  border-radius: 6px;
  background: #fff;
  font-size: 0.95rem;
}

.courses-events {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.event-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 16px 16px 16px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--card-bg);
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.date-box {
  width: 72px;
  min-height: 88px;
  background: linear-gradient(180deg, #234c95 0%, #173b76 100%);
  color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 4px;
  flex-shrink: 0;
}

.date-box .day {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.date-box .week {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
  opacity: 0.95;
}

.date-box .month {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 4px;
  text-transform: uppercase;
}

.date-box .year {
  font-size: 0.72rem;
  margin-top: 3px;
  opacity: 0.95;
}

.event-content h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  line-height: 1.15;
  color: #00aeef;
}

.event-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--muted);
  font-size: 0.96rem;
}

.meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.meta-icon {
  width: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.courses-sidebar {
  position: sticky;
  top: 110px;
  align-self: start;
  width: 100%;
  max-width: 280px;
  color: #4a5568;
  font-size: 1rem;
}

.courses-sidebarid06 {
  position: sticky;
  top: 110px;
  align-self: start;
  width: 150%;
  max-width: 350px;
  color: #4a5568;
  font-size: 1rem;
}

.courses-sidebar p {
  margin: 0 0 12px;
}

.courses-sidebar a {
  color:  #00aeef;
  text-decoration: none;
}

.courses-sidebar a:hover {
  text-decoration: underline;
}

.status,
.empty,
.error {
  padding: 18px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg);
}

.error {
  border-color: #efcaca;
  background: #fff6f6;
  color: #8a2d2d;
}

@media (max-width: 980px) {
  .courses-layout {
    grid-template-columns: 1fr;
  }

  .courses-sidebar {
    position: static;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .event-card {
    grid-template-columns: 52px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .date-box {
    width: 52px;
    min-height: 72px;
  }

  .date-box .day {
    font-size: 1.5rem;
  }

  .event-content h3 {
    font-size: 1.1rem;
  }

  .courses-toolbar select {
    width: 100%;
    min-width: 0;
  }
}

.fullbooked-text {
  color: #d62828;
  font-weight: 700;
}

.avdelare {
  margin: 0 0 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}




/* PORTACOUNT PAGE */
/* PORTACOUNT PAGE */
.portacount-page {
  padding-top: 32px;
  padding-bottom: 40px;
}

.portacount-page .courses-title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  margin-bottom: 28px;
}

.portacount-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.portacount-content p {
  font-size: 1rem;
  line-height: 1.65;
  color: #4a4a4a;
  margin-bottom: 16px;
}

.portacount-cta-text {
  margin-top: 4px;
}

.portacount-sidebar {
  position: static;
  width: 100%;
  max-width: 320px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.portacount-product-image {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
}

.portacount-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 26px;
  max-width: 340px;
}

.portacount-button {
  background-color: #00aeef;
  border-radius: 10;
  padding: 14px 22px;
  text-align: center;
}

.portacount-button span {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.portacount-button:hover {
  background-color: #173b76;
}

@media (max-width: 980px) {
  .portacount-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .portacount-sidebar {
    max-width: 100%;
    order: -1;
  }

  .portacount-product-image {
    max-width: 280px;
  }

  .portacount-page .courses-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 640px) {
  .portacount-page .courses-title {
    font-size: 1.5rem;
  }

  .portacount-button {
    padding: 12px 18px;
  }

  .portacount-button span {
    font-size: 0.88rem;
  }

  .courses-pageid06 {
    padding: 24px 14px 32px;
  }

  .courses-page--text {
    padding: 24px 14px 32px;
  } 
}



