/*body {
  display: flex;
  justify-content: center;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
  'Helvetica Neue', 'Ubuntu', sans-serif;
  height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 112px;
  border-radius: 6px;
  justify-content: space-between;
}
p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
  color: #242d60;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}*/
/*section commune*/
.my-custom-card-header {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    height: auto; /* Remove height inherit */
    display: flex; /* Flex container for layout */
    flex-grow: 1;
    background-image: linear-gradient(white, aliceblue, aliceblue, white);
    min-width: 86px;
    flex-direction: column;
}

    .my-custom-card-header:hover {
        background-image: linear-gradient(aliceblue, #cce7ff, #cce7ff, aliceblue);
        box-shadow: inset 0 0 5px #cce7ff;
    }

    .my-custom-card-header .card-subtitle {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        flex-grow: 1;
    }

#checkout {
  width: 100vw;
}
.hidden {
  display: none;
}