.alb-met-dashboard,
.alb-met-dashboard * {
	box-sizing: border-box;
}

.alb-met-dashboard {
	--alb-met-bg: #f6f8fc;
	--alb-met-surface: #ffffff;
	--alb-met-line: #e7edf6;
	--alb-met-text: #1f2a44;
	--alb-met-muted: #64708a;
	--alb-met-blue: #2b68b8;
	--alb-met-red: #c73545;
	--alb-met-green: #2c987d;
	--alb-met-yellow: #e6aa24;
	--alb-met-shadow: 0 12px 32px rgba(31, 42, 68, 0.08);
	--alb-met-soft-shadow: 0 8px 22px rgba(31, 42, 68, 0.06);
	color: var(--alb-met-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--alb-met-bg);
	border: 1px solid var(--alb-met-line);
	overflow: hidden;
}

.alb-met-dashboard a {
	color: inherit;
	text-decoration: none;
}

.alb-met-dashboard svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alb-met-shell {
	display: grid;
	grid-template-columns: 278px minmax(0, 1fr);
	min-height: 860px;
	background: var(--alb-met-bg);
}

.alb-met-sidebar {
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 24px 22px 28px;
	background: #ffffff;
	border-right: 1px solid var(--alb-met-line);
}

.alb-met-brand,
.alb-met-mobile-brand {
	display: flex;
	align-items: center;
	gap: 10px;
}

.alb-met-brand-mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: #ffffff;
	background: linear-gradient(135deg, #e01f36 0%, #a61124 100%);
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
	transform: skew(-8deg);
}

.alb-met-brand strong {
	display: block;
	color: #d71932;
	font-size: 31px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.9;
}

.alb-met-brand span {
	display: block;
	margin-top: 3px;
	color: #718097;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.alb-met-nav {
	display: grid;
	gap: 8px;
}

.alb-met-nav-heading {
	margin: 20px 8px 8px;
	color: #7f8aa1;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.alb-met-nav-item {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 40px;
	padding: 10px 14px;
	border-radius: 7px;
	color: #24314d;
	font-size: 14px;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.alb-met-nav-item .alb-met-icon {
	color: var(--alb-met-blue);
	font-size: 20px;
}

.alb-met-nav-item:hover,
.alb-met-nav-item.is-active {
	color: #1e4f91;
	background: #eef4ff;
	transform: translateX(2px);
}

.alb-met-nav-heading + .alb-met-nav-item .alb-met-icon {
	color: var(--alb-met-red);
}

.alb-met-help {
	margin-top: auto;
	padding: 20px 16px;
	border: 1px solid #dbe6f7;
	border-radius: 8px;
	background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
	box-shadow: var(--alb-met-soft-shadow);
}

.alb-met-help strong {
	display: block;
	color: #1e4f91;
	font-size: 14px;
}

.alb-met-help p {
	margin: 9px 0 14px;
	color: var(--alb-met-muted);
	font-size: 12px;
}

.alb-met-button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	padding: 7px 11px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
}

.alb-met-button-ghost {
	color: #1e4f91;
	background: #edf4ff;
	border: 1px solid #d9e7fb;
}

.alb-met-page {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.alb-met-topbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	min-height: 86px;
	padding: 18px 44px;
	background: #ffffff;
	border-bottom: 1px solid var(--alb-met-line);
	display: none !important;
}

.alb-met-mobile-brand {
	display: none;
	margin-right: auto;
}

.alb-met-mobile-brand strong {
	color: #d71932;
	font-size: 20px;
}

.alb-met-topbar-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	flex-wrap: wrap;
	color: var(--alb-met-muted);
	font-size: 13px;
}

.alb-met-top-pill,
.alb-met-weather,
.alb-met-lang,
.alb-met-utility {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.alb-met-weather .alb-met-icon {
	color: var(--alb-met-yellow);
	font-size: 23px;
}

.alb-met-weather strong {
	color: var(--alb-met-text);
}

.alb-met-weather small {
	display: block;
	color: var(--alb-met-muted);
	font-size: 12px;
}

.alb-met-lang {
	min-height: 42px;
	padding: 0 13px;
	color: #24314d;
	border: 1px solid var(--alb-met-line);
	border-radius: 7px;
	background: #ffffff;
}

.alb-met-utility {
	display: none;
	width: 38px;
	height: 38px;
	justify-content: center;
	border: 1px solid var(--alb-met-line);
	border-radius: 50%;
}

.alb-met-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 18px;
	padding: 32px 44px 12px;
}

