.preserve-footer-section {
    padding: 60px 0 40px;
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    font-size: 0.9rem;
    color: #333333;
}

.preserve-footer-top {
    margin-bottom: 30px;
}

/* Left block */
.preserve-footer-hospital {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #32939d;
    margin-bottom: 0.4rem;
}

.preserve-footer-arrow {
    margin-left: 6px;
}

.preserve-footer-phone a {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    color: #32939d;
}

.preserve-footer-phone a:hover {
    text-decoration: underline;
}

.preserve-footer-address {
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Rating */
.preserve-footer-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
}

.preserve-footer-rating-score {
    font-size: 1.8rem;
    font-weight: 700;
    color: #32939d;
}

.preserve-footer-rating-stars {
    letter-spacing: 0.1em;
    color: #32939d;
}

/* Logo */
.preserve-footer-logo img {
    max-height: 80px;
}

/* Social icons */
.preserve-footer-social {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .preserve-footer-social {
        justify-content: flex-end;
    }
}

.preserve-footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #32939d;
    color: #32939d;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.2s ease;
}

.preserve-footer-social-icon:hover {
    background-color: #32939d;
    color: #ffffff;
}

/* ensuring icons center perfectly */
.preserve-footer-social-icon i {
    font-size: 1.1rem;
    line-height: 1;
}

/* Bottom line */
.preserve-footer-bottom {
    border-top: 1px solid #f0f0f0;
    padding-top: 18px;
    margin-top: 10px;
    font-size: 0.8rem;
}

.preserve-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.preserve-footer-copy {
    white-space: nowrap;
}

.preserve-footer-link {
    text-decoration: none;
    color: #333333;
}

.preserve-footer-link:hover {
    text-decoration: underline;
}

.preserve-footer-separator {
    margin: 0 4px;
    color: #999999;
}

.preserve-footer-accessibility {
    margin-top: 8px;
    max-width: 900px;
    font-size: 0.8rem;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 991.98px) {
    .preserve-footer-section {
        padding: 40px 0 30px;
    }

    .preserve-footer-top {
        row-gap: 20px;
        text-align: center;
    }

    .preserve-footer-logo {
        margin: 20px 0;
    }
	
   .preserve-footer-rating {
	display: unset;
	text-align: center;
	margin: 0 auto;
   }
	.preserve-footer-social {
	
	justify-content: center;
	
   }
	
	
}

@media (max-width: 575.98px) {
    .preserve-footer-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .preserve-footer-copy {
        white-space: normal;
    }
}
