/*
 * Custom Design Stylesheet
 * This file is for designer customizations.
 * It loads after all theme styles, so rules here will take priority
 * without modifying the original theme styles.
 */
/* =============================================
   Header / Navbar - Compact Layout
   ============================================= */
/* -- Overall header -- */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

header.header {
	position: relative;
	z-index: 100;
	background-color: #fff;
}

header.header .navbar {
	padding: 0;
}

header.header .navbar-brand {
	padding: 8px 15px;
	margin: 0;
}

header.header .navbar-brand .logo {
	height: 55px;
	width: auto;
}

/* -- Two-row nav layout -- */
header.header .row-header {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

header.header .row-header .column {
	width: 100%;
}

header.header .row-header .column .navbar-nav {
	justify-content: flex-end;
}

/* -- Main menu items (row 1) -- */
header.header .nav-item.main-menu .nav-link {
	padding: 3px 30px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #1a3753;
	line-height: 1.4;
	position: relative;
	white-space: nowrap;
	transition: color 0.3s ease;
}

header.header .nav-item.main-menu:not(:last-child) {
	border-right: 1px solid silver;
}

header.header .nav-item.main-menu:nth-child(7) a::before {
	display: none;
}

header.header .nav-item.main-menu .nav-link:nth-child(1) a {
	padding: 0px 42px;
}

header.header .nav-item.main-menu .nav-link:hover {
	color: #0073b8;
}

header.header .nav-item.theme-button.grey a {
	border-color: #a9a9a9;
	color: white !important;
	transition: 0.3s;
	background-color: #a9a9a9;
	font-size: 16px !important;
	font-weight: 600;
}

header.header .nav-item.theme-button.grey a::after {
	display: inline-block;
	content: "";
	right: -10.4px;
	left: auto;
	top: 0;
	bottom: 0;
	width: 10.5px;
	height: 10.5px;
	background-position: center;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

header.header .nav-item.main-menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0;
}

header.header .nav-item.main-menu {
	padding: 0;
	margin: 0;
}

/* -- Theme button items (row 2) -- */
header.header .nav-item.theme-button {
	margin: 4px 5px;
}

header.header .nav-item.theme-button .nav-link {
	padding: 5px 16px;
	font-size: 0.78rem;
	font-weight: 500;
	border: 1px solid;
	border-radius: 0;
	white-space: nowrap;
	transition: all 0.3s ease;
}

header.header .nav-item.theme-button.green .nav-link {
	color: #2a8c4a;
	border-color: #2a8c4a;
}

header.header .nav-item.theme-button.green .nav-link:hover {
	background-color: #2a8c4a;
	color: #fff;
}

header.header .nav-item.theme-button.blue .nav-link {
	color: #0073b8;
	border-color: #0073b8;
}

header.header .nav-item.theme-button.blue .nav-link:hover {
	background-color: #0073b8;
	color: #fff;
}

header.header .nav-item.theme-button.black .nav-link {
	color: #333;
	border-color: #333;
}

header.header .nav-item.theme-button.black .nav-link:hover {
	background-color: #333;
	color: #fff;
}

header.header .nav-item.theme-button.grey .nav-link {
	color: #555;
	border-color: #999;
}

header.header .nav-item.theme-button.grey .nav-link:hover {
	background-color: #555;
	color: #fff;
}

/* -- Second row alignment -- */
header.header .row-header .cloumn2 {
	display: flex;
	justify-content: flex-end;
}

header.header .row-header .cloumn2 .navbar-nav {
	justify-content: flex-end;
}

/* -- Header responsive - Mobile -- */
@media screen and (max-width: 991px) {
	header.header .row-header {
		display: none;
	}

	header.header .navbar-brand .logo {
		height: 40px;
	}
}

/* =============================================
   END Header / Navbar
   ============================================= */
/* =============================================
   Leadcontent - Stacked Full Width Rows
   ============================================= */
.leadcontent_rows {
	display: flex;
	flex-direction: column;
}

.leadcontent_row {
	width: 100%;
	margin-bottom: 30px;
}

/* =============================================
   News Grid - 2 Column Layout (shared by catlist & eventlist)
   ============================================= */
.newslist_grid {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	list-style: none;
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}

.newslist_grid li {
	padding: 0 !important;
	flex-basis: 50%;
	box-sizing: border-box;
}

.newslist_grid li:before {
	display: none !important;
}

.newslist_grid li a {
	display: flex;
	align-items: stretch;
	padding: 12px 15px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.newslist_grid li:nth-child(even) a {
	border-right: none;
}

.newslist_grid li a:hover {
	background-color: #e2f2f7;
}

/* Post thumbnail */
.newslist_grid_img {
	flex-basis: 90px;
	flex-shrink: 0;
	margin-right: 12px;
	overflow: hidden;
	border-radius: 3px;
}

.newslist_grid_img img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	display: block;
}

/* No-image fallback */
.newslist_grid_noimg {
	width: 100%;
	height: 80px;
	background: linear-gradient(135deg, #e8f0f5 0%, #d5e3ec 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.newslist_grid_noimg span {
	font-family: "YuMincho", "Yu Mincho", serif;
	font-size: 0.75rem;
	font-weight: 500;
	color: #5a88a8;
	letter-spacing: 0.05em;
}

/* Text content */
.newslist_grid_txt {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

/* Category badge */
.newslist_grid_cat {
	margin: 0 0 5px;
}

.newslist_grid_cat .caticon {
	padding: 2px 8px 3px;
	display: inline-block;
	font-size: 0.7rem;
	color: #fff;
	line-height: 1.4;
	background-color: #5a88a8;
	border-radius: 3px;
	white-space: nowrap;
}

/* Category color overrides - slug-based colors (catlist post categories)
   NOTE: background-color uses NO !important so inline styles from
   the WordPress category color-picker (cat_filter_color) take precedence. */
.newslist_grid_cat .caticon.news {
	color: #fff;
	background-color: #5a88a8;
}

.newslist_grid_cat .caticon.topics {
	color: #fff;
	background-color: #5a88a8;
}

.newslist_grid_cat .caticon.event {
	color: #fff;
	background-color: #d2aa50;
}

.newslist_grid_cat .caticon.faculty {
	color: #fff;
	background-color: #76ad68;
}

.newslist_grid_cat .caticon.graduate {
	color: #fff;
	background-color: #57cfad;
}

.newslist_grid_cat .caticon.campus {
	color: #fff;
	background-color: #de6487;
}

.newslist_grid_cat .caticon.recruit {
	color: #fff;
	background-color: #977c6a;
}

.newslist_grid_cat .caticon.contribution {
	color: #fff;
	background-color: #259f2d;
}

.newslist_grid_cat .caticon.openseminar {
	color: #fff;
	background-color: #549867;
}

.newslist_grid_cat .caticon.care {
	color: #fff;
	background-color: #259f2d;
}

.newslist_grid_cat .caticon.career {
	color: #fff;
	background-color: #f06d6f;
}

.newslist_grid_cat .caticon.cancer {
	color: #fff;
	background-color: #2ec1ce;
}

.newslist_grid_cat .caticon.research {
	color: #fff;
	background-color: #574eb5;
}

.newslist_grid_cat .caticon.covid19 {
	color: #fff;
	background-color: #c00;
}

.newslist_grid_cat .caticon.sdgs {
	color: #fff;
	background-color: #1286d0;
}

/* Additional category colors for subcategories */
.newslist_grid_cat .caticon.seminar,
.newslist_grid_cat .caticon.kenshukai {
	color: #fff;
	background-color: #d2aa50;
}

.newslist_grid_cat .caticon.oshirase {
	color: #fff;
	background-color: #5a88a8;
}

/* Eventlist type colors within the grid (project_member_display) */
.newslist_grid_cat .caticon.type.medical {
	background-color: #3499d5;
}

.newslist_grid_cat .caticon.type.general {
	background-color: #c8930f;
}

.newslist_grid_cat .caticon.type.internal {
	background-color: #027c4b;
}

/* Date */
.newslist_grid_txt .entrydate {
	display: block;
	margin: 0 0 4px;
	font-size: 0.8rem;
	color: #555;
	line-height: 1.4;
}

/* Title */
.newslist_grid_txt .entrytitle {
	display: block;
	font-size: 0.85rem;
	font-weight: 500;
	color: #000;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* "More" button alignment */
.newsbox .listbtn {
	text-align: right;
}

.newsbox .listbtn a {
	font-size: 0.9rem;
	color: #333;
}

.newsbox .listbtn a i {
	color: #0073b8;
}

/* =============================================
   Responsive - Tablet
   ============================================= */
@media screen and (max-width: 1025px) {
	.newslist_grid_img {
		flex-basis: 75px;
	}

	.newslist_grid_img img {
		height: 65px;
	}

	.newslist_grid_txt .entrytitle {
		font-size: 0.8rem;
	}
}

/* =============================================
   Responsive - Mobile
   ============================================= */
@media screen and (max-width: 735px) {
	.newslist_grid li {
		flex-basis: 100%;
	}

	.newslist_grid li a {
		border-right: none;
	}

	.newslist_grid_img {
		flex-basis: 90px;
	}

	.newslist_grid_img img {
		height: 80px;
	}
}

/* =============================================
   Banner Split Layout - Homepage #pagetitle
   (Left: hero image + overlay | Right: branding + nav + social)
   ============================================= */
/* -- Container: split into two halves -- */
#content #pagetitle.banner-split {
	display: block;
	flex-direction: row;
	height: auto;
	min-height: inherit;
	margin: 0 0 40px;
	padding: 0;
	background: none;
}

.image-item img {
	max-width: 206px;
}

body.home .image-grid {
	padding: 60px 0;
	max-width: 100%;
	gap: 0;
}

.image-item {
	width: 100%;
	text-align: center;
	max-width: 33.333333%;
}

body.home #content #article_wide {
	padding-top: 50px;
}

.business .right,
.business p {
	font-size: 20px;
	line-height: 100% !important;
}

.news-item .date {
	font-size: 24px !important;
}

.business .left,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-size: 24px;
}

p {
	font-size: 16px !important;
	line-height: 28px !important;
}

.top-content p,
.business .right,
.business p {
	line-height: 30px !important;
}

/* -- Left side: hero image with blue overlay -- */
#content #pagetitle.banner-split .banner-left {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	height: auto;
}

