@charset "UTF-8";
/* ==========================================================================
   Instituto Feirou — LP Institucional
   Complementa assets/css/main.css. Usa as mesmas variáveis e o mesmo
   vocabulário visual (radius 22px, sombra suave, títulos laranja, etc).
   ========================================================================== */

:root {
	--inst-yellow: #FEC303;
	--inst-teal: #08A7BD;
	--inst-navy: #044B79;
	--inst-gray: #4C4C4C;
}

/* ---------- utilitários de seção ---------- */
html {
	scroll-behavior: smooth;
}
/* compensa a altura do header fixo ao navegar por âncoras */
section[id] {
	scroll-margin-top: 96px;
}
@media (min-width: 1200px) {
	section[id] {
		scroll-margin-top: 116px;
	}
}
.inst-section {
	padding: 48px 0;
}
.inst-section--alt {
	background: #FAFAFA;
}
.inst-section--soft {
	background: var(--light-orange);
}
.inst-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--brand-orange);
	background: var(--light-orange);
	border-radius: 999px;
	padding: 8px 16px;
	margin-bottom: 16px;
}
.inst-section--soft .inst-eyebrow {
	background: #fff;
}
.inst-title {
	font-size: 30px;
	line-height: 1.15;
	font-weight: 700;
	color: var(--brand-orange-2);
	margin-bottom: 16px;
}
.inst-subtitle {
	font-size: 18px;
	line-height: 1.35;
	color: var(--blue);
	margin-bottom: 24px;
}
.inst-text {
	color: var(--text);
	line-height: 1.6;
	margin-bottom: 16px;
}
.inst-text:last-child {
	margin-bottom: 0;
}
.inst-center {
	text-align: center;
}
.inst-center .inst-subtitle,
.inst-center .inst-text {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.inst-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
}
.inst-center .inst-actions {
	align-items: center;
}

@media (min-width: 768px) {
	.inst-actions {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.inst-center .inst-actions {
		justify-content: center;
	}
}
@media (min-width: 1200px) {
	.inst-section {
		padding: 90px 0;
	}
	.inst-title {
		font-size: 42px;
	}
	.inst-subtitle {
		font-size: 22px;
		line-height: 1.4;
	}
	.inst-text {
		font-size: 17px;
	}
}

/* o tema não define background no body; garante fundo claro
   mesmo com o navegador em dark mode */
html, body {
	background: #fff;
}

/* ---------- header ---------- */
.site-header {
	padding: 16px 0;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 90;
	box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
.site-header .brand img {
	width: 148px;
	max-width: 148px;
}
@media (min-width: 1200px) {
	.site-header {
		padding: 18px 0;
	}
	.site-header .brand img {
		width: 178px;
		max-width: 178px;
	}
}
.inst-nav {
	gap: 24px;
	align-items: center;
}
.inst-nav a:not(.btn) {
	color: var(--inst-gray);
	text-decoration: none;
	font-size: 15px;
	transition: color .2s ease;
}
.inst-nav a:not(.btn):hover {
	color: var(--brand-orange-2);
}
.inst-mobile-menu .wrap {
	flex-direction: column;
	align-items: stretch;
	text-align: center;
}
.inst-mobile-menu .wrap a:not(.btn) {
	color: var(--inst-gray);
	text-decoration: none;
	padding: 8px 0;
}

/* ---------- hero ---------- */
.inst-hero {
	position: relative;
	padding: 72px 0;
	background: #1b2530 url('../img/hero.jpg') no-repeat center/cover;
	color: #fff;
	overflow: hidden;
}
.inst-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20,28,38,.86) 0%, rgba(20,28,38,.72) 45%, rgba(205,85,42,.78) 100%);
}
.inst-hero .container {
	position: relative;
	z-index: 2;
}
.inst-hero-badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--inst-yellow);
	border: 1px solid rgba(254,195,3,.5);
	background: rgba(254,195,3,.12);
	border-radius: 999px;
	padding: 8px 16px;
	margin-bottom: 22px;
}
.inst-hero h1 {
	font-size: 30px;
	line-height: 1.12;
	font-weight: 700;
	margin-bottom: 16px;
	color: #fff;
}
.inst-hero h1 span {
	color: var(--inst-yellow);
	display: block;
}
.inst-hero .lead {
	font-size: 19px;
	line-height: 1.35;
	color: var(--inst-yellow);
	font-weight: 600;
	margin-bottom: 20px;
	max-width: 640px;
}
.inst-hero p {
	color: rgba(255,255,255,.92);
	line-height: 1.6;
	max-width: 640px;
	margin-bottom: 12px;
}
.inst-hero .btn-ghost {
	background: rgba(255,255,255,.14);
	color: #fff;
	border: 1px solid rgba(255,255,255,.45);
}
.inst-hero .btn-ghost:hover {
	background: rgba(255,255,255,.24);
	color: #fff;
}

