.pkp_brand_footer,
.pkp_footer,
.pkp_structure_footer_wrapper {
    background-color: #E8C28A !important;
    color: #3e2e10 !important;
    width: 100% !important;
    text-align: center;
    padding: 25px 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    border-top: 4px solid #f0d4a7; /* lighter gold border */
    box-shadow: 0 -2px 10px rgba(232, 194, 138, 0.4);
}

.pkp_brand_footer a,
.pkp_footer a {
    color: #4a3615 !important;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.pkp_brand_footer a:hover,
.pkp_footer a:hover {
    color: #1f1405 !important;
}