
.product-availability-stores {

    margin: 30px 0;

}

.product-availability-stores h2 {

    font-size: 20px;

    margin-bottom: 15px;

}

.pa-map-wrap {

    border-radius: 12px;

    overflow: hidden;

    margin-bottom: 12px;

    border: 1px solid #e5e5e5;

}

.pa-map {

    width: 100%;

    height: 220px;

    background: #f5f5f5;

}

.pa-store-list {

    list-style: none;

    margin: 0;

    padding: 0;

}

.pa-store-item {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 10px 0;

    border-bottom: 1px solid #f0f0f0;

    font-size: 14px;

}

.pa-store-item:last-child {

    border-bottom: none;

}

.pa-store-name i {

    margin-right: 6px;

    color: #999;

}

.pa-store-phone {

    color: #999;

    font-size: 13px;

}

