.smf-rfoa-fakta-ruta {
	background: #f4f6fb;
	padding: 24px;
	border-radius: 8px;
	box-sizing: border-box;
	width: 100%;
}

.smf-rfoa-fakta-ruta h3 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0d1d4f;
}

.smf-rfoa-term-lista {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.smf-rfoa-term-lista li {
	margin-bottom: 6px;
}

.smf-rfoa-taggar-ruta .smf-rfoa-term-lista li {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 4px 10px;
	background: #ffffff;
	border-radius: 999px;
	font-size: 0.9em;
	border: 1px solid #dddddd;
}






.smf-rfoa-forelasare-lista {
	margin: 0 0 48px;
}

.smf-rfoa-forelasare-lista h2 {
	margin-bottom: 24px;
}

.smf-rfoa-forelasare-kort {
	display: flex;
	gap: 28px;
	align-items: flex-start;
	background: #f4f6fb;
	padding: 28px;
	border-radius: 8px;
	margin-bottom: 24px;
}

.smf-rfoa-forelasare-bild {
	flex: 0 0 180px;
}

.smf-rfoa-forelasare-bild img {
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 8px;
}

.smf-rfoa-forelasare-innehall {
	flex: 1;
}

.smf-rfoa-forelasare-innehall h3 {
	margin-top: 0;
	margin-bottom: 8px;
}

.smf-rfoa-forelasare-innehall h3 a {
	text-decoration: none;
	color: #0d1d4f;
}

.smf-rfoa-las-mer {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.smf-rfoa-forelasare-kort {
		flex-direction: column;
	}

	.smf-rfoa-forelasare-bild,
	.smf-rfoa-forelasare-bild img {
		width: 100%;
		height: auto;
	}
}


.smf-rfoa-forelasare-bild img {
	width: 150px;
	height: 150px;
}

.smf-rfoa-forelasare-lista h2 {
	font-size: 42px;
	font-weight: 700;
	color: #0d1d4f;
	margin-bottom: 24px;
}

.smf-rfoa-term-lista {
	margin: 0 !important;
	padding-left: 0 !important;
	list-style: none !important;
}

.smf-rfoa-term-lista li {
	margin-bottom: 6px;
	list-style: none !important;
}





/* Menyfärger */
.fa-home {
    color: #4c7684 !important;
}


.et_pb_menu .et-menu > li > a:hover {
    opacity: 1 !important;
    color: #4c7684 !important;
}


a:hover .menu-item-home {
  color: #d4aa00 !important;
}





.smf-rfoa-bibliotek-filter {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr auto;
	gap: 16px;
	align-items: end;
	margin: 32px 0;
	padding: 24px;
	background: #f4f6fb;
	border-radius: 8px;
}

.smf-rfoa-filter-falt label {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

.smf-rfoa-filter-falt input,
.smf-rfoa-filter-falt select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #cccccc;
	font-size: 16px;
}

.smf-rfoa-bibliotek-filter button {
	padding: 11px 18px;
	background: #e0b700;
	border: 2px solid #222;
	border-radius: 6px;
	font-weight: 700;
	cursor: pointer;
}

.smf-rfoa-traffar {
	margin: 0 0 20px;
	font-weight: 700;
}

.smf-rfoa-forelasningar-lista {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.smf-rfoa-forelasning-kort {
	background: #f4f6fb;
	border-left: 5px solid #e0b700;
	padding: 28px;
	border-radius: 8px;
}

.smf-rfoa-forelasning-kort h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 24px;
}

.smf-rfoa-forelasning-kort h2 a {
	text-decoration: none;
	color: #0d1d4f;
}

.smf-rfoa-forelasning-utdrag {
	margin-bottom: 18px;
}

.smf-rfoa-kort-meta {
	margin: 8px 0;
}

.smf-rfoa-las-mer {
	display: inline-block;
	margin-top: 16px;
	padding: 9px 16px;
	background: #e0b700;
	color: #111;
	border-radius: 6px;
	font-weight: 700;
	text-decoration: none;
}

@media screen and (max-width: 980px) {
	.smf-rfoa-bibliotek-filter {
		grid-template-columns: 1fr;
	}

	.smf-rfoa-forelasningar-lista {
		grid-template-columns: 1fr;
	}
}


.smf-rfoa-amnesfilter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
}

