.lwc-calculator {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 12px;
    background-color: #fafafa;
    font-family: Arial, sans-serif;
}

.lwc-calculator h2 {
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 20px;
    color: #333;
}

.lwc-form {
    margin-bottom: 20px;
}

.lwc-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #444;
}

.lwc-form select,
.lwc-form input[type="number"] {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 15px;
    border: 1px solid #bbb;
    border-radius: 6px;
    font-size: 1em;
}

.lwc-form input[type="checkbox"] {
    margin-right: 6px;
}

.lwc-dimensions {
    margin-top: 10px;
}

.lwc-results {
    background: #f0f0f0;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.lwc-results h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #222;
}

.lwc-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lwc-results li {
    padding: 6px 0;
    border-radius:5px;
    font-size: 0.95em;
    list-style:none;
}

.lwc-results li:last-child {
    border-bottom: none;
}
.lwc-dimensions-wdith {
    width:49%;
    float:left;
}
.lwc-dimensions-height {
    width:49%;
    float:right;
}
.total-tiles {
    width:50%;
    height:70px;
    text-align:center;
    float:left;
    border:1px solid !important;
    border-radius:5px;
    margin: 5px 0px;
    background:#fff;
}
.total-tiles span {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
  
}
.total-tiles-horizontal{
    width:20%;
    height:70px;
    text-align:center;
    float:left;
    border:1px solid !important;
    border-radius:5px;    
    margin: 5px 0px;
}
.total-tiles-horizontal span {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
  
}
.total-tiles-vertical{
    width:20%;
    height:70px;
    text-align:center;
    float:left;    
    border:1px solid !important;
    border-radius:5px;    
    margin: 5px 0px;
}
.total-tiles-vertical span {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
  
}
.area-covered-res {
    width:95%;
    height:70px;
    text-align:center;
    float:left;    
    border:1px solid !important;
    border-radius:5px;    
    margin: 5px 0px;
}
.area-covered-res span {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
  
}
.pixelswh {
    width:56%;
    height:70px;
    text-align:center;
    float:left;    
    border:1px solid !important;
    border-radius:5px;    
    margin: 5px 0px;
}
.pixelswh span {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
  
}
.pixels-total{
    width:37%;
    height:70px;
    text-align:center;
    float:left;    
    border:1px solid !important;
    border-radius:5px;    
    margin: 5px 0px;
}
.pixels-total span {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}
.weight-total {
    width:46%;
    height:70px;
    text-align:right;
    float:left;    
    margin: 5px 0px;
     align-items: center;
     display: flex;
     justify-content: flex-end;
     padding-right:10px;
     font-size: 16px !important;
     border:none !important;
}
.weight-total-lb {
    width:22%;
    height:70px;
    text-align:center;
    float:left;    
    margin: 5px 0px;
    border:1px solid !important;
    border-radius:5px;    
}
.weight-total-lb span {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}
.weight-total-kg {
    width:22%;
    height:70px;
    text-align:center;
    float:left;    
    margin: 5px 0px;
    border:1px solid !important;
    border-radius:5px;    
}
.weight-total-kg span {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}
.power-watts {
    width:46.5%;
    height:70px;
    text-align:center;
    float:left;    
    margin: 5px 0px;
    border:1px solid !important;
    border-radius:5px;    
}
.power-watts span {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}
.power-amps {
    width:46.5%;
    height:70px;
    text-align:center;
    float:left;    
    margin: 5px 0px;
    border:1px solid !important;
    border-radius:5px;    
}
.power-amps span {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}
.processor-results{
    clear:both;
    padding-top:15px;
}
.cal-res strong {
    font-size:15px;
}
#lwc-novastar-results strong {
    font-size: 24px !important;
}
#lwc-brompton-results strong {
    font-size: 24px !important;
}
.lwc-inquiry-form.hidden {
    display: none;
}

.lwc-inquiry-form input,
.lwc-inquiry-form label,
.lwc-inquiry-form button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.lwc-inquiry-form button.lwc-button {
    margin-top: 10px;
}
