.elementor-shortcode #techno-market-calculation-print-area .num input{
	text-align: right;
	background: #fff;
}
.elementor-shortcode #techno-market-calculation-print-area .market-step input{
	margin: 4px 0;
	background: #fff;
}
.market-eval .market-step{
	padding: 10px;
}

/* Market Evaluation Styles - Matching the original calculator style */
.market-eval,
.market-eval * {
  box-sizing: border-box;
}
.market-eval {
  font-family: Arial, sans-serif;
  margin: 0 auto;
  background: #fff;
  color: #222;
}
.techno-market-dashboard-plan-list-thead {
  background-color: #333;
  color: white;
}
.techno-market-dashboard-plan-list td {
  vertical-align: middle;
}
#techno-market-name-area {
  margin: 0 auto;
  background: #f2f2f2;
  padding: 20px;
}
#techno-market-name-area label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.market-eval h1 {
  font-size: 1.6rem;
  margin-bottom: 14px;
}
.market-eval .market-step {
  margin: 16px 0;
  border: 1px solid #d6d6d6;
}
.market-eval .market-step h2 {
  margin: 0;
  padding: 10px;
  background: #f2f2f2;
  font-weight: 700;
}
.market-eval table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.market-eval th,
.market-eval td {
  border: 1px solid #d6d6d6;
  padding: 6px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.market-eval th {
  background: #fafafa;
  text-align: center;
}
.market-eval td.txt {
  text-align: left;
}
.market-eval td.num,
.market-eval th.num {
  text-align: right;
}
.market-eval input[type="number"] {
  width: 100%;
  height: 32px;
  padding: 4px 6px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  font-size: 0.95rem;
  background: #d9eaff;
  color: #222;
}
.market-eval input[type="text"] {
  width: 100%;
  height: 32px;
  padding: 4px 6px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  font-size: 0.95rem;
  background: #fff;
}
.market-eval input[type="number"]:focus {
  outline: none;
  border-color: #0a58ca;
  background-color: #cbe5fe;
}
.market-eval input[disabled] {
  border: none !important;
  background: transparent !important;
}
.market-eval .market-value {
  display: inline-block;
  min-width: 0;
  font-family: "Arial", Sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: bold;
}
.market-cta {
  display: inline-block;
  padding: 8px 14px;
  background: #1976d2;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #155a9c;
  font-weight: 600;
}
.market-cta:hover {
  background: #155a9c;
}
.techno-market-actions-btn {
  text-align: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 20px;
}
.techno-market-dashboard-btn {
  background-color: #088634 !important;
  font-family: "Caveat", Sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border-radius: 40px !important;
  padding: 8px 25px !important;
  text-decoration: none !important;
  display: inline-block;
  border: none !important;
  cursor: pointer;
}
.market-header-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  border-bottom: 2px solid #2c6e2f;
  padding-bottom: 12px;
  margin-bottom: 22px;
}
.market-customer-box {
  background: #f2f0e6;
  padding: 6px 16px;
  font-weight: 600;
  font-size: 1.2rem;
  color: #1e3a1e;
  border: 1px solid #b7bfab;
}
.market-date-box {
  font-size: 0.95rem;
  background: #f0f2ec;
  padding: 4px 16px;
  border: 1px solid #b7bfab;
  color: #2b4b1e;
}
.market-row-label {
  font-weight: 600;
  background-color: #f6f8f2;
  text-align: left;
  padding-left: 12px;
  width: 28%;
}
.market-total-farm-profit {
  background: #1a3f1a;
  color: #ffea9e;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 14px;
  margin-top: 20px;
  border: 1px solid #2b5e2b;
}
@media screen and (max-width: 572px){
  .techno-market-actions-btn {
    flex-direction: column;
  }
}