.schedules-card {
  position: relative;
  padding: 0;
  background: #4b3251;
  box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.09);
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  min-height: auto;
  min-height: 330px;
}

.schedules-card__image {
  display: block;
  width: 100% !important;
  height: 200px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  object-fit: cover;
  position: static;
  top: initial;
  left: initial;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 0;
  transform: none;
}

.schedules-card__action {
  position: absolute;
  top: -20px;
  right: 0;
}

.schedules-card__content {
  background: rgba(75, 50, 81, 0.9);
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  padding: 0 10px 8px;
  margin: 0;
}

.schedules-card__player {
  grid-template-columns: 62px 1fr;
  align-items: flex-start;
}

.schedules-card__desc {
  padding-bottom: 0;
}

.schedules-card__player-nickname {
  margin-bottom: 0;
}
