.esf-pro-widget {
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Tahoma', sans-serif;
    background: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 20px;
    direction: rtl;
}

.esf-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.esf-left {
    flex: 1;
}

.esf-city-select {
    margin-bottom: 15px;
}

.esf-city-select label {
    font-weight: bold;
    margin-left: 10px;
}

.esf-city-select select {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.esf-temp {
    font-size: 48px;
    font-weight: bold;
    color: #333;
}

.esf-desc {
    font-size: 18px;
    color: #666;
}

.esf-right {
    text-align: center;
}

.esf-icon img {
    width: 100px;
    height: 100px;
}

.esf-meta {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.esf-footer {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}