.elementor-2091 .elementor-element.elementor-element-1d33caf .elementor-widget-container{transition:all 400ms;}/* Start custom CSS for shortcode, class: .elementor-element-1d33caf */.esanati-business-list {
    direction: rtl;
    width: 100%;
    margin: 30px auto;
}

.esanati-list-header {
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 14px;
    background: #f7f7f7;
    border-right: 5px solid #222;
}

.esanati-list-header h2 {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 700;
}

.esanati-list-header p {
    margin: 0;
    line-height: 1.9;
}

.esanati-business-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.esanati-business-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 18px 20px;

    background: #fff;

    border: 1px solid #e5e5e5;

    border-radius: 12px;

    transition: all 0.25s ease;
}

.esanati-business-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.07);
}

.esanati-business-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.business-number {
    min-width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-weight: bold;

    background: #f0f0f0;
}

.business-content {
    flex: 1;
}

.esanati-business-info h3 {
    margin: 0 0 5px;

    font-size: 16px;

    line-height: 1.8;
}

.esanati-business-info p {
    margin: 0;

    font-size: 13px;

    opacity: 0.7;
}

.claim-business-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    white-space: nowrap;

    padding: 11px 20px;

    border-radius: 8px;

    text-decoration: none !important;

    font-weight: bold;

    background: #222;

    color: #fff !important;

    transition: all 0.25s ease;
}

.claim-business-btn:hover {
    background: #000;

    transform: scale(1.03);
}


/* موبایل */

@media (max-width: 767px) {

    .esanati-business-item {

        flex-direction: column;

        align-items: stretch;

        padding: 16px;

    }


    .esanati-business-info {

        align-items: flex-start;

    }


    .claim-business-btn {

        width: 100%;

    }


    .esanati-list-header h2 {

        font-size: 20px;

    }

}/* End custom CSS */