.pkp_brand_footer,
.pkp_footer,
.pkp_structure_footer_wrapper {
    background-color: #D5A6B3 !important;
    color: #3d2a2f !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 #e4c0cc; /* slightly lighter pink border */
    box-shadow: 0 -2px 10px rgba(213, 166, 179, 0.4);
}

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

.pkp_brand_footer a:hover,
.pkp_footer a:hover {
    color: #2e1c21 !important;
}