@media (min-width: 1200px) {
	.inst-hero {
		padding: 130px 0 120px 0;
	}
	.inst-hero h1 {
		font-size: 56px;
		max-width: 900px;
	}
	.inst-hero .lead {
		font-size: 26px;
	}
	.inst-hero p {
		font-size: 17px;
	}
}

/* ---------- listas de destaque (o que as feiras fazem) ---------- */
.inst-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 32px;
}
.inst-center .inst-pills {
	justify-content: center;
}
.inst-pills li {
	background: #fff;
	border: 1px solid #F0DCCF;
	border-radius: 999px;
	padding: 12px 20px;
	color: var(--brand-orange-2);
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
}
.inst-section--alt .inst-pills li {
	background: #fff;
}

/* bloco de "invisibilidade" */
.inst-problem {
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	padding: 28px;
	border-left: 5px solid var(--brand-orange);
}
.inst-problem-lead {
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	color: var(--brand-orange-2);
	margin-bottom: 18px;
}
.inst-problem ul {
	margin-bottom: 16px;
}
.inst-problem li {
	position: relative;
	padding-left: 26px;
	color: var(--text);
	line-height: 1.5;
	margin-bottom: 10px;
}
.inst-problem li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background: var(--brand-orange);
}
.inst-problem strong {
	display: block;
	color: var(--brand-orange-2);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.35;
	margin-top: 20px;
}
@media (min-width: 1200px) {
	.inst-problem {
		padding: 40px;
	}
}

/* ---------- cards genéricos ---------- */
.inst-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
@media (min-width: 768px) {
	.inst-grid--2 { grid-template-columns: repeat(2, 1fr); }
	.inst-grid--3 { grid-template-columns: repeat(2, 1fr); }
	.inst-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1200px) {
	.inst-grid { gap: 28px; }
	.inst-grid--3 { grid-template-columns: repeat(3, 1fr); }
	.inst-grid--4 { grid-template-columns: repeat(4, 1fr); }
}

.inst-card {
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	padding: 28px;
	height: 100%;
}
.inst-card h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--brand-orange-2);
	line-height: 1.25;
	margin-bottom: 8px;
}
.inst-card p {
	color: var(--text);
	line-height: 1.55;
}
.inst-card-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: var(--light-orange);
	color: var(--brand-orange);
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 16px;
}

