.elementor-1018 .elementor-element.elementor-element-887941f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-1018 .elementor-element.elementor-element-887941f{--width:99%;--padding-top:10px;--padding-bottom:23px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-fd195d6 *//* کانتینر اصلی */
.dokan-perfect-stores {
    margin: 10px;
    font-family: "فونت اصلی سایت", Sans-serif;
}

/* عنوان بخش */
.stores-title {
  display: none;
}

/* گرید کارت‌ها */
.stores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 18px;
}

/* خود کارت */
.store-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 8px #A4A4A4;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* بنر بالای کارت */
.store-banner img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

/* هدر کارت شامل لوگو و نام */
.store-header {
    display: flex;
    align-items: center;
    padding: 12px;
}

/* لوگوی دایره‌ای */
.store-logo {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 12px;
    background: #f0f0f0;
}

/* بخش اطلاعات نام و امتیاز */
.store-info {
    flex: 1;
}

/* نام فروشگاه */
.store-name {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

/* ستاره‌های امتیاز */
.store-rating {
    margin-top: 5px;
    font-size: 14px;
    color: #f5a623; /* رنگ طلایی ستاره */
}

/* توضیح کوتاه */
.store-description {
    padding: 0 12px;
    margin: px 5px;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    flex: none;
}

/* اطلاعات متا (آدرس و ساعت و ...) */
.store-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 12px 12px;
    font-size: 14px;
    color: #888;
}
.store-meta div {
    display: flex;
    align-items: cent
    
    er;
}
.store-meta i {
    font-size: 16px;
    margin-left: 4px;
}

/* دکمه‌ها */
.store-actions {
    display: flex;
    padding: 0 12px 11px 12px;
    gap: 8px;
}

/* استایل عمومی دکمه */
.store-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 10px;
    padding: 11px 0;
    flex: 1;
}

/* دکمه مشاهده فروشگاه */
.view-store {
    background-color:#3C85A8;
    color: #fff;
    box-shadow: 0px 0px 8px #3C85A8 !important;
}

/* دکمه تماس */
.phone-store {
    flex: 0 0 47px;
    background-color: #DAE5FF;
}

/* اگر آیکون فونت‌آوسام استفاده می‌کنی */
.store-btn i {
    font-size: 18px;
}
.store-btn.phone-store i{
    color: #23538F !important;
}/* End custom CSS */