/*
 * Partnerships — page-specific override layer over the inline desktop spec
 * (desktop >=1280 is the binding inline design, untouched). Updated for design
 * round 7 from "V5 Release/Partnerships.dc.html": style-hover attributes become
 * .pt-* classes and the .rsp-* responsive layer (1279/1023/767).
 */

/* Light-page scrollbar (overrides the global dark one while this CSS is loaded). */
::-webkit-scrollbar-track { background: #ece6f6; }
::-webkit-scrollbar-thumb { background: #cabfe4; border-radius: 8px; border: 3px solid #ece6f6; }

/* Button, card and link hovers (translated from style-hover). */
.pt-mint { transition: background .16s ease; }
.pt-mint:hover { background: #35c98a; }
.pt-ghost { transition: color .16s ease, border-color .16s ease; }
.pt-ghost:hover { border-color: #9385FF; color: #9385FF; }
.pt-link { color: #6D5DF3; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; transition: gap .2s ease, color .2s ease; }
.pt-link:hover { gap: 11px; color: #5547d6; }
.pt-land { transition: border-color .16s ease; }
.pt-land:hover { border-color: rgba(109,93,243,0.4); }
.pt-inline { transition: color .16s ease; }
.pt-inline:hover { color: #fff; }

/* ===== RESPONSIVE OVERRIDE LAYER · desktop (>=1280px) is the inline spec ===== */
@media (max-width: 1279px) {
	.rsp-hero { padding-left: 32px !important; padding-right: 32px !important; }
	.rsp-sec { padding-left: 32px !important; padding-right: 32px !important; }
	.rsp-tiles4 { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 1023px) {
	.rsp-hero { padding-left: 24px !important; padding-right: 24px !important; }
	.rsp-sec { padding-left: 24px !important; padding-right: 24px !important; }
	.rsp-2col { grid-template-columns: 1fr !important; }
	.rsp-tiles3 { grid-template-columns: 1fr !important; }
}
@media (max-width: 767px) {
	[data-mascot][style*="absolute"] { display: none !important; }
	.rsp-hero { padding-left: 16px !important; padding-right: 16px !important; padding-top: 128px !important; padding-bottom: 54px !important; }
	.rsp-sec { padding-left: 16px !important; padding-right: 16px !important; padding-top: 56px !important; padding-bottom: 56px !important; }
	.rsp-tiles4 { grid-template-columns: 1fr !important; }
}
