:root {
	--cc-btn-primary-bg: #013566;
	--cc-cookie-category-block-bg: #fff;
	--cc-toggle-readonly-bg: transparent;
	--cc-toggle-off-bg: rgba(120, 120, 128, 0.2);
	--cc-cookie-category-block-border: #a6aab1;
}
.confirm_cookie__close {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 3;
	font-size: 24px;
}
.confirm_cookie__close::before{
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.confirm_cookie .about__top_info_link {
	font-weight: 600;
}
#cc-main .logo-cookie {
	width: auto;
}
#cc-main {
	font-family: inherit;
}
#cc-main .pm__close-btn {
	background-color: transparent;
	border-color: transparent;
}
#cc-main .pm__section-desc {
	p,
	div {
		display: block;
	}
	>* {
		margin-bottom: 0.5em;
		color: #868686;
	}
	h2 {
		display: block;
		font-weight: 700;
		font-size: 20px;
		color: #2b2320;
	}
}
#cc-main .more-cookie-detail-btn {
	font-weight: 500;
	font-size: 16px;
	color: #013566;
	display: inline-block;
}
#cc-main .pm__footer {
	border: none;
	display: flex;
	justify-content: end;
	gap: 16px;
}
#cc-main .pm__btn.confirm {
	background-color: #fff;
	color: #013566;
	border-color: currentColor;
}
#cc-main .toggle__icon-circle svg {
	display: none;
}
#cc-main .pm__section-title {
	font-weight: 400;
	font-size: 16px;
}
#cc-main .pm__section--toggle {
	/* margin-bottom: 0; */
}
#cc-main .section__toggle-wrapper {
	&:has(.section__toggle:disabled) .toggle__icon {
		background: rgba(120, 120, 128, 0.13);
	}
}
#cc-main .pm__section--toggle .pm__section-title {
	padding-block: 0.9em;
	padding-left: 2.5em;
}
#cc-main .pm__section--toggle {
	/* border-radius: 0;
  &:first-child {
    border-radius: var(--cc-btn-border-radius) var(--cc-btn-border-radius) 0 0;
  }
    &:last-child {
    border-radius: 0 0 var(--cc-btn-border-radius) var(--cc-btn-border-radius);
  } */
}
#cc-main .toggle__icon,
#cc-main .section__toggle {
	height: 30px;
}
#cc-main .toggle__icon-circle {
	width: 30px;
	height: 30px;
}
#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle {
	transform: translateX(20px);
}
#cc-main .pm__section-desc {
	font-size: 16px;
}
#cc-main .pm__btn {
	padding-inline: 3.5em;
	font-size: 0.9em;
	line-height: 1.1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#cc-main .pm--box {
	max-height: 52em;
	max-width: 52em;
}
#cc-main .always-active-text {
	white-space: nowrap;
	font-weight: 500;
	font-size: 16px;
	color: #013566;
	position: absolute;
	right: 18px;
	z-index: 1;
}
#cc-main .pm__section-btn-wrap-all {
	>* {
		display: flex;
		margin-left: auto !important;
	}
}
#cc-main .pm__section--toggle .pm__section-title {
	border: 0;
	border-radius: 0;
}
#cc-main .pm__section--toggle .pm__section-title:not(:last-child) {
	/* border-bottom: 1px solid var(--cc-cookie-category-block-border); */
}
#cc-main .pm__section--toggle {
	border-radius: 0;

}
#cc-main .pm__section--toggle:not(:last-child) {
	border-bottom: 1px solid var(--cc-cookie-category-block-border);
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
	border: 0;
}
#cc-main .pm__section--toggle {
	margin-bottom: 0;
}
#cc-main .pm__section-toggles {
	border: 1px solid var(--cc-cookie-category-block-border);
	border-radius: var(--cc-btn-border-radius);
	display: block;
	overflow: hidden;
}
@media (any-hover: hover) {
	#cc-main .pm__btn--secondary:hover {
		background: #013566 !important;
		color: #fff !important;
	}
	.confirm_cookie__close:hover{
		color: #013566;
	}
}