/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 08:51:08 */
@media only screen and (max-width: 768px) {
  .wp-container-core-group-is-layout-8e8c301a > .alignfull {
    margin-right: calc(15px * -1);
    margin-left: calc(15px * -1);
    display: block;
  }

}
@media only screen and (max-width: 767px) {
  .wp-container-core-group-is-layout-769a7227 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); /* عمودين */
    gap: 15px; /* مسافات متساوية */
    justify-items: stretch; /* يخلي العناصر تاخد نفس العرض */
    align-items: stretch;
  }

  /* كل container */
  .wp-container-core-group-is-layout-769a7227 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #2c3e50; /* لون البوكس */
    color: #fff;
    border-radius: 50px;
    padding: 12px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }

  /* آخر عنصر ياخد صف لوحده */
  .wp-container-core-group-is-layout-769a7227 > div:last-child {
    grid-column: span 2;
  }

  /* تصغير أيقونة الواتساب وتوسيطها */
  .wp-container-core-group-is-layout-769a7227 svg {
    width: 20px;
    height: 20px;
    fill: #25D366;
  }
}











