/*
 Theme Name:   Bahr Child
 Template:     bahr
 Version:      1.0
*/

/* صندوق المشاركة */
.custom-share-box {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: right; /* مناسب للعربية */
}

.share-title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

/* الأزرار */
.share-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  color: #fff !important;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  transition: opacity 0.3s;
}

.share-btn:hover {
  opacity: 0.8;
}

.share-btn.facebook { background: #3b5998; }
.share-btn.twitter  { background: #1da1f2; }
.share-btn.whatsapp { background: #25d366; }
.share-btn.telegram { background: #0088cc; }

/* صندوق نسخ الرابط */
.copy-box {
  margin-top: 15px;
  display: flex;
  gap: 5px;
}

.copy-box input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.copy-box button {
  padding: 8px 15px;
  background: #444;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.copy-box button:disabled {
  background: #28a745;
  cursor: not-allowed;
}