.alb-met-content {
	min-width: 0;
}

.alb-met-title-block {
	margin-bottom: 22px;
}

.alb-met-title-block h1 {
	margin: 0 0 2px;
	color: var(--alb-met-text);
	font-size: clamp(25px, 2vw, 31px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.alb-met-title-block p,
.alb-met-panel-heading p,
.alb-met-side-card p {
	margin: 0;
	color: var(--alb-met-muted);
	font-size: 14px;
}

.alb-met-summary-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 24px;
}

.alb-met-summary-card,
.alb-met-panel,
.alb-met-side-card {
	background: var(--alb-met-surface);
	border: 1px solid var(--alb-met-line);
	border-radius: 8px;
	box-shadow: var(--alb-met-soft-shadow);
}

.alb-met-summary-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 154px;
	padding: 22px 16px 16px;
}

.alb-met-card-row {
	display: flex;
	gap: 14px;
}

.alb-met-card-icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	font-size: 22px;
	background: #eef7f4;
}

.alb-met-summary-card.is-blue .alb-met-card-icon {
	color: var(--alb-met-blue);
	background: #eef4ff;
}

.alb-met-summary-card.is-red .alb-met-card-icon {
	color: var(--alb-met-red);
	background: #fff1f3;
}

.alb-met-summary-card.is-green .alb-met-card-icon {
	color: var(--alb-met-green);
	background: #eef9f5;
}

.alb-met-card-label {
	display: block;
	margin-bottom: 4px;
	color: var(--alb-met-muted);
	font-size: 13px;
	font-weight: 600;
}

.alb-met-summary-card strong {
	display: block;
	color: var(--alb-met-text);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
}

.alb-met-summary-card small {
	display: block;
	margin-top: 7px;
	color: var(--alb-met-muted);
	font-size: 12px;
}

.alb-met-card-action {
	display: block;
	margin-top: 18px;
	padding: 8px 12px;
	border-radius: 6px;
	text-align: center;
	font-size: 12px;
	font-weight: 800;
	background: #eef9f5;
}

.alb-met-summary-card.is-blue .alb-met-card-action {
	color: #1e4f91;
	background: #f0f5ff;
}

.alb-met-summary-card.is-red .alb-met-card-action {
	color: #9f2030;
	background: #fff0f1;
}

.alb-met-summary-card.is-green .alb-met-card-action {
	color: #287c68;
	background: #edf8f4;
}

.alb-met-panel {
	margin-bottom: 24px;
	padding: 18px;
}

.alb-met-panel-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.alb-met-panel-heading h2,
.alb-met-side-card h2 {
	margin: 0;
	color: var(--alb-met-text);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	font-family: 'Roboto';
}

.alb-met-link-button,
.alb-met-symbol-trigger {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 8px 12px;
	color: #1e4f91;
	border: 0;
	border-radius: 6px;
	background: #f2f6ff;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	white-space: nowrap;
	transition: transform 180ms ease, background 180ms ease;
}

.alb-met-link-button:hover,
.alb-met-symbol-trigger:hover {
	background: #e8f0ff;
	transform: translateY(-1px);
}

.alb-met-gallery-slot {
	min-height: 120px;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
    #post-39555 > div > div > section > div > div > div > div > div > div > div.alb-met-shell > div > main > aside > section:nth-child(3) > div > span.is-now > span > svg {
    margin-left: -39px !important;
}
}

