/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./assets/blocks/scss/campaign/table-campaign.scss ***!
  \**********************************************************************************************************************************************************************/
.campaign-table-block {
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .campaign-table-block {
    padding: 40px 16px;
  }
}
.campaign-table-block .campaign-table-content {
  margin: 0 auto;
  max-width: 794px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.campaign-table-block .campaign-table-content .table-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  color: #1b4298;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .campaign-table-block .campaign-table-content .table-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}
.campaign-table-block .campaign-table-content .table-content table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}
.campaign-table-block .campaign-table-content .table-content table thead tr th {
  height: 32px;
  border: 1px solid var(--Neutral-20, #cacaca);
  background: var(--Color-Primary-Rubine, #e20177);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
}
.campaign-table-block .campaign-table-content .table-content table thead tr th:first-child {
  width: 180px;
}
.campaign-table-block .campaign-table-content .table-content table thead tr th:nth-child(2),
.campaign-table-block .campaign-table-content .table-content table thead tr th:nth-child(3) {
  width: calc((100% - 180px) / 2);
}
.campaign-table-block .campaign-table-content .table-content table tbody tr td {
  height: 60px;
  border: 1px solid var(--Neutral-20, #cacaca);
}
.campaign-table-block .campaign-table-content .table-content table tbody tr td:first-child {
  width: 180px;
}
.campaign-table-block .campaign-table-content .table-content table tbody tr td:nth-child(2),
.campaign-table-block .campaign-table-content .table-content table tbody tr td:nth-child(3) {
  width: calc((100% - 180px) / 2);
}
.campaign-table-block .campaign-table-content .table-content table tbody tr:nth-child(even) {
  background: #fbf2f2;
}
