/** MUAADH SINGLE — extracted in Phase 13 Wave 19 (2026-05-13). Single source. */


/* ============================================================================
 * APPENDED (Phase 13 Wave 19): rules pulled from muaadh-core.css
 * ============================================================================ */

.muaadh-single-catalogItem-widget {
    padding: var(--space-3) var(--space-4);
    background: var(--theme-text-white);
}

.muaadh-single-catalogItem-widget .widget-name {
    color: var(--theme-text-primary);
    font-style: normal;
    font-weight: var(--theme-font-medium);
    line-height: 130%;
    border-bottom: var(--chassis-border-thin) solid var(--theme-border-dark);
    padding-bottom: var(--space-3);
    margin-bottom: var(--space-3);
}

.muaadh-single-catalogItem-widget.contact-merchant-wrapper .widget-name {
  border-bottom: none;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.muaadh-single-catalogItem-widget.contact-merchant-wrapper .img-wrapper {
  width: 200px;
  margin: var(--space-8) auto var(--space-6) auto;
}

.muaadh-single-catalogItem-widget.contact-merchant-wrapper .img-wrapper img {
  width: 100%;
}

.muaadh-single-catalogItem-widget.contact-merchant-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-2-5);
  margin-bottom: var(--space-6);
}

.muaadh-single-catalogItem-widget.contact-merchant-wrapper ul li span {
  color: var(--theme-text-secondary);
  font-size: var(--text-lg);
  font-style: normal;
  font-weight: var(--theme-font-normal);
  line-height: 120%;
}

.muaadh-single-catalogItem-widget.contact-merchant-wrapper ul li span b {
  font-weight: var(--theme-font-medium);
}