.smf-rfoa-amnesfilter a {
	display: inline-block;
	padding: 8px 14px;
	background: #f4f6fb;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	color: #0d1d4f;
}

.smf-rfoa-amnesfilter a.aktiv {
	background: #e0b700;
	color: #111;
	border-color: #e0b700;
}

.smf-rfoa-kort-meta a {
	font-weight: 700;
	text-decoration: none;
	color: #0d1d4f;
}

.smf-rfoa-kort-meta a:hover {
	text-decoration: underline;
}

.smf-rfoa-kort-meta a {
	font-weight: 700;
	text-decoration: none;
	color: #0d1d4f;
}

.smf-rfoa-kort-meta a:hover {
	text-decoration: underline;
}

.smf-rfoa-kort-meta a {
	font-weight: 700;
	text-decoration: none;
	color: #0d1d4f;
}

.smf-rfoa-kort-meta a:hover {
	text-decoration: underline;
}

.smf-rfoa-rensa-filter {
	display: inline-block;
	padding: 10px 14px;
	font-weight: 700;
	text-decoration: none;
	color: #0d1d4f;
}

.smf-rfoa-rensa-filter:hover {
	text-decoration: underline;
}

.smf-rfoa-kort-meta {
	margin: 4px 0;
	line-height: 1.4;
	font-weight: 400;
}

.smf-rfoa-kort-meta strong {
	font-weight: 700;
	color: #222;
}

.smf-rfoa-kort-meta a {
	font-weight: 400;
	text-decoration: none;
	color: #0d1d4f;
}

.smf-rfoa-kort-meta a:hover {
	text-decoration: underline;
}

.smf-rfoa-forelasning-kort .smf-rfoa-kort-meta + .smf-rfoa-kort-meta {
	margin-top: 2px;
}







.gform_confirmation_wrapper {
	background: #f4f6fb;
	border: 2px solid #e0b700;
	border-left: 8px solid #e0b700;
	padding: 32px;
	margin: 32px 0;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.gform_confirmation_message {
	font-size: 1.15em;
	line-height: 1.6;
	font-weight: 600;
	color: #222;
}


.smf-rfoa-boka-wrapper {
	margin: 40px 0;
}

.smf-rfoa-boka-knapp {
	display: inline-block;
	padding: 14px 24px;
	background: #e0b700;
	color: #111 !important;
	border: 2px solid #222;
	border-radius: 8px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.smf-rfoa-boka-knapp:hover {
	text-decoration: none;
	transform: translateY(-1px);
}

.smf-rfoa-forelasare-lista h2 {
    margin-top: 80px;
}


.smf-rfoa-forelasningar-lista h2 {
	grid-column: 1 / -1;
}


.oa-forelasningsbokning {
    background: #fafbfc;
    border-left: 4px solid #e0b700;
    padding: 32px;
    border-radius: 10px;
}


.oa-forelasningsform {
    background: #f7f8fb;
    border-left: 4px solid #e0b700;
    padding: 40px;
    border-radius: 12px;
}

.gform_required_legend {
    display: none !important;
}

.oa-forelasningsform .gform_button {
    background: #e0b700 !important;
    color: #111 !important;
    border: 2px solid #222 !important;
    border-radius: 8px !important;
    padding: 14px 24px !important;
    font-weight: 700 !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.oa-forelasningsform .gform_button:hover {
    transform: translateY(-1px);
}



@media (max-width: 980px) {
	.et_mobile_menu,
	.et_mobile_menu ul {
		overflow: visible !important;
	}

	.et_mobile_menu li a {
		font-size: 22px !important;
		line-height: 1.35 !important;
		padding: 14px 24px !important;
		white-space: normal !important;
	}

	.et_mobile_menu .sub-menu li a {
		font-size: 20px !important;
		line-height: 1.35 !important;
		padding-left: 42px !important;
	}

	.et_mobile_menu {
		max-height: none !important;
	}
}