.boardrules-policy-center {
	margin-bottom: 24px;
}

.boardrules-hero,
.boardrules-main,
.boardrules-index-card {
	border-radius: 16px;
	overflow: hidden;
}

.boardrules-hero {
	margin-bottom: 20px;
}

.boardrules-hero__inner {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	align-items: stretch;
}

.boardrules-hero__content {
	flex: 1 1 auto;
	min-width: 0;
}

.boardrules-kicker {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #697888;
}

.boardrules-hero__title {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	font-size: 2.1em;
	line-height: 1.15;
	text-transform: none;
}

.boardrules-hero__lead {
	margin: 0;
	max-width: 920px;
	font-size: 1.08em;
	line-height: 1.75;
	color: #364656;
}

.boardrules-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.boardrules-meta-pill,
.boardrules-count-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid #d8e2ec;
	background: #f7fafc;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #31516f;
}

.boardrules-hero__aside {
	flex: 0 0 300px;
}

.boardrules-hero-card {
	height: 100%;
	padding: 18px;
	border: 1px solid #dce6ef;
	border-radius: 14px;
	background: linear-gradient(180deg, #fbfdff 0%, #f3f7fb 100%);
}

.boardrules-hero-card h3 {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	font-size: 1.05em;
	text-transform: none;
}

.boardrules-hero-card ol {
	margin: 0;
	padding-left: 18px;
	line-height: 1.65;
}

.rtl .boardrules-hero-card ol {
	padding-right: 18px;
	padding-left: 0;
}

.boardrules-shell {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.boardrules-shell--single {
	display: block;
}

.boardrules-sidebar {
	width: 310px;
	flex: 0 0 310px;
	position: sticky;
	top: 12px;
}

.boardrules-index-card__header {
	margin-bottom: 14px;
}

.boardrules-index-card__header h3,
.boardrules-main__header h3 {
	margin: 0 0 6px;
	padding: 0;
	border: 0;
	text-transform: none;
}

.boardrules-index-card__header p,
.boardrules-main__header-copy,
.boardrules-section__summary,
.rule-item__summary {
	margin: 0;
	line-height: 1.6;
	color: #566574;
}

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

.boardrules-index-list li {
	margin: 0 0 10px;
}

.boardrules-index-list li:last-child {
	margin-bottom: 0;
}

.boardrules-index-link {
	display: block;
	padding: 14px 14px 13px;
	border: 1px solid #dbe5ee;
	border-radius: 14px;
	background: #fbfdff;
	text-decoration: none;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.boardrules-index-link:hover {
	text-decoration: none;
	border-color: #bfd1e2;
	box-shadow: 0 6px 16px rgba(29, 52, 75, 0.06);
	transform: translateY(-1px);
}

.boardrules-index-link__title {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 1.05em;
}

.boardrules-index-link__meta,
.boardrules-index-link__summary {
	display: block;
}

.boardrules-index-link__meta {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6d7b89;
}

.boardrules-index-link__summary {
	font-size: .92em;
	line-height: 1.55;
	color: #546473;
}

.boardrules-main {
	flex: 1 1 auto;
}

.boardrules-main__inner {
	padding-top: 18px;
	padding-bottom: 18px;
}

.boardrules-main__header {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: end;
	padding-bottom: 16px;
	margin-bottom: 18px;
	border-bottom: 1px solid #dde7ef;
}

.boardrules-main__header-copy {
	max-width: 520px;
}

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

.boardrules-rules > .boardrules-section {
	margin: 0 0 18px;
}

.boardrules-section {
	border: 1px solid #d8e2ec;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: 0 2px 6px rgba(18, 38, 63, 0.03);
}

.boardrules-section__frame {
	padding: 20px;
}

.boardrules-section__head {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: start;
	padding-bottom: 18px;
	border-bottom: 1px solid #e4ecf3;
}

.boardrules-section__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: #edf4fb;
	border: 1px solid #d7e3ee;
	font-size: 1.25em;
	font-weight: bold;
	color: #3d5c7b;
}

.boardrules-section__heading h3 {
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	font-size: 1.45em;
	text-transform: none;
}

.boardrules-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	align-items: center;
}

.boardrules-permalink,
.rule-anchor,
.boardrules-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid #d8e2ec;
	background: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #345270;
	cursor: pointer;
}

