/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* ===== تحسين شكل العناوين الرئيسية ===== */
h1, h2, h3 {
  font-family: 'Georgia', serif;
  font-weight: bold;
  color: #2f2f2f;
  margin-bottom: 10px;
}

/* ===== تحسين لون الروابط عند المرور ===== */
a:hover {
  color: #d35400;
  text-decoration: underline;
}

/* ===== تباعد أفضل بين العناصر ===== */
body {
  line-height: 1.7;
  font-size: 17px;
  color: #333;
}
/* ===== خلفية دافئة وجميلة لعناوين H2 ===== */
h2 {
  background-color: #fff4e6; /* لون دافئ */
  padding: 12px 20px;
  border-left: 6px solid #ffa726;
  border-radius: 6px;
  font-family: 'Georgia', serif;
  color: #333;
  margin: 25px 0 15px;
}
/* ===== شكل عصري للأزرار ===== */
button,
.wp-block-button__link,
input[type="submit"] {
  background-color: #ffa726;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
  background-color: #fb8c00;
}
/* ===== فوتر بسيط وأنيق ===== */
.site-footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  font-size: 15px;
}

.site-footer a {
  color: #ffa726;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}
/* ===== تنسيق Sidebar ===== */
.sidebar,
.widget-area {
  background-color: #f9f3ef;
  padding: 20px;
  border-radius: 8px;
}

.widget-title {
  font-size: 18px;
  color: #444;
  border-bottom: 2px solid #ffa726;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
