/* ==========================================================================
   LEAFORGE TECHNOLOGIES — HOME — ERP SERVICES
   PURPOSE
   -------
   Home page Business Central services button typography and mobile behavior.

   SECTION DIRECTORY
   -----------------
   01. Desktop service button
   02. Mobile service button
   ========================================================================== */

body.home-page #d365-bc-services .lf-bc-know-btn {
  width: 100%;
  min-width: 0;
  height: 62px;
  padding: 8px 12px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 1.2px;
  white-space: normal;
  overflow-wrap: normal;
}

@media (max-width: 767px) {
  body.home-page #d365-bc-services .lf-bc-know-btn {
    min-height: 56px;
    height: auto;
    padding: 12px 14px;
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 1px;
  }
}