.boardrules-toggle__label {
	margin-right: 6px;
}

.rtl .boardrules-toggle__label {
	margin-right: 0;
	margin-left: 6px;
}

.boardrules-section__body {
	padding-top: 18px;
}

.boardrules-section__body > ol {
	margin: 0;
	padding-left: 0;
	list-style-position: inside;
}

.rtl .boardrules-section__body > ol {
	padding-right: 0;
}

.rule-item {
	position: relative;
	margin: 0 0 14px;
	padding: 18px 18px 16px;
	border: 1px solid #dbe6ef;
	border-radius: 16px;
	background: #f9fbfd;
}

.rule-item:last-child {
	margin-bottom: 0;
}

.rule-item__article {
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6c7b89;
}

.rule-item__title {
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	font-size: 1.16em;
	text-transform: none;
}
.rule-item__article {
	font-weight: 700;
}

.rule-item__inline-title {
	color:#000000 !Important;
	font-size:  20px !Important;
	font-weight: bold !Important;
	  font-family: Arial, Helvetica, sans-serif !Important; /* Standard web-safe font */
}
  
.rule-item__summary {
	margin-bottom: 12px;
}

.rule-item__content {
	line-height: 1.7;
	color: #2e3d4d;
}

.rule-item__content > :first-child {
	margin-top: 0;
}

.rule-item__content > :last-child {
	margin-bottom: 0;
}

.rule-item ul,
.rule-item ol {
	margin: 12px 0 12px 24px;
}

.rtl .rule-item ul,
.rtl .rule-item ol {
	margin-right: 24px;
	margin-left: 0;
}

.rule-anchor {
	position: static;
	margin-top: 14px;
}

.boardrules-permalink:hover,
.rule-anchor:hover,
.boardrules-toggle:hover {
	text-decoration: none;
	border-color: #bfd1e2;
	background: #f7fbff;
}

.boardrules-section.is-collapsed .boardrules-section__body {
	display: none;
}

.boardrules-section.is-collapsed .boardrules-toggle__label {
	content: '';
}

.highlight,
.boardrules-section.highlight,
.rule-item.highlight {
	border-color: #c48795;
	box-shadow: 0 0 0 3px rgba(188, 42, 77, 0.10);
	background: #fff8f9;
	color: inherit;
	font-weight: inherit;
}

.content .br-list-style-disc {
	list-style-type: disc;
}

.content .br-list-style-none {
	list-style-type: none;
	padding-left: 0;
}

.rtl .content .br-list-style-none {
	padding-right: 0;
}

@media (max-width: 980px) {
	.boardrules-hero__inner,
	.boardrules-shell,
	.boardrules-main__header,
	.boardrules-section__head {
		display: block;
	}

	.boardrules-hero__aside,
	.boardrules-sidebar {
		width: auto;
		flex-basis: auto;
		position: static;
	}

	.boardrules-hero__aside,
	.boardrules-sidebar,
	.boardrules-main__header-copy,
	.boardrules-section__actions {
		margin-top: 16px;
		max-width: none;
	}

	.boardrules-section__icon {
		margin-bottom: 14px;
	}
}

@media (max-width: 600px) {
	.boardrules-hero__title {
		font-size: 1.75em;
	}

	.boardrules-section__frame,
	.rule-item,
	.boardrules-hero-card,
	.boardrules-index-link {
		padding: 14px;
	}

	.boardrules-hero__meta,
	.boardrules-section__actions {
		gap: 6px;
	}
}


.boardrules-callout {
    position: relative;
    z-index: 10;
    margin: 0 0 12px 0;
    border: 1px solid #E76F51;
    border-left: 4px solid #E76F51;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF7F3 100%);
    border-radius: 14px;
    box-shadow: 0 12px 30px #00000012;
    color: #934734;
    overflow: visible;
}

.boardrules-callout__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    overflow: visible;
}