#content #pagetitle.banner-split .banner-left-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 80, 160, 0.7) 0%, rgba(0, 115, 184, 0.4) 100%);
	z-index: 1;
}

#content #pagetitle.banner-split .banner-left-content {
	position: relative;
	z-index: 2;
}

#content #pagetitle.banner-split .banner-left-content h1 {
	margin: 0 0 15px;
	padding: 0;
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.3);
}

#content #pagetitle.banner-split .banner-left-content p {
	margin: 0;
	font-family: "Shippori Mincho", serif;
	font-size: 38px !important;
	font-weight: 800;
	color: #000;
	letter-spacing: 0.05em;
	text-align: left;
	text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.3);
	line-height: 150% !important;
}

/* -- Right side: branding + nav panel -- */
#content #pagetitle.banner-split .banner-right {
	flex: 2;
	background-color: #f7f7f7;
}

#content #pagetitle.banner-split .banner-right-inner {
	width: 100%;
}

.page-template-page_greetings-php #content #pagetitle.banner-split .banner-left-content h1 {
	color: #000;
}

.banner-content-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}

/* -- Brand block (logo + university name) -- */
#content #pagetitle.banner-split .banner-brand {}

#content #pagetitle.banner-split .banner-brand .banner-logo {
	margin: 0 auto;
	display: block;
}