/* missão / visão */
.inst-mv {
	background: var(--brand-gradient);
	color: #fff;
	border-radius: 22px;
	padding: 32px;
	height: 100%;
}
.inst-mv h3 {
	font-size: 14px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--inst-yellow);
	margin-bottom: 12px;
}
.inst-mv p {
	font-size: 18px;
	line-height: 1.45;
	color: #fff;
}
.inst-mv--blue {
	background: linear-gradient(90deg, #044B79 0%, #2D64A2 100%);
}
@media (min-width: 1200px) {
	.inst-mv { padding: 44px; }
	.inst-mv p { font-size: 21px; }
}

/* valores */
.inst-value {
	background: #fff;
	border-radius: 18px;
	padding: 24px;
	border: 1px solid #EFE3DA;
	height: 100%;
}
.inst-value h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--brand-orange-2);
	margin-bottom: 6px;
}
.inst-value p {
	color: var(--text);
	line-height: 1.5;
	font-size: 15px;
}
.inst-value-dot {
	width: 34px;
	height: 6px;
	border-radius: 999px;
	background: var(--brand-gradient);
	margin-bottom: 14px;
}
.inst-value:nth-child(2) .inst-value-dot { background: var(--inst-yellow); }
.inst-value:nth-child(3) .inst-value-dot { background: var(--inst-teal); }
.inst-value:nth-child(4) .inst-value-dot { background: var(--inst-navy); }
.inst-value:nth-child(5) .inst-value-dot { background: #7BB661; }
.inst-value:nth-child(6) .inst-value-dot { background: var(--brand-blue); }

/* ---------- projetos ---------- */
.inst-project {
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	overflow: hidden;
	margin-bottom: 28px;
}
.inst-project:last-child {
	margin-bottom: 0;
}
.inst-project-body {
	padding: 28px;
}
.inst-project-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #fff;
	background: var(--brand-orange);
	border-radius: 999px;
	padding: 6px 14px;
	margin-bottom: 14px;
}
.inst-project-tag--blue { background: var(--inst-navy); }
.inst-project-tag--teal { background: var(--inst-teal); }
.inst-project h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--brand-orange-2);
	margin-bottom: 12px;
	line-height: 1.2;
}
.inst-project p {
	color: var(--text);
	line-height: 1.6;
	margin-bottom: 12px;
}
.inst-project p:last-child {
	margin-bottom: 0;
}
.inst-project-media img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
/* mockup de tela: mostra a imagem inteira, sem cortar os aparelhos */
.inst-project-media--mockup {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.inst-project-media--mockup img {
	height: auto;
	max-height: 260px;
	object-fit: contain;
}
@media (min-width: 992px) {
	.inst-project {
		display: grid;
		grid-template-columns: 1.05fr 1fr;
		align-items: stretch;
	}
	.inst-project-body {
		padding: 44px;
		align-self: center;
	}
	.inst-project-media {
		height: 100%;
	}
	.inst-project-media img {
		height: 100%;
		min-height: 380px;
	}
	.inst-project-media--mockup {
		padding: 40px;
	}
	.inst-project-media--mockup img {
		height: auto;
		min-height: 0;
		max-height: 340px;
	}
	.inst-project--flip .inst-project-body {
		order: 2;
	}
	.inst-project h3 {
		font-size: 30px;
	}
}

/* galeria dentro do projeto */
.inst-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	height: 100%;
}
.inst-gallery img {
	width: 100%;
	height: 100%;
	min-height: 130px;
	object-fit: cover;
}
@media (min-width: 992px) {
	.inst-gallery img {
		min-height: 190px;
	}
}

