.cofis-local-storefront-info {
    box-sizing: border-box;
    margin: 12px 0 18px;
    padding: 14px 16px;
    border: 1px solid #d9c8a8;
    border-radius: 4px;
    background: #fffaf1;
    color: #3b3027;
}

.cofis-local-storefront-info[hidden] {
    display: none !important;
}

.cofis-local-storefront-info__title {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
}

.cofis-local-storefront-info__message {
    margin: 0 0 10px;
    line-height: 1.45;
}

.cofis-local-storefront-info__warning {
    font-weight: 600;
}

.cofis-local-storefront-info__button {
    display: inline-block;
    padding: 8px 13px;
    border-radius: 3px;
    background: #6f4e37;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
}

.cofis-local-storefront-info__button:hover,
.cofis-local-storefront-info__button:focus {
    background: #523725;
}
