/*
Theme Name: Homayounifar Theme Child
Theme URI: https://homayounifar.de/
Template: hello-elementor
Author: Saeed
Author URI: https://iamsaeed.ir
Version: 1.0.0.1763742312
Updated: 2025-11-21 16:25:12

*/

.hme-tags .elementor-icon-box-icon {
    position: absolute;
    top: -15px;
    right: -15px;
}

.hme-tags-1 .elementor-icon-box-icon {
    right: auto;
    left: -15px;
	transform: rotate(-90deg);
}

.hme-srv-li  .elementor-widget-icon-box .elementor-icon-box-title span {
    border: 1px solid;
    padding: 5px;
    border-radius: 10px;
    transition:.3s;
	padding:1px 6px;
}

.hme-srv-li:hover  .elementor-widget-icon-box .elementor-icon-box-title span {
    transition:.3s;
    background:#FEFCE1;
	color:#0E0F0F;
}


.hme-srv-li .elementor-icon-box-icon {
    transform: rotate(-45deg);
    transition: .3s;
	
}

.hme-srv-li:hover .elementor-icon-box-icon {
    transform: rotate(0deg);
    transition: .3s;
}


/* کانتینر اصلی کامنت‌ها */
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
}

/* بخش نویسنده و آواتار */
.comment-author {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.comment-author img {
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

/* متن کامنت */
.comment-content {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-top: 10px;
}

/* تاریخ کامنت */
.comment-meta {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
}

/* دکمه پاسخ */
.comment-reply-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: #0073aa;
  text-decoration: none;
}

.comment-reply-link:hover {
  text-decoration: underline;
}

/* فرم ارسال کامنت */
.comment-respond {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #ddd;
  background: #141514;
  border-radius: 20px;
}

.comment-respond h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 10px;
}

.comment-form input[type="submit"] {
  background: var( --e-global-color-accent );
  color: #000000;
  border: 1px solid;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 4px;
}

.comment-form input[type="submit"]:hover {
  background: #FEFCE1;
  color:#000;
  border-radius: 4px;
}

p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

p.comment-form-cookies-consent input {
    width: auto;
}
