body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f5f7fa;
}

header {
  background: #0d6efd;
  color: white;
  text-align: center;
  padding: 30px;
}

section {
  max-width: 1100px;
  margin: auto;
  padding: 25px;
}

.calculator-box {
  background: white;
  border-radius: 8px;
}

label {
  margin-top: 15px;
  display: block;
  font-weight: bold;
}

input, select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
}

button {
  margin-top: 20px;
  padding: 12px;
  width: 100%;
  background: #0d6efd;
  color: white;
  border: none;
  font-size: 16px;
}

.result {
  background: #eef2ff;
  margin-top: 20px;
  padding: 15px;
  text-align: center;
}

.more-calculators ul,
.faq ul {
  columns: 2;
}

footer {
  background: #222;
  color: #ccc;
  text-align: center;
  padding: 15px;
}





.seo-keywords {
  background: #ffffff;
  margin-top: 30px;
  border-radius: 8px;
}

.seo-keywords ul {
  margin-top: 15px;
  padding-left: 20px;
}

.seo-keywords li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.site-header {
  background: #ffffff;
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.title-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.site-title {
  font-size: 22px;
  font-weight: 600;
  color: #202124;
}
.long-content {
  max-width: 1000px;
  margin: auto;
  padding: 30px;
  line-height: 1.7;
  background: #ffffff;
}

.long-content h2 {
  margin-top: 35px;
  color: #0d6efd;
}

.long-content ul {
  margin-top: 15px;
  padding-left: 20px;
}

.long-content li {
  margin-bottom: 8px;
}

