body.single-store {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.single-store .container {
    max-width: 800px;
    margin: 70px auto;
    background: white;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.single-store .container .section {
    margin: 50px 0 0 0;
}

.single-store .container h2{
margin: 0
}

.single-store .container h4{
margin: 30px 0 10px 0
}
.single-store h1, 
.single-store h2 {
    color: #333;
}

.single-store .section {
    margin-bottom: 20px;
}

ul.checklist {
    list-style-type: none;
    padding: 0;
}

ul.checklist li::before {
    content: "✔ ";
    color: green;
    font-weight: bold;
}

.single-store .footer {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}