/* 13th salary calculator refinements layered on the approved calculator system. */

.thirteenth-salary-page #calculatorForm {
  display: grid;
  gap: 22px;
}

.thirteenth-salary-page #calculatorForm .form-row,
.thirteenth-salary-page #calculatorForm .input-group {
  margin: 0;
}

.thirteenth-salary-page #calculatorForm > button {
  justify-self: start;
  margin-top: 2px;
}

.thirteenth-salary-page .input-hint {
  margin-top: 8px;
  color: #64736d;
  font-style: normal;
  line-height: 1.45;
}

.thirteenth-salary-page .summary-box {
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid #8bd0b5;
  border-radius: 14px;
  background: #eaf6f0;
}

.thirteenth-salary-page .summary-box h3 {
  margin-bottom: 16px;
  color: #075e47;
  text-align: left;
}

.thirteenth-salary-page .summary-box .emoji-icon,
.thirteenth-salary-page .parcela-box .emoji-icon {
  display: none !important;
}

.thirteenth-salary-page .summary-item {
  gap: 24px;
  border-color: #b9ddd0;
}

.thirteenth-salary-page .summary-item.highlight,
.thirteenth-salary-page .summary-item.highlight.positive {
  color: #075e47;
}

.thirteenth-salary-page .parcela-box {
  padding: 24px;
  border-color: #dce5e1;
  border-radius: 14px;
}

.thirteenth-salary-page .parcela-header {
  gap: 16px;
  border-bottom: 1px solid #dce5e1;
}

.thirteenth-salary-page .parcela-header h4 {
  color: #075e47;
}

.thirteenth-salary-page .parcela-tag {
  flex: 0 0 auto;
}

.thirteenth-salary-page .parcela-box .breakdown {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.thirteenth-salary-page .parcela-box .result-item:last-child {
  margin-top: 8px;
  padding: 14px;
  border-radius: 10px;
}

.thirteenth-salary-page .toggle-header {
  gap: 20px;
}

.thirteenth-salary-page .toggle-header h3 {
  margin: 0;
}

.thirteenth-salary-page .educational-guide .educational-intro {
  margin: 18px 0;
}

.thirteenth-salary-page .sidebar-list {
  padding-left: 20px;
}

.thirteenth-salary-page .sidebar-list li {
  margin-bottom: 12px;
  line-height: 1.55;
}

@media (max-width: 600px) {
  .thirteenth-salary-page #calculatorForm > button {
    width: 100%;
  }

  .thirteenth-salary-page .summary-box,
  .thirteenth-salary-page .parcela-box {
    padding: 18px 16px;
  }

  .thirteenth-salary-page .summary-item,
  .thirteenth-salary-page .parcela-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .thirteenth-salary-page .summary-item span:last-child {
    font-size: 1.05em;
  }
}
