: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 {
margin-top: 2.5rem !important;
background:
linear-gradient(135deg, #3B0506 0%, #530708 58%, #760F0B 100%) !important;
border-top: 1px solid rgba(216, 180, 90, 0.32) !important;
box-shadow: inset 0 1px 0 rgba(255, 253, 248, 0.06) !important;
}

.pkp_structure_footer {
display: flex !important;
align-items: flex-start !important;
justify-content: space-between !important;
gap: clamp(2rem, 6vw, 5rem) !important;
width: min(100%, 72rem) !important;
max-width: 72rem !important;
min-height: 0 !important;
margin: 0 auto !important;
padding: clamp(1.45rem, 2.2vw, 1.9rem) clamp(1.25rem, 4vw, 2rem) !important;
background: transparent !important;
color: var(--setara-footer-muted) !important;
text-align: left !important;
}

.pkp_footer_content {
position: relative !important;
flex: 1 1 auto !important;
order: 1 !important;
max-width: 48rem !important;
padding: 0 0 0 1.05rem !important;
border-left: 3px solid rgba(216, 180, 90, 0.76) !important;
color: var(--setara-footer-muted) !important;
font-size: clamp(0.92rem, 0.24vw + 0.86rem, 1rem) !important;
font-weight: 500 !important;
line-height: 1.56 !important;
letter-spacing: 0 !important;
}

.pkp_footer_content:before {
content: "SETARA : Jurnal Ilmu Hukum";
display: block;
margin: 0 0 0.58rem;
color: var(--setara-footer-ink);
font-size: clamp(1rem, 0.5vw + 0.92rem, 1.18rem);
font-weight: 800;
line-height: 1.22;
}

.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: #F5D98A !important;
font-weight: 750 !important;
text-decoration: underline !important;
text-decoration-color: rgba(245, 217, 138, 0.48) !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 {
flex: 0 0 auto !important;
order: 2 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: clamp(6.75rem, 7.6vw, 7.75rem) !important;
max-width: clamp(6.75rem, 7.6vw, 7.75rem) !important;
margin: 0 !important;
padding: 0.52rem !important;
border: 1px solid rgba(216, 180, 90, 0.58) !important;
border-radius: 14px !important;
background: rgba(255, 253, 248, 0.94) !important;
box-shadow:
0 14px 30px rgba(0, 0, 0, 0.18),
inset 0 0 0 1px rgba(255, 255, 255, 0.68) !important;
opacity: 0.94 !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;
opacity: 0.95 !important;
filter: none !important;
}

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

@media (max-width: 900px) {
.pkp_structure_footer {
display: block !important;
padding: 1.8rem 1.15rem !important;
}

.pkp_footer_content {
max-width: 100% !important;
font-size: 0.92rem !important;
line-height: 1.55 !important;
}

.pkp_brand_footer {
width: 7rem !important;
max-width: 7rem !important;
margin: 1.25rem 0 0 1.05rem !important;
}
}

@media (max-width: 560px) {
.pkp_structure_footer_wrapper {
margin-top: 1.6rem !important;
}

.pkp_structure_footer {
padding: 1.45rem 1rem !important;
}

.pkp_footer_content {
padding-left: 0.85rem !important;
font-size: 0.9rem !important;
}

.pkp_brand_footer {
width: 6.6rem !important;
max-width: 6.6rem !important;
margin-left: 0.85rem !important;
}
}


