.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}
.pkp_brand_footer {
  display: none;
}

/* Base Styles for All Devices */
.column-30 {
    width: 100%;
}

.column-70 {
    width: 100%;
}

/* Laptop Styles */
@media (min-width: 992px) {
    .column-30 {
        width: 30%;
        float: left;
    }

    .column-70 {
        width: 70%;
        float: left;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991px) {
    .column-30 {
        width: 30%;
        float: left;
    }

    .column-70 {
        width: 70%;
        float: left;
    }
}

/* Handphone Styles */
@media (max-width: 767px) {
    .column-30 {
        width: 100%;
    }

    .column-70 {
        width: 100%;
    }
}

/* Clearfix for Columns */
.row::after {
    content: "";
    display: table;
    clear: both;
}

/* Gaya dasar untuk semua perangkat */
.footer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.footer-column {
    flex: 1;
    padding: 10px;
}

/* Gaya untuk laptop (1024px ke atas) */
@media (min-width: 1024px) {
    .footer {
        flex-direction: row;
    }
}

/* Gaya untuk tablet (768px hingga 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }
    .footer-column {
        width: 80%;
    }
}

/* Gaya untuk handphone (hingga 767px) */
@media (max-width: 767px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }
    .footer-column {
        width: 100%;
    }
}
