/* === Global Styles === */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  min-width: 0;
  word-break: break-word;
  word-wrap: break-word;
}
body {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
ul,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
form {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
img {
  border: none;
  display: block;
  vertical-align: middle;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}
p {
  word-spacing: -1.5px;
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}


input {
  border: 0;
  outline: none;
}

body.body-container {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #e6f2ff; /* Light blue gradient */
  color: #1a1a1a;
  line-height: 1.6;
  padding: 20px;
}

.main-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.header-section {
  text-align: center;
  padding: 30px 20px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.title-text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-container {
  padding: 20px;
  background-color: #fff;
}

.input-form-wrapper {
  background-color: #f9fafa;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}

.form-title {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 24px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #d1e7ff;
  padding-bottom: 10px;
}

.risk-input-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-col {
  flex: 1;
  min-width: 0;
}

.full-width {
  width: 100%;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-size: 0.95rem;
}

.input-field,
.select-field {
  width: 100%;
  padding: 10px;
  border: 1px solid #b8daff; /* Light blue */
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.input-field:focus,
.select-field:focus {
  outline: none;
  border-color: #007bff; /* Blue */
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

.input-note {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 4px;
}

.submit-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  margin-top: 16px;
}

.submit-btn:hover {
  background-color: #0056b3;
}

.disclaimer-text {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 16px;
  text-align: center;
}

.footer-section {
  padding: 20px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  text-align: left;
  font-size: 0.9rem;
  color: #495057;
}

.footer-content p {
  margin-bottom: 8px;
}

/* Responsive Design

/* === Global Styles === */


body.page-container {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #e6f2ff;
  color: #1a1a1a;
  line-height: 1.6;
  padding: 20px;
}

.main-layout {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.header-area {
  text-align: center;
  padding: 30px 20px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.main-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* === Output Section === */
.output-section {
  background-color: #f9fafa;
  border-radius: 12px;
  padding: 24px;
  margin: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.output-header {
  text-align: center;
  margin-bottom: 16px;
}

.output-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #d1e7ff;
  padding-bottom: 8px;
}

.results-list {
  list-style: none;
  padding: 0;
}

.result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #d1e7ff;
  font-size: 0.9rem;
}

.result-label {
  color: #333;
  flex: 1;
}

.result-value {
  font-weight: 600;
  color: #000;
  min-width: 100px;
  text-align: right;
}

/* === Input Section === */
.input-section {
  background-color: #f9fafa;
  border-radius: 12px;
  padding: 24px;
  margin: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.input-header {
  text-align: center;
  margin-bottom: 16px;
}

.input-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #d1e7ff;
  padding-bottom: 8px;
}

.input-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.input-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.input-row {
  display: flex;
  gap: 20px;
}

.input-cell {
  flex: 1;
  min-width: 0;
}

.full-width {
  width: 100%;
}

.input-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-size: 0.95rem;
}

.input-field,
.input-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #b8daff;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.input-field:focus,
.input-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

.input-help {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 4px;
}

.submit-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  margin-top: 16px;
}

.submit-button:hover {
  background-color: #0056b3;
}

.disclaimer-text {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 16px;
  text-align: center;
}

.footer-area {
  padding: 20px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  text-align: left;
  font-size: 0.9rem;
  color: #495057;
}

.footer-content p {
  margin-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .input-row {
    flex-direction: column;
  }

  .input-cell {
    width: 100%;
  }

  .main-title {
    font-size: 1.5rem;
  }
  .form-row{
     flex-direction: column; 
  }
}


