/* Add custom CSS styles below */
/* micron - Haraj action buttons */
/* Micron Haraj */
/* ==========================================
   Micron - Haraj Published Listings Only
   ========================================== */

.micron-haraj-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;

  width: 100%;
  max-width: 100%;

  margin: 20px 0;
}


.micron-haraj-btn {
  width: 100%;
  min-height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 12px 18px;

  box-sizing: border-box;

  border-radius: 10px;

  text-decoration: none !important;

  font-size: 15px;
  font-weight: 600;

  cursor: pointer;
}


.micron-haraj-contact {
  background: #111;
  color: #fff !important;

  border: 1px solid #111;
}


.micron-haraj-mediator {
  background: #fff;
  color: #111 !important;

  border: 1px solid #111;
}


/*
 * هذه القواعد لا تعمل إلا بعد أن يثبت JS
 * أن الصفحة إعلان حراج منشور
 */

body.micron-haraj-listing
salla-add-product-button {
  display: none !important;
}


body.micron-haraj-listing
salla-quantity-input {
  display: none !important;
}


/*
 * تحسين الجوال
 */

@media (max-width: 767px) {

  .micron-haraj-actions {
    width: 100%;
    margin: 16px 0;
    gap: 10px;
  }


  .micron-haraj-btn {
    width: 100%;
    min-height: 52px;

    font-size: 15px;

    padding: 13px 14px;
  }

}