/* ---------- impacto ---------- */
.inst-impact {
	background: url('../img/brasil-1.jpg') no-repeat center/cover;
	position: relative;
	padding: 48px 0;
}
.inst-impact::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(20,28,38,.86);
}
.inst-impact .container {
	position: relative;
	z-index: 2;
}
.inst-impact .inst-title {
	color: var(--inst-yellow);
}
.inst-impact .inst-subtitle {
	color: rgba(255,255,255,.9);
}
.inst-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
.inst-stat {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 18px;
	padding: 22px 18px;
	text-align: center;
}
.inst-stat b {
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: var(--inst-yellow);
	line-height: 1.1;
	margin-bottom: 6px;
}
.inst-stat span {
	display: block;
	font-size: 14px;
	line-height: 1.35;
	color: rgba(255,255,255,.88);
}
@media (min-width: 768px) {
	.inst-stats { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px) {
	.inst-impact { padding: 90px 0; }
	.inst-stats { grid-template-columns: repeat(4, 1fr); gap: 20px; }
	.inst-stat { padding: 28px 22px; }
	.inst-stat b { font-size: 38px; }
	.inst-stat--wide { grid-column: span 2; }
}

/* ---------- fluxo da doação ---------- */
.inst-flow {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	counter-reset: flow;
}
.inst-flow li {
	position: relative;
	background: #fff;
	border-radius: 16px;
	padding: 20px 20px 20px 66px;
	box-shadow: 0 4px 8px rgba(0,0,0,.06);
	color: var(--ink);
	font-weight: 600;
	line-height: 1.4;
	counter-increment: flow;
}
.inst-flow li::before {
	content: counter(flow);
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--brand-gradient);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inst-flow li:last-child {
	background: var(--brand-gradient);
	color: #fff;
}
.inst-flow li:last-child::before {
	background: #fff;
	color: var(--brand-orange-2);
}
@media (min-width: 768px) {
	.inst-flow { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1200px) {
	.inst-flow { grid-template-columns: repeat(4, 1fr); }
	.inst-flow li {
		padding: 24px 20px 24px 20px;
		text-align: center;
	}
	.inst-flow li::before {
		position: static;
		transform: none;
		margin: 0 auto 12px auto;
	}
}

/* ---------- parceiros ---------- */
.inst-partners {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
.inst-partner {
	background: #fff;
	border: 1px solid #EFE3DA;
	border-radius: 16px;
	min-height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	text-align: center;
	font-weight: 700;
	color: var(--inst-navy);
	line-height: 1.3;
	font-size: 15px;
}
.inst-partner img {
	max-height: 44px;
	width: auto;
}
a.inst-partner {
	text-decoration: none;
	transition: all .25s ease;
}
a.inst-partner:hover {
	border-color: var(--brand-orange);
	color: var(--brand-orange-2);
	box-shadow: 0 8px 18px rgba(0,0,0,.08);
}
@media (min-width: 768px) {
	.inst-partners { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1200px) {
	.inst-partners { gap: 20px; }
	.inst-partner { min-height: 116px; font-size: 16px; }
}

/* ---------- diretoria ---------- */
.inst-person {
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	height: 100%;
}
.inst-person img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: var(--light-gray);
}
.inst-person-body {
	padding: 20px;
}
.inst-person h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--brand-orange-2);
	line-height: 1.25;
	margin-bottom: 4px;
}
.inst-person .role {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: var(--inst-navy);
	margin-bottom: 10px;
}
.inst-person p {
	color: var(--text);
	font-size: 14px;
	line-height: 1.5;
}

/* ---------- transparência ---------- */
.inst-docs {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}
.inst-doc {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #fff;
	border: 1px solid #EFE3DA;
	border-radius: 16px;
	padding: 20px;
	text-decoration: none;
	transition: all .25s ease;
}
.inst-doc:hover {
	border-color: var(--brand-orange);
	box-shadow: 0 8px 18px rgba(0,0,0,.08);
	transform: translateY(-2px);
}
.inst-doc-icon {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: var(--light-orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	color: var(--brand-orange);
	letter-spacing: .5px;
}
.inst-doc b {
	display: block;
	color: var(--ink);
	font-weight: 600;
	line-height: 1.35;
	font-size: 15px;
}
.inst-doc span {
	display: block;
	font-size: 13px;
	color: var(--text);
	margin-top: 2px;
}
.inst-doc-icon {
	display: flex!important;
}
@media (min-width: 768px) {
	.inst-docs { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1200px) {
	.inst-docs { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- doação ---------- */
.inst-donate {
	background: var(--brand-gradient);
	color: #fff;
}
.inst-donate .inst-eyebrow {
	background: rgba(255,255,255,.18);
	color: #fff;
}
.inst-donate .inst-title {
	color: #fff;
}
.inst-donate .inst-subtitle {
	color: var(--inst-yellow);
}
.inst-donate .inst-text {
	color: rgba(255,255,255,.92);
}
.inst-donate .btn-ghost {
	background: #fff;
	color: var(--brand-orange-2);
}
.inst-donate .btn-ghost:hover {
	background: rgba(255,255,255,.88);
	color: var(--brand-orange-2);
}
.inst-share-feedback {
	color: var(--inst-yellow);
	font-size: 14px;
	line-height: 1.4;
	margin-top: 12px;
	min-height: 20px;
}
.inst-donate-card {
	background: #fff;
	border-radius: 22px;
	padding: 28px;
	color: var(--ink);
}
.inst-donate-card h3 {
	font-size: 13px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--brand-orange);
	font-weight: 700;
	margin-bottom: 14px;
}
.inst-bank {
	list-style: none;
	margin-bottom: 24px;
}
.inst-bank li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #F0EAE5;
	font-size: 15px;
}
.inst-bank li:last-child {
	border-bottom: 0;
}
.inst-bank li span {
	color: var(--text);
}
.inst-bank li b {
	font-weight: 700;
	color: var(--ink);
	text-align: right;
}
.inst-pix {
	display: flex;
	align-items: center;
	gap: 18px;
	background: var(--light-orange);
	border-radius: 16px;
	padding: 18px;
}
.inst-pix img {
	width: 104px;
	height: 104px;
	flex: 0 0 auto;
	border-radius: 10px;
	background: #fff;
}
.inst-pix b {
	display: block;
	font-size: 13px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--brand-orange);
	margin-bottom: 4px;
}
.inst-pix a {
	color: var(--inst-navy);
	font-weight: 700;
	font-size: 17px;
	text-decoration: none;
	word-break: break-all;
}
.inst-pix span {
	display: block;
	font-size: 13px;
	color: var(--text);
	margin-top: 6px;
	line-height: 1.4;
}
@media (min-width: 1200px) {
	.inst-donate-card { padding: 40px; }
}

/* ---------- sede ---------- */
.inst-hq-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 28px;
}
.inst-hq-gallery img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 14px;
}
.inst-hq-gallery img:first-child {
	grid-column: span 2;
	height: 210px;
}
@media (min-width: 1200px) {
	.inst-hq-gallery {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
		margin-top: 0;
	}
	.inst-hq-gallery img {
		height: 190px;
	}
	.inst-hq-gallery img:first-child {
		grid-column: span 3;
		height: 300px;
	}
}
.inst-address {
	list-style: none;
}
.inst-address li {
	padding: 14px 0;
	border-bottom: 1px solid #EFE3DA;
	line-height: 1.5;
}
.inst-address li:last-child {
	border-bottom: 0;
}
.inst-address b {
	display: block;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--brand-orange);
	font-weight: 700;
	margin-bottom: 4px;
}
.inst-address a {
	color: var(--inst-navy);
	font-weight: 600;
	text-decoration: none;
}
.inst-address a:hover {
	text-decoration: underline;
}

/* ---------- rodapé institucional ---------- */
.inst-footer {
	background: var(--light-orange);
	padding: 40px 0 32px 0;
}
.inst-footer img {
	width: 140px;
	margin-bottom: 20px;
}
.inst-footer p {
	color: var(--text);
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 6px;
}
.inst-footer p strong {
	color: var(--brand-orange-2);
	font-weight: 700;
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
}
.inst-footer a {
	color: var(--inst-navy);
	text-decoration: none;
	font-weight: 600;
}
.inst-footer a:hover {
	text-decoration: underline;
}
.inst-footer hr {
	border: 0;
	border-top: 1px solid #E6D5C9;
	margin: 28px 0;
}
.inst-footer-bottom {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	text-align: center;
}
.inst-footer-seal img {
	width: 150px;
	margin: 0;
}
@media (min-width: 1200px) {
	.inst-footer {
		padding: 56px 0 40px 0;
	}
	.inst-footer-bottom {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}
}

/* ---------- ajustes finos ---------- */
.inst-mb-0 { margin-bottom: 0 !important; }
.inst-mt-24 { margin-top: 24px; }
.inst-mt-32 { margin-top: 32px; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.inst-doc { transition: none; }
	.inst-doc:hover { transform: none; }
}
