
.lgo-custom-card-container {
  margin: 0px;
}
.card-click-effect::part(root)  {
  background: white !important; /* Cor de fundo durante o clique */
  outline: 2px solid rgb(255, 255, 255, 1)!important; /* Outline inicial transparente */;
}
.lgo-custom-card-ui5::part(root){
  cursor: pointer;
  outline: 1px solid transparent; /* Outline inicial transparente */
  transition: background 0.2s ease-in-out, 
              box-shadow 0.2s ease-in-out, 
              outline 0.2s ease-in-out,
              transform 0.1s ease-in-out;
}

.lgo-custom-card-ui5:hover::part(root) {
  /* background: #eaecee; */
  transform: scale(1.01);
  background: #eaecee;
  outline: 1px solid rgba(0, 0, 0, 0.4); /* Outline inicial transparente */
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  border: 1px;
  background-position: center right;
}

.lgo-custom-card-ui5-number {
  font-family: var(--sapFontLightFamily);
  height: 2.875rem;
  padding-block-start: .125rem;
  color: var(--sapNeutralTextColor);
  display: inline-flex;
  font-size: 2.25rem;
  font-weight: 400;
  justify-content: flex-start;
  position: relative;
  text-align: end;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lgo-custom-card-ui5-icon::part(root){
  --teste-teste: 26px;
  transform: translate(-15px, 10px);
  width: var(--teste-teste);
  height: var(--teste-teste);
}ui5-dynamic-page.lgo-oferta-edicao::part(fit-content){
    padding: 5px;
}html, body, #root {
  display: inline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background: var(--sapBackgroundColor);
  font-family: var(--sapFontFamily);
}
