/*footer left column*/
/* desktop */
/*.site-footer-wrap .footer-navigation {
    width:110%;
}
.site-footer-wrap .footer-navigation .menu{
    justify-content: space-between !important; 
} */

.site-footer-wrap .footer-navigation .menu > li{
    margin:0;
    padding:0;
}

/* mobile */
@media (max-width: 767px){
#footer-navigation #footer-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;            
}

}


/*footer right column*/
.hippo-company-card{
    position: relative;
    background: #F5F3EF;
    border-radius: 28px;
    box-shadow:0 3px 6px rgba(0,0,0,.16);
    padding:63px 82px;
    max-width: 560px;
    max-height: 353px;
    margin-left: 150px;
}


.hippo-company-card h3{
    margin:0 0 14px;
    font-size:18px;
    font-weight:600;

}

.hippo-company-name{
    margin:0 0 6px;
    font-size:15px;
}

.hippo-company-list{
    list-style:none;
    margin:0;
    padding:0 !important;
    font-size:14px;
    line-height:2;

}

/* dekor – para „quotes” w prawym górnym rogu */
.hippo-company-card::before {
  content: "";
  width: 90px;
  position: absolute;
  aspect-ratio: 1 / 1;
  background: url('/wp-content/uploads/2025/11/tear-card-d.svg') no-repeat center / contain;
  pointer-events: none;
  z-index: 2;
	right: 36px;
	top: 12px;
}


/* RWD */
@media (max-width: 768px){
    .hippo-company-card{ max-width: 100%; }
    .hq-md{ width:28px; height:28px; }
    .hippo-company-card{ margin-left: 0; margin-bottom: 70px }
	.hippo-company-card::before { width: }
}
@media (max-width: 480px){
    .hippo-company-card{ padding:20px; border-radius:14px; }
    .hq-md{ width:24px; height:24px; }
.hippo-company-card h3{
    margin:0 0 14px;
    font-size:14px;
    font-weight:600;
}	
	.hippo-company-name{
    font-size:10px;
}

.hippo-company-list{

    font-size:10px;
    line-height:14;

}
.hippo-company-card::before { width: 60px}


}
