/*
 Theme Name:   Astra Child
 Theme URI:    https://farhadproject.ir/wp-content/themes/astra-child
 Description:  Child theme for Astra, customized by Farhad
 Author:       Farhad
 Author URI:   https://farhadproject.ir
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

/* Custom styles will go below this line */
/* استایل سایدبار اطلاعات پروژه */
body {
    border: 5px solid red !important;
}
.project-sidebar-box {
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  padding: 20px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.8;
  width: 28%;
  float: left;
  margin: 0 2% 20px 0;
}

.project-sidebar-box ul {
  list-style: none;
  padding: 0;
}

.project-sidebar-box li {
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

.project-sidebar-box strong {
  color: #222;
  font-weight: 600;
}

@media (max-width: 768px) {
  .project-sidebar-box {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}

