.servicify-select-a-time-button {
  width: 100% !important;
}

/*
 * Ensure the app embed container spans full width in grid layouts.
 * This fixes themes where buy-buttons uses CSS Grid with multiple columns.
 * - Only affects grid children (ignored on block/flex layouts)
 * - Merchants can override with: #servicify-app-embed-container { grid-column: auto; }
 */
#servicify-app-embed-container {
  grid-column: 1 / -1;
  width: 100%;
}