.boardrules-callout__icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid #E76F5133;
    background: linear-gradient(180deg, #FFF4EF 0%, #FDEAE4 100%);
    box-shadow: inset 0 1px 0 #FFFFFF99, 0 2px 8px #0000000A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E76F51;
    font-size: 13px;
}

.boardrules-callout__content {
    flex: 1 1 auto;
    min-width: 0;
}

.boardrules-callout__title {
    margin: 0 0 1px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    color: #934734;
}

.boardrules-callout__desc {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: #A45945;
}

.boardrules-callout__actions {
    position: relative;
    z-index: 20;
    flex: 0 0 auto;
    margin-left: 8px;
    overflow: visible;
}

.boardrules-callout__actions .button,
.boardrules-callout .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 13px;
    border: 1px solid #E76F51;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF6F2 100%);
    color: #B45139;
    border-radius: 999px;
    box-shadow: 0 4px 12px #00000010;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.boardrules-callout__actions .button:hover,
.boardrules-callout .button:hover {
    background: linear-gradient(180deg, #FFF8F5 0%, #FFEFE8 100%);
    color: #8D402E;
    border-color: #D85F42;
    box-shadow: 0 6px 16px #00000014;
    text-decoration: none;
}

.boardrules-callout--topic {
    margin-top: 10px;
}

@media (max-width: 700px) {
	.boardrules-callout__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.boardrules-callout__actions {
		width: 100%;
	}

	.boardrules-callout__actions .button {
		display: inline-block;
	}
}

.boardrules-tooltip-trigger {
	position: relative;
	z-index: 25;
}

.boardrules-tooltip-trigger::before,
.boardrules-tooltip-trigger::after {
	opacity: 0;
	pointer-events: none;
	transition: opacity .16s ease, transform .16s ease;
}

.boardrules-tooltip-trigger::before {
	content: attr(data-boardrules-tooltip);
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	transform: translateX(-50%) translateY(4px);
	padding: 8px 10px;
	min-width: 140px;
	max-width: 260px;
	border: 1px solid #D85F42;
	border-radius: 10px;
	background: #FFF8F5;
	box-shadow: 0 10px 24px #00000014;
	color: #8D402E;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	white-space: normal;
	z-index: 99999;
}

.boardrules-tooltip-trigger::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: calc(100% + 4px);
	width: 8px;
	height: 8px;
	transform: translateX(-50%) translateY(4px) rotate(45deg);
	border-right: 1px solid #D85F42;
	border-bottom: 1px solid #D85F42;
	background: #FFF8F5;
	box-shadow: 4px 4px 10px #00000008;
	z-index: 99998;
}

.boardrules-tooltip-trigger:hover::before,
.boardrules-tooltip-trigger:hover::after,
.boardrules-tooltip-trigger:focus::before,
.boardrules-tooltip-trigger:focus::after,
.boardrules-tooltip-trigger:focus-visible::before,
.boardrules-tooltip-trigger:focus-visible::after {
	opacity: 1;
}

.boardrules-tooltip-trigger:hover::before,
.boardrules-tooltip-trigger:focus::before,
.boardrules-tooltip-trigger:focus-visible::before {
	transform: translateX(-50%) translateY(0);
}

.boardrules-tooltip-trigger:hover::after,
.boardrules-tooltip-trigger:focus::after,
.boardrules-tooltip-trigger:focus-visible::after {
	transform: translateX(-50%) translateY(0) rotate(45deg);
}


@media (max-width: 900px) {
	.boardrules-tooltip-trigger::before {
		top: calc(100% + 10px);
		bottom: auto;
	}

	.boardrules-tooltip-trigger::after {
		top: calc(100% + 4px);
		bottom: auto;
		border-right: 0;
		border-bottom: 0;
		border-left: 1px solid #D85F42;
		border-top: 1px solid #D85F42;
		box-shadow: -4px -4px 10px #00000008;
	}
}
.boardrules-anchor-target {
	display: block;
	position: relative;
	top: -8px;
	visibility: hidden;
	scroll-margin-top: 12px;
	height: 0;
}
.boardrules-section {
	scroll-margin-top: 12px;
}