#content #pagetitle.banner-split .banner-brand-text .banner-center-name {
	text-align: center;
}

.banner-left-row {
	margin: 0 auto;
}

.nopadding {
	padding: 0 !important;
}

#content #pagetitle.banner-split .banner-brand-text {
	display: flex;
	flex-direction: column;
}

#content #pagetitle.banner-split .banner-brand-text .banner-center-name {
	margin-top: 4px;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
	line-height: 1.4;
	display: block;
	clear: both;
	text-align: center;
}

#content #pagetitle.banner-split .banner-brand-text .banner-uni-name-en {
	font-family: "Cormorant Garamond", serif;
	font-size: 68%;
	color: #666;
	line-height: 1.3;
}

#content #pagetitle.banner-split .banner-brand-text .banner-center-name {}

/* -- Navigation buttons -- */
#content #pagetitle.banner-split .banner-nav {
	display: flex;
	flex-direction: column;
	gap: 0;
}

#content #pagetitle.banner-split .banner-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 15px;
	border-bottom: 1px solid #ddd;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #000000;
	text-decoration: none;
	position: relative;
	transition: background-color 0.3s ease, color 0.3s ease;
}

#content #pagetitle.banner-split .banner-nav a:first-child {
	border-top: 1px solid #ddd;
}

#content #pagetitle.banner-split .banner-nav a:hover {
	background-color: #e8f4fb;
	color: #0073b8;
}

.banner-left-row {
	margin: 0 auto;
	height: 100%;
}

#content #pagetitle.banner-split .banner-nav .banner-nav-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background-color: #0073b8;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	right: 25px;
	position: absolute;
}

/* -- Social media links -- */
#content #pagetitle.banner-split .banner-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	padding-top: 25px;
}

#content #pagetitle.banner-split .banner-social-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

#content #pagetitle.banner-split .banner-social-link:hover {
	opacity: 0.7;
}

#content #pagetitle.banner-split .banner-social-link img {
	max-height: 121px;
}

#content #pagetitle.banner-split .banner-social-link span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 75%;
	color: #333;
}

/* -- Banner Split: Responsive - Tablet -- */
@media screen and (max-width: 1025px) {
	#content #pagetitle.banner-split {
		min-height: 400px;
	}

	#content #pagetitle.banner-split .banner-left-content {
		padding: 30px 35px;
	}

	#content #pagetitle.banner-split .banner-left-content h1 {
		font-size: 200%;
	}

	#content #pagetitle.banner-split .banner-right-inner {
		padding: 25px 20px;
	}
}

/* -- Banner Split: Responsive - Below lg (columns stack) -- */
@media screen and (max-width: 991px) {

	/* Banner left: allow natural height when columns stack */
	#content #pagetitle.banner-split .banner-left {
		height: auto;
		overflow: visible;
	}

	.banner-left-row {
		height: auto;
	}

	.banner-left-row .col-xl-6 {
		height: auto;
	}

	/* Inner-page banner containers */
	#inner-page-banner .banner-left-container {
		height: auto;
	}

	#content #pagetitle.banner-split #inner-page-banner .banner-left-content {
		height: auto;
	}

	#content #pagetitle.banner-split #inner-page-banner .banner-left-content .banner-content-wrapper p {
		position: relative;
		bottom: auto !important;
	}

	#content #pagetitle.banner-split .banner-left-content .banner-subtitle-wrapper p {
		font-size: 24px;
	}

	/* Slider: auto height so images are visible */
	.banner-left-img {
		height: auto;
		clip-path: none;
	}

	.banner-left-img #bannerSlider {
		height: auto;
	}

	.banner-left-img #bannerSlider .carousel-inner,
	.banner-left-img #bannerSlider .carousel-item {
		height: auto;
	}

	.banner-left-img #bannerSlider .carousel-inner img {
		width: 100%;
		height: auto;
	}

	/* Overlay and controls */
	.banner-slider-overlay {
		height: 110px;
		border-radius: 0 100px 0 0;
	}

	.banner-left-img #bannerSlider .carousel-control-prev,
	.banner-left-img #bannerSlider .carousel-control-next {
		bottom: 20px;
	}
}

