/* PROJETO: BARBEARIA GUARARAPES — V23 — AGENDA POR PERFIL */
.ggr-fixed-location,
.ggr-my-agenda {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(67, 239, 255, .22);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(11, 25, 39, .96), rgba(5, 13, 23, .98));
  color: #edf8ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 10px 26px rgba(0, 0, 0, .22);
  white-space: nowrap;
}

.ggr-my-agenda {
  color: #061015;
  border-color: rgba(113, 244, 255, .7);
  background: linear-gradient(120deg, #43efff, #7e8cff);
}

@media (max-width: 760px) {
  .ggr-fixed-location,
  .ggr-my-agenda {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }
}
