
.widget-home-yeap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    font-family: "IRANSans", sans-serif;
}


.whatsapp-h {
    flex: 1 1 30%;
    display: flex;
    align-items: center;
    background: #25D366; /* پیش‌فرض واتساپ */
    color: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	margin: 0px 5px;
	    margin-top: 29px;
}


.whatsapp-h.telegram {
    background: #29B6F6;
}

.whatsapp-h.yellow {
    background: #FFAE00; 
    color: #333;
}


.whatsapp-h:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}


.text-whatsapp-h p {
    margin: 2px 0;
    font-size: 12px;
}

.text-whatsapp-h p:nth-child(2) {
    font-weight: bold;
    font-size: 14px;
}


.logo-h svg,
.logo-h img {
    width: 40px;
    height: 40px;
}


.wh-h-2 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: -20px;
    border: 3px solid #fff;
}


.btn-edit {
    background: #f3f4f6;
    border-radius: 6px;
    color: #444;
    padding: 6px 12px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.btn-edit:hover {
    background: #e5e7eb;
}
