:root {
--setara-maroon-deep: #3B0506;
--setara-maroon: #6F0608;
--setara-maroon-warm: #8A0D10;
--setara-gold: #B8860B;
--setara-soft-gold: #D8B45A;
--setara-footer-ink: #FFF8E8;
--setara-footer-muted: rgba(255, 248, 232, 0.84);
--setara-paper: #FFFDF8;
}


.pkp_structure_footer_wrapper {
background:
linear-gradient(90deg, #3B0506 0%, #4E0506 58%, #5E0708 100%) !important;
border-top: 1px solid rgba(216, 180, 90, 0.34) !important;
box-shadow: inset 0 1px 0 rgba(255, 253, 248, 0.06) !important;
}

.pkp_structure_footer {
display: grid !important;
grid-template-columns: minmax(0, 1fr) auto !important;
align-items: center !important;
gap: clamp(1.5rem, 5vw, 4rem) !important;
max-width: 72rem !important;
margin: 0 auto !important;
padding: 2.35rem clamp(1.25rem, 4vw, 2rem) !important;
color: var(--setara-footer-muted) !important;
text-align: left !important;
}

.pkp_footer_content {
max-width: 52rem !important;
padding: 0 !important;
color: var(--setara-footer-muted) !important;
font-size: clamp(0.93rem, 0.4vw + 0.84rem, 1.02rem) !important;
font-weight: 500 !important;
line-height: 1.62 !important;
letter-spacing: 0 !important;
}

.pkp_footer_content p {
margin: 0 !important;
color: inherit !important;
}

.pkp_footer_content a,
.pkp_footer_content a:visited,
.pkp_structure_footer a,
.pkp_structure_footer a:visited {
color: #F4D98A !important;
font-weight: 700 !important;
text-decoration: underline !important;
text-decoration-color: rgba(244, 217, 138, 0.46) !important;
text-decoration-thickness: 0.08em !important;
text-underline-offset: 0.17em !important;
}

.pkp_footer_content a:hover,
.pkp_footer_content a:focus,
.pkp_structure_footer a:hover,
.pkp_structure_footer a:focus {
color: #FFF8E8 !important;
text-decoration-color: #FFF8E8 !important;
}

.pkp_brand_footer {
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: clamp(8.5rem, 11vw, 10.5rem) !important;
max-width: clamp(8.5rem, 11vw, 10.5rem) !important;
padding: clamp(0.55rem, 1vw, 0.85rem) !important;
border: 1px solid rgba(216, 180, 90, 0.72) !important;
border-radius: 999px !important;
background: rgba(255, 253, 248, 0.94) !important;
box-shadow:
0 18px 38px rgba(0, 0, 0, 0.18),
inset 0 0 0 1px rgba(255, 255, 255, 0.68) !important;
opacity: 0.92 !important;
transform: none !important;
}

.pkp_brand_footer a {
float: none !important;
display: block !important;
width: 100% !important;
max-width: none !important;
line-height: 0 !important;
text-decoration: none !important;
}

.pkp_brand_footer img {
display: block !important;
width: 100% !important;
max-width: none !important;
height: auto !important;
filter: none !important;
opacity: 0.94 !important;
}

.pkp_brand_footer:hover,
.pkp_brand_footer:focus-within {
opacity: 1 !important;
box-shadow:
0 20px 42px rgba(0, 0, 0, 0.22),
0 0 0 3px rgba(216, 180, 90, 0.18),
inset 0 0 0 1px rgba(255, 255, 255, 0.72) !important;
}


.pkp_structure_footer .pkp_helpers_text_left,
.pkp_structure_footer .pkp_helpers_text_center,
.pkp_structure_footer .pkp_helpers_text_right,
.pkp_structure_footer span,
.pkp_structure_footer p,
.pkp_structure_footer div {
color: inherit;
}

@media (max-width: 960px) {
.pkp_structure_footer {
display: block !important;
padding: 1.75rem 1rem !important;
}

.pkp_footer_content {
font-size: 0.92rem !important;
line-height: 1.58 !important;
}

.pkp_brand_footer {
display: flex !important;
width: 7.5rem !important;
max-width: 7.5rem !important;
margin: 1.35rem 0 0 !important;
}
}

@media (max-width: 768px) {
.pkp_structure_footer {
padding: 1.5rem 1rem !important;
}

.pkp_brand_footer {
width: 7rem !important;
max-width: 7rem !important;
}
}