/* -- Banner Split: Responsive - Mobile -- */
@media screen and (max-width: 735px) {
	#content #pagetitle.banner-split {
		flex-direction: column;
		min-height: auto;
	}

	#content #pagetitle.banner-split .banner-left {
		min-height: 280px;
	}

	#content #pagetitle.banner-split .banner-left-content {
		padding: 30px 20px;
	}

	#content #pagetitle.banner-split .banner-left-content h1 {
		font-size: 155%;
	}

	#content #pagetitle.banner-split .banner-left-content .banner-subtitle-wrapper p,
	.page-template-page_greetings-php #content #pagetitle.banner-split #inner-page-banner .banner-left-content .banner-content-wrapper p {
		font-size: 24px !important;
	}

	#content #pagetitle.banner-split .banner-left-content h1 .menu {
		display: block;
	}

	#content #pagetitle.banner-split .banner-right {
		width: 100%;
	}

	#content #pagetitle.banner-split .banner-right-inner {
		max-width: 100%;
		padding: 25px 20px;
	}

	.banner-slider-overlay {
		height: 90px;
		border-radius: 0 70px 0 0;
	}

	.banner-left-img #bannerSlider .carousel-control-prev,
	.banner-left-img #bannerSlider .carousel-control-next {
		bottom: 12px;
		width: 30px;
		height: 50px;
	}

	.banner-left-img #bannerSlider .carousel-control-prev {
		left: calc(50% - var(--arrow-offset));
	}

	.banner-left-img #bannerSlider .carousel-control-next {
		right: calc(50% - var(--arrow-offset));
	}
}

/* =============================================
   END Banner Split Layout
   ============================================= */
.theme-button a {
	width: 123px;
	padding: 2px 15.1px !important;
	line-height: 1.43;
	display: inline-block;
	opacity: 1 !important;
	text-align: center;
	border: solid 1px #009e61;
	background-color: #fff;
	transition: 0.3s;
}

.theme-button a {
	width: 123px;
	padding: 2px 15.1px !important;
	line-height: 1.43;
	display: inline-block;
	opacity: 1 !important;
	text-align: center;
	border: solid 1px #009e61;
	background-color: #fff;
	transition: 0.3s;
	position: relative !important;
}

.theme-button.green a::after {
	background-image: url("https://www.ishikawa-nu.ac.jp/wp-content/uploads/2023/09/グループ-58820.png");
}

.theme-button.blue a::after {
	background-image: url("https://www.ishikawa-nu.ac.jp/wp-content/uploads/2023/09/header-blue-arrow.png");
}

.theme-button.black a::after {
	background-image: url("https://www.ishikawa-nu.ac.jp/wp-content/uploads/2023/09/header-black-arrow.png");
}

.theme-button a:hover::after {
	background-image: url("https://www.ishikawa-nu.ac.jp/wp-content/uploads/2023/09/white-header-arrow.png");
	transition: 0.3s;
}

.theme-button a::after {
	position: absolute;
	content: "";
	right: 4.6px;
	left: auto;
	top: 0;
	bottom: 0;
	width: 10.5px;
	height: 10.5px;
	background-position: center;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
}

header.header .navbar {
	padding: 8px 0;
	margin: 0 auto !important;
}

.banner-left-img img {
	width: 100%;
	height: auto;
}

.banner-left-container {
	padding-left: 10px;
}

.banner-left-img {
	clip-path: inset(0% 0% 0% 0% round 50% 0 0 0);
	overflow: hidden;
	position: relative;
	height: 100%;
}

/* =============================================
   Banner Slider (Bootstrap 5 Carousel)
   ============================================= */
/* Carousel fills its container */
.banner-left-img #bannerSlider {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner-left-img #bannerSlider .carousel-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Bottom overlay bar */
.banner-slider-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 145px;
	background: rgba(0, 115, 186, 0.84);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 140px 0 0;
}

/* Override Bootstrap indicators positioning — place inside the overlay */
.banner-left-img #bannerSlider .carousel-indicators {
	position: relative;
	bottom: -15px;
	left: auto;
	right: auto;
	margin: 0;
	z-index: 6;
	justify-content: center;
	gap: 8px;
}

.banner-left-img #bannerSlider .carousel-indicators button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: transparent;
	opacity: 1;
	margin: 0;
	padding: 0;
	transition: background-color 0.3s ease;
}

.banner-left-img #bannerSlider .carousel-indicators button.active {
	background-color: #fff;
}

/* Prev/Next arrow buttons — position inside the overlay bar */
.banner-left-img #bannerSlider .carousel-control-prev,
.banner-left-img #bannerSlider .carousel-control-next {
	position: absolute;
	top: auto;
	bottom: 27px;
	width: 36px;
	height: 60px;
	opacity: 1;
	z-index: 7;
}

.banner-left-img #bannerSlider .carousel-control-prev {
	left: calc(50% - var(--arrow-offset));
}

.banner-left-img #bannerSlider .carousel-control-next {
	right: calc(50% - var(--arrow-offset));
}

.banner-left-img #bannerSlider .carousel-control-prev-icon,
.banner-left-img #bannerSlider .carousel-control-next-icon {
	width: 16px;
	height: 16px;
	filter: brightness(0) invert(1);
}

/* =============================================
   END Banner Slider
   ============================================= */
