.shyam-app-menu,
.shyam-app-menu * {
  box-sizing: border-box;
}
.shyam-app-menu {
  --shyam-app-green: #087a50;
  --shyam-app-orange: #ff6900;
  position: relative;
  width: 100%;
  overflow-x: clip;
  color: #10221c;
  font: inherit;
}
.shyam-app-menu a {
  text-decoration: none;
}
.shyam-app-menu img {
  max-width: 100%;
}
.shyam-app-menu__container {
  width: 100%;
  margin: 0 auto;
}
.shyam-app-menu__service-bar {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.shyam-app-menu__service {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
  padding: 13px 18px;
  border: 1px solid #dce5df;
  border-radius: 16px;
  background: #fff;
  color: inherit;
  box-shadow: 0 5px 18px rgba(24, 75, 55, 0.05);
}
.shyam-app-menu__service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: var(--shyam-app-green);
  font-size: 25px;
}
.shyam-app-menu__service-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.shyam-app-menu__service-label,
.shyam-app-menu__service-value {
  display: block;
}
.shyam-app-menu__service-label {
  margin-bottom: 2px;
  color: #748079;
  font-size: 12px;
  line-height: 1.2;
}
.shyam-app-menu__service-value {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.shyam-app-menu__hero {
  position: relative;
  display: block;
  min-height: 300px;
  overflow: hidden;
  background-clip: padding-box;
}
.shyam-app-menu__hero-copy {
  position: relative;
  z-index: 2;
  width: 43%;
  max-width: 560px;
}
.shyam-app-menu__hero-heading {
  margin: 0 0 14px;
  font: inherit;
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 780;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.shyam-app-menu__hero-heading span {
  display: block;
}
.shyam-app-menu__hero-description {
  margin-bottom: 22px;
  font-size: 19px;
  line-height: 1.55;
}
.shyam-app-menu__hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 14px 26px;
  border-radius: 12px;
  background: var(--shyam-app-green);
  color: #fff;
  font-weight: 750;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(8, 122, 80, 0.18);
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}
.shyam-app-menu__hero-button:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.05);
}
.shyam-app-menu__hero-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.shyam-app-menu__hero-visual {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 57%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  background: transparent !important;
}
.shyam-app-menu__hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  background: transparent !important;
}
.shyam-app-menu__categories {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin: 24px 0 30px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.shyam-app-menu__categories::-webkit-scrollbar {
  display: none;
}
.shyam-app-menu__category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 96px;
  padding: 14px 16px;
  border: 1px solid #e0e6e2;
  border-radius: 18px;
  background: #fff;
  color: #11211c;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 5px 16px rgba(34, 63, 52, 0.035);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}
.shyam-app-menu__category:hover {
  color: var(--shyam-app-green);
  border-color: rgba(8, 122, 80, 0.3);
  transform: translateY(-2px);
}
.shyam-app-menu__category:hover .shyam-app-menu__category-icon,
.shyam-app-menu__category:hover .shyam-app-menu__category-label {
  transform: none !important;
}
.shyam-app-menu__category.is-active {
  border-color: var(--shyam-app-green);
  background: var(--shyam-app-green);
  color: #fff;
}
.shyam-app-menu__category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 30px;
}
.shyam-app-menu__category-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.shyam-app-menu__category-icon img {
  display: block;
  max-width: 38px;
  max-height: 38px;
  object-fit: contain;
}
.shyam-app-menu__category-label {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.shyam-app-menu__menu-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.shyam-app-menu__menu-heading {
  margin: 0 0 4px;
  font: inherit;
  font-size: 36px;
  font-weight: 780;
  line-height: 1.12;
}
.shyam-app-menu__menu-description {
  color: #6c7772;
  font-size: 16px;
}
.shyam-app-menu__sort {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid #dfe5e1;
  border-radius: 12px;
  background: #fff;
  color: var(--shyam-app-green);
  font-weight: 700;
}
.shyam-app-menu__sort select {
  max-width: 165px;
  border: 0 !important;
  background: transparent !important;
  color: inherit;
  font: inherit;
  box-shadow: none !important;
  outline: 0;
}
.shyam-app-menu__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.shyam-app-menu__product {
  position: relative;
  display: grid;
  grid-template-columns: 44% minmax(0, 1fr);
  align-items: stretch;
  min-width: 0;
  min-height: 225px;
  overflow: hidden;
  border: 1px solid #e5e9e6;
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 62, 48, 0.055);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.shyam-app-menu__product:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 34px rgba(26, 62, 48, 0.09);
}
.shyam-app-menu__product-image-wrap {
  position: relative;
  align-self: center;
  aspect-ratio: 1/1;
  min-width: 0;
  margin: 12px 0 12px 12px;
  overflow: hidden;
  border-radius: 14px;
  background: #f5f8f6;
}
.shyam-app-menu__product-image-wrap > a {
  display: block;
  width: 100%;
  height: 100%;
}
.shyam-app-menu__product-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 6px;
  object-fit: contain;
  transition: transform 0.35s ease;
}
.shyam-app-menu__product-image-wrap.is-cover .shyam-app-menu__product-image {
  padding: 0;
  object-fit: cover;
}
.shyam-app-menu__product:hover .shyam-app-menu__product-image {
  transform: scale(1.035);
}
.shyam-app-menu__diet {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 9px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.shyam-app-menu__diet span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.shyam-app-menu__diet--veg {
  color: #238b25;
}
.shyam-app-menu__diet--veg span {
  background: #34a735;
}
.shyam-app-menu__diet--non-veg {
  color: #e53020;
}
.shyam-app-menu__diet--non-veg span {
  background: #e53020;
}
.shyam-app-menu__loop-label {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 20px);
  padding: 5px 8px;
  border-radius: 7px;
  background: var(--shyam-app-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 5px 14px rgba(255, 105, 0, 0.2);
}
.shyam-app-menu__product-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px 16px;
}
.shyam-app-menu__product-title {
  margin: 0 0 8px;
  font: inherit;
  font-size: 20px;
  font-weight: 760;
  line-height: 1.2;
}
.shyam-app-menu__product-description {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.5;
}
.shyam-app-menu__product-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}
.shyam-app-menu__product-price {
  color: var(--shyam-app-green);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
}
.shyam-app-menu__product-price .woocommerce-Price-amount {
  color: inherit;
}
.shyam-app-menu__add,
.shyam-app-menu button.shyam-app-menu__add,
.shyam-app-menu .shyam-plan-card__button.shyam-app-menu__add {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 94px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 9px 15px !important;
  border: 1px solid var(--shyam-app-green) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--shyam-app-green) !important;
  font: inherit !important;
  font-size: 15px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  text-transform: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transform: none !important;
}
.shyam-app-menu__add:hover {
  background: var(--shyam-app-green) !important;
  color: #fff !important;
}
.shyam-app-menu__add.is-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.shyam-app-menu__notice {
  grid-column: 1/-1;
  padding: 24px;
  border: 1px dashed #c9d7cf;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}
.shyam-app-menu__view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(340px, 100%);
  margin: 20px auto 0;
  padding: 12px 18px;
  border-radius: 10px;
  background: #f1f6ef;
  color: var(--shyam-app-green);
  font-weight: 700;
}
.shyam-app-menu__mobile-nav {
  display: none;
}
.shyam-app-menu__mobile-nav-icon-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.shyam-app-menu__mobile-nav-icon-inner svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.shyam-app-menu__mobile-nav-icon-inner img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.shyam-app-menu__mobile-cart-count {
  position: absolute;
  top: -6px;
  right: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 99px;
  background: var(--shyam-app-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
@media (max-width: 1180px) {
  .shyam-app-menu__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shyam-app-menu__hero-copy {
    width: 45%;
  }
  .shyam-app-menu__product {
    min-height: 210px;
  }
}
@media (max-width: 767px) {
  .shyam-app-menu {
    padding-bottom: max(96px, env(safe-area-inset-bottom));
  }
  .shyam-app-menu__service-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
  }
  .shyam-app-menu__service {
    min-width: 0;
    padding: 11px 10px;
    border-radius: 13px;
    box-shadow: none;
  }
  .shyam-app-menu__service-icon {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: 22px;
  }
  .shyam-app-menu__service-label {
    font-size: 10px;
  }
  .shyam-app-menu__service-value {
    font-size: 12px;
    overflow-wrap: anywhere;
  }
  .shyam-app-menu__hero {
    display: block;
    min-height: 265px;
  }
  .shyam-app-menu__hero-copy {
    width: 58%;
    max-width: 58%;
  }
  .shyam-app-menu__hero-heading {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.08;
  }
  .shyam-app-menu__hero-description {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 16px;
  }
  .shyam-app-menu__hero-button {
    min-height: 45px;
    padding: 11px 18px;
    font-size: 13px;
  }
  .shyam-app-menu__hero-visual {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 58%;
  }
  .shyam-app-menu__hero-visual img {
    object-position: center bottom;
  }
  .shyam-app-menu__categories {
    margin: 18px 0 24px;
    gap: 10px;
  }
  .shyam-app-menu__category {
    min-height: 86px;
    padding: 11px 12px;
    border-radius: 16px;
  }
  .shyam-app-menu__category-icon {
    width: 32px;
    height: 32px;
    font-size: 25px;
  }
  .shyam-app-menu__category-label {
    font-size: 13px;
  }
  .shyam-app-menu__menu-head {
    align-items: center;
    margin-bottom: 13px;
  }
  .shyam-app-menu__menu-heading {
    font-size: 31px;
  }
  .shyam-app-menu__menu-description {
    font-size: 14px;
  }
  .shyam-app-menu__sort {
    padding: 8px 10px;
  }
  .shyam-app-menu__sort > span {
    display: none;
  }
  .shyam-app-menu__sort select {
    width: 105px;
    font-size: 12px;
  }
  .shyam-app-menu__products {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .shyam-app-menu__product {
    grid-template-columns: 39% minmax(0, 1fr);
    min-height: 156px;
    border-radius: 16px !important;
    transform: none !important;
  }
  .shyam-app-menu__product-image-wrap {
    margin: 9px 0 9px 9px;
    border-radius: 12px;
  }
  .shyam-app-menu__product-image {
    min-height: 0;
    padding: 4px;
  }
  .shyam-app-menu__loop-label {
    top: 7px;
    right: 7px;
    padding: 4px 6px;
    font-size: 8px;
  }
  .shyam-app-menu__product-copy {
    padding: 13px 12px;
  }
  .shyam-app-menu__product-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .shyam-app-menu__product-description {
    font-size: 12.5px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .shyam-app-menu__product-price {
    font-size: 17px;
  }
  .shyam-app-menu__add,
  .shyam-app-menu button.shyam-app-menu__add,
  .shyam-app-menu .shyam-plan-card__button.shyam-app-menu__add {
    min-width: 82px !important;
    min-height: 38px !important;
    padding: 8px 11px !important;
    font-size: 14px !important;
  }
  .shyam-app-menu__mobile-nav {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99980;
    display: grid;
    grid-template-columns: repeat(var(--shyam-nav-count, 5), minmax(0, 1fr));
    align-items: stretch;
    padding: 7px 7px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid #e6e9e7;
    background: #fff;
    box-shadow: 0 -10px 30px rgba(26, 54, 43, 0.12);
  }
  .shyam-app-menu__mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    padding: 5px 2px;
    color: #6c746f;
    font-size: 10px;
    font-weight: 650;
  }
  .shyam-app-menu__mobile-nav-item.is-active {
    color: var(--shyam-app-orange);
  }
  .shyam-app-menu__mobile-nav-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    font-size: 23px;
  }
  .shyam-app-menu__mobile-nav-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
  }
  .shyam-app-menu__view-more {
    margin-top: 14px;
  }
}
@media (max-width: 430px) {
  .shyam-app-menu__hero-copy {
    width: 64%;
    max-width: 64%;
  }
  .shyam-app-menu__hero-heading {
    font-size: 29px;
  }
  .shyam-app-menu__hero-visual {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 58%;
  }
  .shyam-app-menu__product {
    grid-template-columns: 42% minmax(0, 1fr);
  }
  .shyam-app-menu__product-title {
    font-size: 16px;
  }
  .shyam-app-menu__product-description {
    font-size: 11.5px;
  }
  .shyam-app-menu__product-footer {
    gap: 6px;
  }
  .shyam-app-menu__add,
  .shyam-app-menu button.shyam-app-menu__add,
  .shyam-app-menu .shyam-plan-card__button.shyam-app-menu__add {
    min-width: 72px !important;
    padding: 7px 9px !important;
    font-size: 13px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .shyam-app-menu__category,
  .shyam-app-menu__product,
  .shyam-app-menu__product-image,
  .shyam-app-menu__hero-button {
    transition: none !important;
  }
}

/* 2026.45 — location filtering, load-more, product stickers and per-card colours */
.shyam-app-menu__service--location {
  cursor: default;
}
.shyam-app-menu__service-select-wrap {
  display: block;
  min-width: 0;
  flex: 1;
}
.shyam-app-menu__location-select {
  display: block;
  width: 100%;
  min-width: 150px;
  margin: 0;
  padding: 1px 28px 1px 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  color: inherit !important;
  font: inherit !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  box-shadow: none !important;
  outline: 0 !important;
  cursor: pointer;
}
.shyam-app-menu__location-select:focus {
  outline: 2px solid rgba(8, 122, 80, 0.22) !important;
  outline-offset: 3px;
}
.shyam-app-menu__product[style*="--shyam-product-card-bg"] {
  background: var(--shyam-product-card-bg) !important;
}
.shyam-app-menu__product[style*="--shyam-product-card-border"] {
  border-color: var(--shyam-product-card-border) !important;
}
.shyam-app-menu__loop-label {
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--shyam-product-sticker-bg, var(--shyam-app-orange));
  color: var(--shyam-product-sticker-color, #fff);
  font-size: 11px;
  letter-spacing: 0.01em;
}
.shyam-app-menu__product-copy > .shyam-app-menu__product-price {
  margin: -1px 0 10px;
  font-size: 21px;
  line-height: 1.1;
}
.shyam-app-menu__product-description {
  margin-bottom: 10px;
}
.shyam-app-menu__product-footer {
  justify-content: flex-end;
  margin-top: auto;
}
.shyam-app-menu__view-more,
.shyam-app-menu button.shyam-app-menu__view-more {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: min(340px, 100%) !important;
  min-height: 46px !important;
  margin: 20px auto 0 !important;
  padding: 11px 18px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f1f6ef !important;
  color: var(--shyam-app-green) !important;
  font: inherit !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  appearance: none !important;
}
.shyam-app-menu__view-more:hover,
.shyam-app-menu__view-more:focus-visible {
  background: #e5f0e2 !important;
  color: var(--shyam-app-green) !important;
  outline: none !important;
}
.shyam-app-menu__view-more-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: transform 0.22s ease;
}
.shyam-app-menu__view-more-arrow svg {
  display: block;
  width: 18px;
  height: 18px;
}
.shyam-app-menu__view-more:hover .shyam-app-menu__view-more-arrow {
  transform: translateY(2px);
}
.shyam-app-menu__view-more.is-activated .shyam-app-menu__view-more-arrow {
  transform: translateY(5px);
}
.shyam-app-menu__product[hidden] {
  display: none !important;
}
@media (max-width: 767px) {
  .shyam-app-menu__location-select {
    min-width: 0;
    font-size: 12px !important;
    padding-right: 20px !important;
  }
  .shyam-app-menu__product-copy > .shyam-app-menu__product-price {
    margin-bottom: 7px;
    font-size: 18px;
  }
  .shyam-app-menu__product-footer {
    justify-content: flex-end;
  }
}

