/*
Theme Name: Sheshi Profile Component Closure
Version: 0.32.0
Description: Closes inherited profile action spacing, contrast and mobile call-label defects.
*/

/* A legacy profile rule contributes 38px of top margin to the new decision-
   first action grid. The surrounding section already owns its spacing. */
body.single-listing .sheshi-profile-actions {
  margin: 0 !important;
}

/* Link children must inherit the role of the complete action. This keeps
   secondary labels legible and every child of the filled primary action white. */
body.single-listing .sheshi-profile-action > span {
  color: currentColor !important;
}

body.single-listing .sheshi-profile-action.is-primary > * {
  color: #fff !important;
  stroke: currentColor !important;
}

@media (max-width: 767px) {
  /* Older phone-link wrapping was intended for long numbers, not the CTA label. */
  body.single-listing .sheshi-profile-mobile-callbar a.sheshi-profile-phone-link > span {
    min-width: auto !important;
    overflow-wrap: normal !important;
    white-space: nowrap !important;
  }
}