.styling {
	color: #1a3753;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.eventlist_index_beta li br {
	display: none;
}

#eventbox .eventlist_index_beta li a {
	padding: 0 0;
	color: #1a3753;
}

#eventbox .eventlist_index_beta li a:hover {
	background-color: transparent;
	color: #3499d5;
}

.banner-left-row .col-xl-6 {
	height: 100%;
}

.banner-left-img {}

.image-grid {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 580px;
	margin: auto;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.aligncenter {
	clear: both;
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.fix {
	overflow: hidden;
}

.clear {
	clear: both;
}

.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.nopadding {
	padding: 0 !important;
}

/* TOP SECTION */
.top-section {
	position: relative;
	padding-bottom: 100px;
}

.top-content-left {
	position: relative;
	background: #dcd6d2;
	padding: 60px 60px 60px 268px;
	border-radius: 200px 0 0 0;
	max-width: 80%;
	float: right;
}

.top-content .profile-card p {
	font-size: 24px;
	line-height: 100%;
	padding-top: 10px;
	margin-bottom: 0;
}

.top-section {
	position: relative;
}

.top-content {
	display: block;
}

.top-content {}

.top-content h2 {
	margin-bottom: 10px;
}

.top-content h3 {
	margin-bottom: 20px;
	font-size: 32px;
}

.top-content p {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 55px;
	letter-spacing: 0%;
	margin-bottom: 15px;
}

.sign {
	text-align: right;
}

.top-content .profile-card {
	background: #dfe5d5;
	padding: 20px;
	border-radius: 0 160px 0 0;
	text-align: center;
	width: 100%;
	max-width: 444px;
	z-index: 9;
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 515px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-content .profile-card img {
	width: 200px;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
}

/* BUSINESS SECTION */
.business {
	margin-top: 120px;
	background: rgba(254, 229, 228, 1);
	padding: 60px 60px 150px;
	border-radius: 0 180px 0 0;
	width: 100%;
	max-width: 95%;
}

.business p {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 15px;
}

.business h3,
.flow h3 {
	margin-bottom: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
}

.business .table {
	margin-top: 30px;
	border: 1px solid #333;
}

.business .row {
	display: flex;
	border-bottom: 1px solid #333;
	margin: 0 auto;
}

.business .left {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 0;
}

.business .row:last-child {
	border-bottom: none;
}

.business .left {
	width: 40%;
	padding: 20px;
	border-right: 1px solid #333;
	display: flex;
	align-items: center;
}

.icon-img {
	padding-right: 10px;
}

.business .right {
	width: 60%;
	padding: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 0;
}

/* FLOW SECTION */
.flow {
	margin-top: 60px;
	background: rgba(223, 240, 255, 1);
	padding: 75px 40px 60px 115px;
	border-radius: 200px 0 0 0;
	max-width: 877px;
	float: right;
	position: relative;
	top: -155px;
}

.flow-box {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
}

.flow-row {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.flow-row span {
	background: #e0f0f5;
	padding: 10px 20px;
	border-radius: 8px;
}

/* Greetings page: Responsive - Tablet */
@media (max-width: 991px) {
	.top-section {
		padding-bottom: 40px;
	}

	.top-content-left {
		float: none;
		max-width: 100%;
		padding: 40px 30px 40px 30px;
		border-radius: 60px 0 0 0;
	}

	.top-content p {
		font-size: 16px;
		line-height: 1.8;
	}

	.top-content .profile-card {
		position: static;
		max-width: 100%;
		min-height: auto;
		border-radius: 0 60px 0 0;
		margin-top: 20px;
		padding: 20px;
	}

	.top-content .profile-card p {
		font-size: 16px;
	}

	.business {
		margin-top: 40px;
		padding: 40px 30px 60px;
		border-radius: 0 80px 0 0;
		max-width: 100%;
	}

	.business p,
	.business .left,
	.business .right {
		font-size: 16px;
		line-height: 1.7;
	}

	.business h3,
	.flow h3 {
		font-size: 22px;
	}

	.flow {
		float: none;
		top: 0;
		max-width: 100%;
		padding: 40px 30px;
		border-radius: 60px 0 0 0;
		margin-top: 40px;
	}
}

/* Greetings page: Responsive - Mobile */
@media (max-width: 735px) {
	.top-section {
		padding-bottom: 30px;
	}

	.top-content-left {
		padding: 25px 15px;
		border-radius: 30px 0 0 0;
	}

	.top-content p {}

	.top-content .profile-card {
		border-radius: 0 30px 0 0;
	}

	.top-content .profile-card p {
		font-size: 14px;
	}

	.business {
		margin-top: 30px;
		padding: 25px 15px 40px;
		border-radius: 0 40px 0 0;
	}

	.business p,
	.business .left,
	.business .right {
		font-size: 14px;
		line-height: 1.6;
	}

	.business h3,
	.flow h3 {
		font-size: 24px;
	}

	.business .row {
		flex-direction: column;
	}

	.business .left,
	.business .right {
		width: 100%;
		border-right: none;
	}

	.business .left {
		border-bottom: 1px solid #333;
	}

	.flow {
		padding: 25px 15px;
		border-radius: 30px 0 0 0;
		margin-top: 30px;
	}

	.flow-row {
		flex-direction: column;
		align-items: center;
	}
}

#eventbox {
	clear: both;
}

/* =============================================
   Footer Sitemap (#eventbox) - Responsive
   ============================================= */
/* -- Tablet -- */
@media screen and (max-width: 1025px) {
	#eventbox .eventlist_index_beta.footer li.styling {
		flex-basis: calc(50% - 15px);
		margin-bottom: 15px;
	}
}

/* -- Mobile -- */
@media screen and (max-width: 735px) {
	#eventbox {
		padding: 20px 15px;
	}

	#eventbox .content {
		padding: 0;
	}

	#eventbox .eventlist_index_beta.footer {
		flex-direction: column;
		gap: 0;
	}

	#eventbox .eventlist_index_beta.footer li.styling {
		flex-basis: 100%;
		border-left: none !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding: 12px 0;
		margin-bottom: 0;
	}

	#eventbox .eventlist_index_beta.footer li.styling:last-child {
		border-bottom: none;
	}

	#eventbox .eventlist_index_beta.footer li.styling a {
		font-size: 13px;
		line-height: 20px;
		padding: 2px 0;
		display: inline-block;
	}

	#eventbox .styling {
		font-size: 14px;
		line-height: 20px;
	}
}