/* 2026.46 — align square loop images with the product heading */
.shyam-app-menu__product-image-wrap {
  align-self: start;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .shyam-app-menu__product-image-wrap {
    margin-top: 9px;
  }
}

/* 2026.48 — guaranteed location pin before the tag-powered selector */
.shyam-app-menu__location-pin {
  display: block;
  fill: none !important;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* 2026.50 — price below the square image and a compact badge above the title */
.shyam-app-menu__product-media {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
  padding: 18px 0 14px 12px;
}
.shyam-app-menu__product-media > .shyam-app-menu__product-image-wrap {
  align-self: stretch;
  width: 100%;
  margin: 0;
}
.shyam-app-menu__product-media > .shyam-app-menu__product-price {
  margin: 9px 4px 0;
  color: var(--shyam-app-green);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.1;
}
.shyam-app-menu__product-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  max-width: 100%;
  margin: 0 0 6px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--shyam-detail-badge-bg, #e8f5ed);
  color: var(--shyam-detail-badge-color, #087a50);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}
.shyam-app-menu__product-badge + .shyam-app-menu__product-title {
  margin-top: 0;
}
@media (max-width: 767px) {
  .shyam-app-menu__product-media {
    padding: 9px 0 9px 9px;
  }
  .shyam-app-menu__product-media > .shyam-app-menu__product-price {
    margin: 6px 2px 0;
    font-size: 17px;
  }
  .shyam-app-menu__product-badge {
    margin-bottom: 5px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1.2;
  }
}

/* 2026.51 — keep the image sticker and details badge as two separate fields */
@media (max-width: 767px) {
  .shyam-app-menu__loop-label {
    top: 7px;
    right: 7px;
    padding: 5px 8px;
    font-size: 10px;
    line-height: 1.15;
  }
}
