﻿.store-closed-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    font-family: MyriadPro, sans-serif;
}

.store-closed-container {
    max-width: 600px;
    width: 100%;
    margin-top: 20px;
}

    .store-closed-container h1,
    .store-closed-container .alert {
        font-size: 22px;
        font-weight: 400;
        margin: 20px 0;
        text-transform: uppercase;
    }

.back-link {
    font-size: 16px;
    text-decoration: underline;
    color: #146644;
    margin-top: 20px;
    display: inline-block;
}

.logo-container img {
    max-width: 300px;
    height: auto;
}

/* Mobile */
@media (max-width: 480px) {
    .store-closed-container h1,
    .store-closed-container .alert {
        font-size: 18px;
    }

    .back-link {
        font-size: 18px;
    }

    .logo-container img {
        max-width: 180px;
        height: auto;
    }
}