.alb-met-gallery-slot img {
	width: min(800px, 100%);
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.alb-met-gallery-slot:empty {
	display: grid;
	place-items: center;
	min-height: 180px;
	padding: 22px;
	color: var(--alb-met-muted);
	border: 1px dashed #cbd7e8;
	border-radius: 8px;
	background: #fbfcff;
}

.alb-met-gallery-slot:empty::before {
	content: "The [photo_gallery] shortcode will render here when its plugin is active.";
	font-size: 13px;
	text-align: center;
}

.alb-met-image-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.alb-met-image-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 190px;
	border: 1px solid var(--alb-met-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 4px 14px rgba(31, 42, 68, 0.04);
	transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.alb-met-image-card:hover {
	transform: scale(1.025);
	box-shadow: 0 16px 30px rgba(31, 42, 68, 0.13);
	border-color: #cbdaf0;
}

.alb-met-image-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1.48 / 1;
	object-fit: cover;
	object-position: top left;
	background: #f1f4f9;
}

.alb-met-image-card span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px;
	color: var(--alb-met-text);
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.alb-met-rightbar {
	display: grid;
	align-content: start;
	gap: 14px;
	min-width: 0;
}

.alb-met-side-card {
	padding: 18px 16px;
}

.alb-met-side-card h2 {
	margin-bottom: 16px;
}

.alb-met-symbol-preview {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px 10px;
	margin-bottom: 16px;
}

.alb-met-symbol-mini {
	display: grid;
	place-items: center;
	color: #293347;
	font-size: 18px;
}

.alb-met-weather-symbol {
	width: 24px;
	height: 24px;
	stroke: #263247;
	stroke-width: 1.35;
}

.alb-met-info-list {
	display: grid;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none !important;
	list-style-type: none !important;
}


.alb-met-info-list li {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 0 9px;
    color: var(--alb-met-muted);
    font-size: 12px;
    list-style: none !important;
    list-style-type: none !important;
    grid-auto-flow: column;
}

.alb-met-info-list li::marker {
	content: "";
	display: none;
}


.content-area ul li:before
 {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffffff !important;
    content: "";
    display: inline-block;
    margin-right: 0px;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
#post-39555 > div > div > section > div > div > div > div > div > div > div.alb-met-shell > div > main > aside > section:nth-child(2) > ul > li:nth-child(3) > em {
    padding-left: 22px !important;
}
#post-39555 > div > div > section > div > div > div > div > div > div > div.alb-met-shell > div > main > aside > section:nth-child(2) > ul > li:nth-child(4) > em {
    padding-left: 22px !important;
}

.alb-met-info-list svg,
.alb-met-dot {
	grid-row: span 2;
	align-self: start;
	margin-top: 3px;
}

.alb-met-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #66bfa7;
}

.alb-met-info-list strong {
	color: var(--alb-met-muted);
	font-weight: 600;
}

.alb-met-info-list em {
	color: #2d3a55;
	font-style: normal;
}

.alb-met-schedule {
	display: grid;
	gap: 6px;
	margin-top: 18px;
	padding-left: 0;
	color: #52617b;
	font-size: 13px;
}

.alb-met-schedule span {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	min-height: 28px;
}

.alb-met-schedule span::before {
	content: "";
	display: block;
	width: 34px;
	height: 1px;
}

.alb-met-schedule .alb-met-icon {
	display: grid;
	grid-column: 1;
	place-items: center;
	width: 28px;
	height: 28px;
	color: #6b8fc9;
	border-radius: 50%;
	background: #eaf2ff;
}

.alb-met-schedule .is-now {
	color: var(--alb-met-blue);
	font-weight: 800;
}

.alb-met-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: auto;
	padding: 18px 36px;
	color: var(--alb-met-muted);
	background: #ffffff;
	border-top: 1px solid var(--alb-met-line);
	font-size: 12px;
}

.alb-met-footer nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.alb-met-footer a:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	margin-left: 16px;
	vertical-align: middle;
	background: #d9e0ec;
}

.alb-met-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.alb-met-modal.is-open {
	display: flex;
}

.alb-met-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 29, 48, 0.52);
	backdrop-filter: blur(4px);
}

.alb-met-modal-dialog {
	position: relative;
	width: min(980px, calc(100vw - 48px));
	max-height: min(760px, calc(100vh - 48px));
	overflow: auto;
	padding: 24px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(16, 24, 40, 0.28);
}

.alb-met-modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.alb-met-modal-header h2 {
	margin: 0;
	font-size: 22px;
	letter-spacing: 0;
}

.alb-met-modal-header p {
	margin: 3px 0 0;
	color: var(--alb-met-muted);
}

.alb-met-modal-close {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	color: #27334b;
	border: 1px solid var(--alb-met-line);
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

.alb-met-symbol-chart-wrap {
	display: grid;
	place-items: center;
	width: 100%;
}

.alb-met-symbol-chart-wrap img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 62vh;
	border: 1px solid #d8deea;
	object-fit: contain;
}

.alb-met-symbol-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.alb-met-symbol-item {
	display: grid;
	justify-items: center;
	align-content: start;
	gap: 9px;
	min-height: 112px;
	padding: 15px 10px;
	border: 1px solid var(--alb-met-line);
	border-radius: 8px;
	background: #fbfcff;
	text-align: center;
}

