.mce-content-body code {
  border: 1px solid #f2bb13;
  padding: 1px 2px;
  line-height: 21px;
  font-size: 13px;
}

.mce-content-body {
  line-height: 1.6;
  padding: 10px;
}

.mce-content-body p {
  margin: 16px 0;
}
/* This file must be kept synchronized between client/ide and client/work */

.statement-section {
  padding-bottom: 30px;
}

.statement-body {
  color: #20252a;
  background-color: white;
  padding-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.statement-body action {
  display: inline-block;
  font-family: Inconsolata,consolas,monospace;
  padding: 0 4px;
  background-color: #18a1ea;
  white-space: nowrap;
  margin: 0px;
  color: white;
  font-weight: normal;
  border-radius: 3px;
}

.statement-body span.const,
.statement-body const {
  color: #18a1ea;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 700;
}

.statement-body span.var,
.statement-body var {
  font-size: 12px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f2bb13;
  color: #20252a;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  border-radius: 3px;
}

.statement-body h1,
.statement-body h2 {
  color: #838891;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
}

.statement-section .icon {
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
.statement-section .icon-goal {
  background-image: url(https://static.codingame.com/work/assets/icon_statement_goal.e0d1d410.png);
  width: 20px;
  height: 20px;
}
.statement-section .icon-rules {
  background-image: url(https://static.codingame.com/work/assets/icon_statement_rules.63a03828.png);
  width: 20px;
  height: 20px;
}
.statement-section .icon-warning {
  background-image: url(https://static.codingame.com/work/assets/icon_statement_warning.356cb99d.png);
  width: 20px;
  height: 20px;
}
.statement-section .icon-protocol {
  background-image: url(https://static.codingame.com/work/assets/icon_statement_protocol.cb33fa0b.png);
  width: 20px;
  height: 20px;
}
.statement-section .icon-example {
  background-image: url(https://static.codingame.com/work/assets/icon_statement_examples.7a9644e2.png);
  width: 20px;
  height: 20px;
}

.statement-victory-conditions {
  color: #1a99aa;
  background-color: rgba(26, 153, 170, 0.1);
  padding: 20px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.statement-victory-conditions .icon {
  vertical-align: middle;
  text-align: center;
  margin-left: 8px;
  margin-right: 25px;
  min-width: 25px;
  background-image: url(https://static.codingame.com/work/assets/icon_statement_victory_conditions.c2fdc793.png);
  width: 25px;
  height: 25px;
}
.statement-victory-conditions .blk {
  vertical-align: middle;
}
.statement-victory-conditions .title {
  font-weight: 700;
  margin-bottom: 10px;
}

.statement-lose-conditions {
  color: #f85338;
  background-color: rgba(248, 83, 56, 0.1);
  padding: 20px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.statement-lose-conditions .icon {
  vertical-align: middle;
  text-align: center;
  margin-left: 8px;
  margin-right: 25px;
  min-width: 25px;
  background-image: url(https://static.codingame.com/work/assets/icon_statement_lose_conditions.f7a75496.png);
  width: 25px;
  height: 25px;
}
.statement-lose-conditions .blk {
  vertical-align: middle;
}
.statement-lose-conditions .title {
  font-weight: 700;
  margin-bottom: 10px;
}

.statement-protocol {
  color: black;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dadada;
  background-color: #e7e9eb;
}
.statement-protocol .title {
  font-size: 14px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 15px;
}
.statement-protocol .blk {
  border-bottom: 1px solid #dadada;
  padding-top: 15px;
  padding-bottom: 15px;
}
.statement-protocol .blk:last-child {
  border-bottom: none !important;
  padding-bottom: 0px;
}
.statement-protocol .blk:nth-of-type(1) {
  padding-top: 0px;
}
.statement-inout {
  display: flex;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: 0;
  padding: 0;
}
.statement-inout .statement-inout-in, 
.statement-inout .statement-inout-out {
  flex: 1;
  flex-basis: auto;
  color: #20252a;
  margin: 5px;
  padding: 10px;
  background-color: white;
  max-width: 50%;
}
.statement-inout .title {
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
  color: #838891;
}
.statement-inout pre {
  border: none;
  background-color: transparent;
  font-family: inconsolata, monospace;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}


/*# sourceMappingURL=7288-565050d5.css.map*/