/* assets/notification/style/style.intercasino_jp.scss */
#freeround-notification-fragment {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  #freeround-notification-fragment {
    max-width: 928px;
  }
}
#freeround-notification-fragment *,
#freeround-notification-fragment *::before,
#freeround-notification-fragment *::after {
  box-sizing: border-box;
}
#freeround-notification-fragment .highlight,
#freeround-notification-fragment em {
  font-weight: bold;
  color: var(--spk-text-color-container-header-highlighted);
}
#freeround-notification-fragment .freeround-notification-card-container {
  position: relative;
  overflow-x: auto;
  width: 100%;
  display: flex;
}
#freeround-notification-fragment .freeround-notification-card-container .notification-card-component {
  min-width: 316px;
  max-width: 712px;
  align-self: flex-start;
}
#freeround-notification-fragment .freeround-notification-card-container .notification-card-component:not(:nth-child(1)) {
  margin-left: 10px;
}
#freeround-notification-fragment .notification-card-component .upper-container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  padding: 1rem;
  cursor: pointer;
}
#freeround-notification-fragment .notification-card-component .upper-container .upper-left-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#freeround-notification-fragment .notification-card-component .upper-container .upper-left-container .amount {
  font-size: 24px;
  line-height: 120%;
}
#freeround-notification-fragment .notification-card-component .upper-container .upper-left-container .description {
  margin: 0;
}
#freeround-notification-fragment .notification-card-component .upper-container img {
  max-width: 64px;
  max-height: 64px;
}
#freeround-notification-fragment .notification-card-component .lower-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 1rem;
}
#freeround-notification-fragment .notification-card-component .lower-container .divider {
  height: 1px;
  width: 100%;
}
#freeround-notification-fragment .foot {
  margin: 16px auto;
  text-align: center;
}