#inner-page-banner .banner-left-content {
	padding-top: 30px;
}

.banner-slider-overlay.pink-overlay {
	background: rgba(231, 147, 180, 0.84);
}

#content #pagetitle.banner-split .banner-left-content .banner-subtitle-wrapper p {
	font-size: 36px;
}

#content #pagetitle.banner-split #inner-page-banner .banner-left-content .banner-content-wrapper p {
	color: #fff;
	position: relative;
	bottom: 30px;
	left: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
}

.category-news #content #pagetitle.banner-split .banner-left-content h1 {
	color: #000;
}

#content #pagetitle.banner-split #inner-page-banner .banner-left-content {
	position: relative;
	z-index: 2;
	height: 100%;
}

#inner-page-banner .banner-left-container {
	height: 100%;
	position: relative;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-105 {
	padding-top: 105px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-115 {
	padding-top: 115px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-125 {
	padding-top: 125px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-135 {
	padding-top: 135px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-145 {
	padding-top: 145px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-155 {
	padding-top: 155px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-165 {
	padding-top: 165px;
}

.pt-170 {
	padding-top: 170px;
}

.pt-175 {
	padding-top: 175px;
}

.pt-180 {
	padding-top: 180px;
}

.pt-185 {
	padding-top: 185px;
}

.pt-190 {
	padding-top: 190px;
}

.pt-195 {
	padding-top: 195px;
}

.pt-200 {
	padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-105 {
	padding-bottom: 105px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-115 {
	padding-bottom: 115px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-125 {
	padding-bottom: 125px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-135 {
	padding-bottom: 135px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-145 {
	padding-bottom: 145px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-155 {
	padding-bottom: 155px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-165 {
	padding-bottom: 165px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pb-175 {
	padding-bottom: 175px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pb-185 {
	padding-bottom: 185px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pb-195 {
	padding-bottom: 195px;
}

.pb-200 {
	padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-0 {
	padding-left: 0px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 35px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-65 {
	padding-left: 65px;
}

.pl-70 {
	padding-left: 70px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-80 {
	padding-left: 80px;
}

.pl-85 {
	padding-left: 80px;
}

.pl-90 {
	padding-left: 90px;
}

.pl-95 {
	padding-left: 95px;
}

.pl-100 {
	padding-left: 100px;
}

/*-- Padding Right --*/
.pr-0 {
	padding-right: 0px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 35px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-65 {
	padding-right: 65px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-80 {
	padding-right: 80px;
}

.pr-85 {
	padding-right: 80px;
}

.pr-90 {
	padding-right: 90px;
}

.pr-95 {
	padding-right: 95px;
}

.pr-100 {
	padding-right: 100px;
}

.residents-wrapper {}

.residents-wrapper h3,
.instagram-title h3 {
	font-weight: 700;
	margin-bottom: 30px;
	color: #000;
	font-size: 36px;
	text-transform: capitalize;
}

.residents-area {
	padding: 50px 0 150px;
}

.residents-wrapper p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
}

.img-half-desktop {
	width: 50%;
}

.instagram-wrapper h4 {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 36px;
	padding-left: 20px;
}

.instagram-wrapper {
	padding-bottom: 20px;
}

.instagram-box {
	padding-bottom: 30px;
}

.instagram-box img {
	width: 100%;
	height: auto;
}

.instagram-area {
	padding-bottom: 120px;
}

.click-here {
	background-color: rgba(36, 79, 132, 1);
	color: #fff !important;
	width: 279px;
	height: 83px;
	display: block;
	margin: 0 auto;
	line-height: 83px;
}

.click-here:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.news-area .nav.nav-tabs.mobile-tabs {
	border: none;
}

.news-area .tabs .nav.nav-tabs .nav-item {
	margin: 0;
	padding-right: 6px;
	text-align: center;
	padding-bottom: 20px;
}

.latest-news-area {
	padding: 50px 0;
}

.nav-tabs .nav-item a {
	background-color: #000;
	color: #fff;
	font-size: 32px;
	padding: 0 30px;
	border-radius: 30px;
	text-decoration: none;
	display: inline-table;
	height: 60px;
	line-height: 55px;
}

.nav-tabs .nav-item a:hover,
.news-item .btn:hover {
	color: #fff !important;
}

.nav-tabs .nav-item a.green {
	max-width: 170px;
	width: 100%;
	padding: 0 10px;
}

.nav-tabs .nav-item a.orange {
	max-width: 329px;
	width: 100%;
	padding: 0 10px;
	color: #000;
}

.nav-tabs .nav-item a.pink {
	max-width: 240px;
	width: 100%;
	padding: 0 10px;
	color: #000;
}

.news-item .btn {
	padding: 5px 30px;
	border-radius: 30px;
}

.news-item {
	margin-bottom: 40px;
}

.green {
	background: rgba(0, 158, 97, 1) !important;
	text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.3);
	color: #fff;
}

.orange {
	background: rgba(252, 169, 92, 1) !important;
	color: #000;
}

.pink {
	background: rgba(255, 185, 186, 1) !important;
	color: #000;
}

.news-item img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 4px;
}

.news-item .date {
	display: block;
	clear: both;
	font-size: 32px;
}

.news-item p {
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.pagination {
	margin-top: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

/* All page number links and spans */
.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(36, 79, 132, 1);
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.3s ease, opacity 0.3s ease;
}

.pagination a.page-numbers:hover {
	background: rgba(36, 79, 132, 0.75);
	color: #fff;
	text-decoration: none;
}

/* Current page */
.pagination .page-numbers.current {
	background: rgba(36, 79, 132, 1);
	color: #fff;
	cursor: default;
}

/* Dots */
.pagination .page-numbers.dots {
	background: rgba(36, 79, 132, 0.6);
	font-size: 16px;
	cursor: default;
}

/* Prev / Next arrows */
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	background: none;
	color: rgba(36, 79, 132, 1);
	font-size: 24px;
	width: auto;
	padding: 0 5px;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
	background: none;
	opacity: 0.7;
}

.banner-slider-overlay.yellow-overlay {
	background: rgba(255, 182, 1, 0.84);
}

.banner-slider-overlay.blue-overlay {
	background: rgba(69, 173, 177, 0.84);
}

.banner-slider-overlay.pourple-overlay {
	background: rgba(153, 132, 208, 0.8);
}

.home .row.banner-left-row {
	height: auto;
}

.home .banner-left-row .col-xl-6 {
	height: auto;
}

.home #content #pagetitle.banner-split .banner-left {
	height: auto;
}

/* =============================================
   Archive Page - Intro / Filter / Grid
   ============================================= */
/* -- Intro section -- */
.archive-intro {
	text-align: center;
	padding: 50px 20px 30px;
}

.archive-intro h2 {
	margin: 0 0 15px;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 700;
	color: #1a3753;
}

.archive-intro p {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 1.7;
}

/* -- Category filter tabs -- */
.archive-filter {
	max-width: 900px;
	margin: 0 auto 35px;
	padding: 0 20px;
}

.archive-filter-tabs {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.archive-filter-tab {
	display: inline-block;
	padding: 12px 32px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	transition: opacity 0.3s ease, transform 0.2s ease;
	min-width: 140px;
	text-align: center;
}

.archive-filter-tab:hover {
	opacity: 0.85;
	transform: translateY(-2px);
	color: #fff;
	text-decoration: none;
}

.archive-filter-tab.active {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	transform: translateY(-2px);
}

/* -- Posts grid -- */
.archive-posts {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 40px;
}

.archive-grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.archive-grid li {
	padding: 0 !important;
}

.archive-grid li:before {
	display: none !important;
}

.archive-grid li a {
	display: block;
	text-decoration: none;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.archive-grid li a:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
	transform: translateY(-3px);
}

/* Grid card image */
.archive-grid-img {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e8f0f5;
}

.archive-grid-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.archive-grid-noimg {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.archive-grid-noimg span {
	font-size: 0.85rem;
	color: #888;
	text-align: center;
	line-height: 1.5;
}

/* Grid card text */
.archive-grid-txt {
	padding: 12px 14px 16px;
}

.archive-grid-date {
	display: block;
	margin: 0 0 6px;
	font-size: 0.82rem;
	color: #777;
	font-weight: 500;
}

.archive-grid-txt .caticon {
	display: inline-block;
	padding: 2px 8px 3px;
	margin: 0 0 8px;
	font-size: 0.7rem;
	color: #fff;
	background-color: #5a88a8;
	border-radius: 3px;
	white-space: nowrap;
	line-height: 1.4;
}

/* Reuse category slug colors (no !important — inline styles from color picker win) */
.archive-grid-txt .caticon.news {
	background-color: #5a88a8;
}

.archive-grid-txt .caticon.topics {
	background-color: #5a88a8;
}

.archive-grid-txt .caticon.event {
	background-color: #d2aa50;
}

.archive-grid-txt .caticon.seminar,
.archive-grid-txt .caticon.kenshukai {
	background-color: #d2aa50;
}

.archive-grid-txt .caticon.oshirase {
	background-color: #5a88a8;
}

.archive-grid-txt .caticon.care {
	background-color: #259f2d;
}

.archive-grid-txt .caticon.career {
	background-color: #f06d6f;
}

.archive-grid-txt .caticon.cancer {
	background-color: #2ec1ce;
}

.archive-grid-txt .caticon.research {
	background-color: #574eb5;
}

.archive-grid-txt .caticon.sdgs {
	background-color: #1286d0;
}

.archive-grid-txt .caticon.covid19 {
	background-color: #c00;
}

.archive-grid-txt .caticon.contribution {
	background-color: #259f2d;
}

.archive-grid-title {
	display: block;
	font-size: 0.88rem;
	font-weight: 500;
	color: #222;
	line-height: 1.6;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* No posts message */
.archive-no-posts {
	text-align: center;
	padding: 60px 20px;
	font-size: 1rem;
	color: #888;
}

/* -- Placeholder for posts without featured image -- */
.news-item-placeholder {
	width: 100%;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #e8f0f5 0%, #d5e3ec 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.news-item-placeholder span {
	font-size: 0.85rem;
	color: #aaa;
	font-weight: 500;
}

/* -- Archive pagination override -- */
.archive-posts+#pagenav {
	max-width: 1100px;
	margin: 0 auto 40px;
	padding: 0 20px;
}

/* =============================================
   Archive Page - Responsive Tablet
   ============================================= */
@media screen and (max-width: 1025px) {
	.archive-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
	}

	.archive-filter-tab {
		padding: 10px 24px;
		font-size: 0.92rem;
		min-width: 120px;
	}
}

/* =============================================
   Archive Page - Responsive Mobile
   ============================================= */
@media screen and (max-width: 735px) {
	.archive-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.archive-filter-tabs {
		gap: 8px;
	}

	.archive-filter-tab {
		padding: 8px 18px;
		font-size: 0.85rem;
		min-width: 100px;
	}

	.archive-intro h2 {
		font-size: 1.3rem;
	}
}

/* =============================================
   Article Lists - Project Page (List View)
   ============================================= */
.articlelists-area {
	padding: 60px 0 80px;
}

.articlelists-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.articlelists-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.articlelists-item {
	border: 1px solid #C5C5C5;
	margin-bottom: -1px;
}

.articlelists-item a {
	display: block;
	padding: 16px 8px;
	color: #333;
	text-decoration: none;
	font-size: 1rem;
	transition: background-color 0.2s;
}

.articlelists-item a:hover {
	background-color: #f5f5f5;
}

@media (max-width: 767px) {
	#content #pagetitle.banner-split #inner-page-banner .banner-left-content .banner-content-wrapper p {
		position: relative;
		font-size: 24px !important;
	}
}

@media (max-width: 767px) {
	.eventlist_index_beta.footer .styling {
		border: none !important;
		padding-top: 40px !important;
	}

	.eventlist_index_beta.footer .styling a {
		font-size: 16px !important;
		line-height: 20px !important;
		display: block !important;
		padding-bottom: 10px !important;
		font-weight: 700 !important;
	}

	.eventlist_index_beta.footer .styling:first-child {
		padding-top: 0px !important;
	}

	.business .left,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	h7 {
		font-size: 24px;
	}

	p {
		font-size: 18px !important;
		line-height: 30px !important;
	}

	.residents-wrapper h3,
	.instagram-title h3 {
		font-size: 24px;
	}

	.img-half-desktop {
		width: 100%;
	}

	.instagram-wrapper h4 {
		font-size: 24px;
	}

	.page-template-page_greetings-php #content #pagetitle.banner-split #inner-page-banner .banner-left-content .banner-content-wrapper p {
		bottom: 0 !important;
	}

	.page-template-page_greetings-php .banner-content-wrapper {
		display: block;
		height: auto;
	}

	.image-item {
		width: 100%;
		text-align: center;
		max-width: inherit;
		flex: inherit;
	}

	.theme-button a {
		width: 180px;
	}

	.navbar-nav li {
		margin-bottom: 10px;
	}

	.contact .content p.contactaddr .contact_mail .replace {
		padding-top: 10px;
	}

	body.home .image-grid {
		gap: 10px !important;
	}

	.contactname {
		padding-bottom: 10px;
	}

	#banner-right-side.nopadding {
		padding-top: 30px !important;
	}

	header.header .navbar {
		padding: 15px 0 !important;
	}

	.banner-left-img #bannerSlider .carousel-inner img {
		height: auto !important;
	}

	#content #pagetitle.banner-split .banner-right-inner {
		overflow: hidden;
	}

	#container {
		position: relative;
		overflow: hidden;
	}

	.contact {
		display: none !important;
	}

	#content #article_wide {
		overflow: hidden;
	}

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	menu,
	nav,
	section,
	summary {
		position: relative;
		overflow: hidden;
	}

	body . home . image - grid {
		display: block !important;
	}

	.eventlist_index_beta {
		display: block !important;
	}
}

.banner-left-img .carousel-inner,
.banner-left-img .carousel-inner .carousel-item {
	height: 100%;
}

.white-text {
	color: #fff !important;
}

.page-template-page_project-php .banner-subtitle-wrapper p {
	color: #fff !important;
}

.page-template-page_outline #content #pagetitle.banner-split .banner-left-content h1 {
	color: #000 !important;
}

.newsbox .newstitle h2 {
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 21px;
}

.newsbox .newslist_grid_txt .entrydate,
.newsbox .newslist_grid_txt .entrytitle {
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
	font-weight: 400;
}

.newsbox .newslist_grid_cat .caticon.news {
	font-weight: 400;
}
