/* Footer Styling */
.footer-container {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.footer-container p {
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.5;
}

.footer-container a {
    color: #007bff;
    text-decoration: none;
}

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

.footer-container .additional-shops a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
}

.footer-container .additional-shops a:hover {
    text-decoration: underline;
}
