/* mdaminuldev */

.gyc-notices-section {
	width: calc(100% - 32px);
	max-width: 1140px;
	margin: 0 auto 48px;
	font-family: Poppins, serif;
}

.gyc-notices__heading-block {
	max-width: 520px;
	margin: 0 auto 14px;
	padding: 30px 20px 22px;
	text-align: center;
}

.gyc-notices__main-title {
	margin: 0 0 12px;
	color: #262626;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
	text-transform: uppercase;
}

.gyc-notices__subtitle {
	margin: 0 0 24px;
	color: #262626;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.4;
}

.gyc-notices__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #262626;
}

.gyc-notices__divider::before,
.gyc-notices__divider::after {
	content: "";
	display: block;
	width: 140px;
	max-width: 32%;
	height: 4px;
	background: #F8BF5A;
}

.gyc-notices__divider-icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	margin: 0 14px;
	color: #262626;
	flex: none;
}

.gyc-notices__divider-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.gyc-notices__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 34px 0;
}

.gyc-notice-card {
	min-width: 0;
	height: 100%;
	background: #ffffff;
	border: 1px solid rgba(248, 191, 90, 0.28);
	border-radius: 10px;
	box-shadow: 0 14px 36px rgba(38, 38, 38, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gyc-notice-card:hover {
	border-color: rgba(248, 191, 90, 0.82);
	box-shadow: 0 18px 38px rgba(38, 38, 38, 0.16);
	transform: translateY(-3px);
}

.gyc-notice-card__trigger {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 0;
	padding: 24px;
	overflow: hidden;
	background: transparent;
	border: 0;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.gyc-notice-card__trigger:hover,
.gyc-notice-card__trigger:focus,
.gyc-notice-card__trigger:focus-visible {
	background: transparent !important;
	border-color: transparent !important;
	color: inherit !important;
	box-shadow: none !important;
	outline: none;
}

.gyc-notice-card__trigger[aria-disabled="true"] {
	cursor: default;
}

.gyc-notice-card__copy {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	overflow: hidden;
}

.gyc-notice-card__tag {
	display: inline-flex;
	max-width: 100%;
	padding: 7px 12px;
	background: #F8BF5A;
	border-radius: 999px;
	color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: normal;
	word-break: break-word;
}

.gyc-notice-card__title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #262626;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: uppercase;
	word-break: break-word;
}

.gyc-notice-card__meta-date {
	color: #b58121;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.gyc-notice-card__summary {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #69727d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.55;
	word-break: break-word;
}
.gyc-notices__pagination {
	margin-top: 34px;
}

.gyc-notices__pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gyc-notices__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	background: #ffffff;
	border: 1px solid rgba(248, 191, 90, 0.78);
	border-radius: 5px;
	color: #262626;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.gyc-notices__pagination .page-numbers.current {
	background: #F8BF5A;
	border-color: #F8BF5A;
}

.gyc-notices__pagination a.page-numbers:hover,
.gyc-notices__pagination a.page-numbers:focus {
	background: #ffffff;
	border-color: #F8BF5A;
	color: #262626;
}
.gyc-notices__empty {
	margin: 24px 0 0;
	padding: 24px;
	background: #ffffff;
	border: 1px solid rgba(38, 38, 38, 0.08);
	border-radius: 8px;
	color: #69727d;
	font-size: 16px;
	line-height: 1.45;
	text-align: center;
}

.gyc-notice-modal {
	display: none;
	position: fixed;
	z-index: 999999;
	inset: 0;
	padding: 24px;
}

.gyc-notice-modal.is-open {
	display: grid;
	place-items: center;
}

.gyc-notice-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.68);
}

.gyc-notice-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(920px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.gyc-notice-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	background: #F8BF5A !important;
	border: 0 !important;
	border-radius: 999px;
	color: #262626 !important;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	box-shadow: none !important;
}

.gyc-notice-modal__close:hover,
.gyc-notice-modal__close:focus,
.gyc-notice-modal__close:focus-visible {
	background: #262626 !important;
	border-color: transparent !important;
	color: #ffffff !important;
	box-shadow: none !important;
	outline: none;
}

.gyc-notice-modal__header {
	padding: 34px 72px 20px 34px;
	border-bottom: 1px solid rgba(38, 38, 38, 0.08);
}

.gyc-notice-modal__meta {
	margin: 0 0 8px;
	color: #b58121;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.gyc-notice-modal__header h3 {
	margin: 0;
	color: #262626;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0;
	text-transform: uppercase;
}

.gyc-notice-modal__media {
	padding: 24px 34px 0;
}

.gyc-notice-modal__iframe {
	display: block;
	width: 100%;
	height: min(68vh, 720px);
	min-height: 420px;
	border: 1px solid rgba(38, 38, 38, 0.12);
	border-radius: 6px;
	background: #f5f5f5;
}

.gyc-notice-modal__image {
	display: block;
	width: 100%;
	max-height: 72vh;
	object-fit: contain;
	border-radius: 6px;
	background: #f5f5f5;
}

.gyc-notice-modal__download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 26px;
	background: #F8BF5A;
	border-radius: 5px;
	color: #262626;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

.gyc-notice-modal__text {
	padding: 24px 34px 34px;
	color: #53616c;
	font-size: 16px;
	line-height: 1.65;
}

.gyc-notice-modal__text > :first-child {
	margin-top: 0;
}

.gyc-notice-modal__text > :last-child {
	margin-bottom: 0;
}

body.gyc-notice-modal-open {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.gyc-notices__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.gyc-notices-section {
		width: calc(100% - 24px);
		margin: 0 auto 34px;
	}

	.gyc-notices__heading-block {
		padding: 24px 12px 18px;
	}

	.gyc-notices__main-title {
		font-size: 30px;
	}

	.gyc-notices__list {
		grid-template-columns: 1fr;
		gap: 18px;
		margin: 26px 0;
	}

	.gyc-notice-card__trigger {
		padding: 20px;
	}

	.gyc-notice-card__title {
		font-size: 19px;
	}

	.gyc-notice-modal {
		padding: 14px;
	}

	.gyc-notice-modal__dialog {
		max-height: calc(100vh - 28px);
	}

	.gyc-notice-modal__header {
		padding: 28px 58px 18px 22px;
	}

	.gyc-notice-modal__header h3 {
		font-size: 24px;
	}

	.gyc-notice-modal__media,
	.gyc-notice-modal__text {
		padding-left: 22px;
		padding-right: 22px;
	}

	.gyc-notice-modal__iframe {
		min-height: 360px;
	}
}