.alb-met-symbol-art {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: #263247;
}

.alb-met-symbol-art .alb-met-weather-symbol {
	width: 38px;
	height: 38px;
	stroke-width: 1.25;
}

.alb-met-symbol-item span {
	color: #2f3b55;
	font-size: 12px;
	font-weight: 700;
}

body.alb-met-modal-open {
	overflow: hidden;
}

@media (max-width: 1280px) {
	.alb-met-shell {
		grid-template-columns: 238px minmax(0, 1fr);
	}

	.alb-met-main {
		grid-template-columns: minmax(0, 1fr);
		padding: 28px;
	}

	.alb-met-rightbar {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.alb-met-shell {
		grid-template-columns: 1fr;
	}

	.alb-met-sidebar {
		display: block;
		border-right: 0;
		border-bottom: 1px solid var(--alb-met-line);
	}

	.alb-met-brand {
		margin-bottom: 18px;
	}

	.alb-met-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alb-met-nav-heading {
		grid-column: 1 / -1;
		margin-top: 12px;
	}

	.alb-met-help {
		margin-top: 18px;
	}

	.alb-met-topbar {
		justify-content: flex-start;
		padding: 16px 28px;
	}

	.alb-met-mobile-brand {
		display: none !important;
	}

	.alb-met-summary-grid,
	.alb-met-image-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alb-met-rightbar {
		grid-template-columns: 1fr;
	}

	.alb-met-symbol-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 544px) {
	.alb-met-dashboard {
		border-left: 0;
		border-right: 0;
	}

	.alb-met-sidebar {
		padding: 18px;
	}

	.alb-met-brand {
		display: none;
	}

	.alb-met-nav {
		grid-template-columns: 1fr;
	}

	.alb-met-nav-heading {
		margin-left: 0;
	}

	.alb-met-topbar {
		display: block;
		padding: 16px 18px;
	}

	.alb-met-mobile-brand {
		display: flex;
		margin-bottom: 14px;
		display: none !important;
	}

	.alb-met-topbar-tools {
		justify-content: flex-start;
		gap: 10px;
	}

	.alb-met-top-pill,
	.alb-met-weather,
	.alb-met-lang {
		width: 100%;
		justify-content: space-between;
		padding: 9px 10px;
		border: 1px solid var(--alb-met-line);
		border-radius: 7px;
		background: #ffffff;
	}

	.alb-met-main {
		padding: 22px 14px;
	}

	.alb-met-summary-grid,
	.alb-met-image-card-grid,
	.alb-met-symbol-grid {
		grid-template-columns: 1fr;
	}

	.alb-met-panel {
		padding: 15px;
	}

	.alb-met-panel-heading {
		display: grid;
	}

	.alb-met-link-button {
		justify-content: center;
		width: 100%;
	}

	.alb-met-image-card {
		min-height: 0;
	}

	.alb-met-footer {
		display: grid;
		padding: 18px;
	}

	.alb-met-footer nav {
		display: grid;
		gap: 8px;
	}

	.alb-met-footer a::after {
		display: none !important;
	}

	.alb-met-modal {
		padding: 12px;
	}

	.alb-met-modal-dialog {
		padding: 18px;
	}
	
	.alb-met-dashboard {
    margin-left: -25px !important;
    }
    
        .photo-gallery {
        display: grid !important;
        margin-right: -119px;
        margin-left: -17px;
}

    #post-39555 > div > div > section > div > div > div > div > div > div > div.alb-met-shell > div > main > aside > section:nth-child(3) > div > span.is-now > span > svg {
        margin-top: 7px !important;
        margin-left: 7px !important;
    }

    .alb-met-schedule .alb-met-icon {
        display: block !important;
        grid-column: 1;
        place-items: center;
        width: 28px;
        height: 28px;
        color: #6b8fc9;
        border-radius: 50%;
        background: #eaf2ff;
        margin-top: 7px !important;
    }
    #post-39555 > div > div > section > div > div > div > div > div > div > div.alb-met-shell > div > main > aside > section:nth-child(2) > ul > li:nth-child(3) > em
 {
    margin-right: 141px !important;
}
#post-39555 > div > div > section > div > div > div > div > div > div > div.alb-met-shell > div > main > aside > section:nth-child(2) > ul > li:nth-child(4) > em
 {
    margin-right: 141px !important;
}

}



