.tcl-monthly-prices__table-wrapper {
  position: relative;
  width: calc(100% + 24px);
  margin-left: -12px;
  padding: 0 12px;
}
.tcl-monthly-prices__table-wrapper::before, .tcl-monthly-prices__table-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  z-index: 3;
}
.tcl-monthly-prices__table-wrapper::before {
  left: -5px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0, white), color-stop(50%, white), to(transparent));
  background: linear-gradient(to right, transparent, white 0, white 50%, transparent);
}
.tcl-monthly-prices__table-wrapper::after {
  right: -5px;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(0, white), color-stop(50%, white), to(transparent));
  background: linear-gradient(to left, transparent, white 0, white 50%, transparent);
}
.tcl-monthly-prices__table-scroll {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tcl-monthly-prices__table-scroll::-webkit-scrollbar {
  display: none;
}
.tcl-monthly-prices__table {
  min-width: 100%;
}
.tcl-monthly-prices__table-row:nth-child(1) {
  color: #023c7a;
  font-weight: 700;
}
.tcl-monthly-prices__table-row:nth-child(1) .tcl-monthly-prices__table-column {
  margin-top: 20px;
  padding-bottom: 20px;
}
.tcl-monthly-prices__table-column {
  padding: 10px;
}
.tcl-monthly-prices__table-button {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #023c7a;
  border: 1px solid #023c7a;
  height: 50px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.tcl-monthly-prices__table-button:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .tcl-monthly-prices__table-button {
    font-size: 13px;
    padding: 9px 20px 4px;
  }
}
.tcl-monthly-prices__accordion-title {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0;
  border-bottom: 2px solid #cfcfcf;
  padding-right: 40px;
  position: relative;
}
.tcl-monthly-prices__accordion-title.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tcl-monthly-prices__accordion-title:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  background-image: url("/wp-content/themes/stay2munich/images/accordion-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}