/* Total cost 3 BHK — scoped to Ariva monsoon blog theme */
.monsoon-blog-page .cost-formula {
  margin: 20px 0;
  padding: 18px 20px;
  border-left: 3px solid #c9a562;
  background: #f8f6f0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.monsoon-blog-page .cost-formula code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
}

.monsoon-blog-page .cost-compare-table th,
.monsoon-blog-page .cost-compare-table td {
  vertical-align: top;
}

.monsoon-blog-page .cost-compare-table td:first-child {
  font-weight: 600;
}

.monsoon-blog-page .cost-question-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .monsoon-blog-page .cost-question-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
