/* Ekolive V8.0 - Final Merged Styles */
.ekolive-calculator-replica { max-width: 100%; position: relative; }
.uagb-block-25609177 { background: #e6e6e6; border: 1px solid #ddd; border-radius: 10px; overflow: hidden; }
.uagb-block-8646b1d5 { background: #fff; padding: 20px; text-align: center; border-bottom: 1px solid #ddd; }
.ek-title { color: #127312; font-size: 24px; font-weight: 700; margin: 0; }
.ekolive-calc { display: flex; flex-wrap: wrap; gap: 20px; padding: 20px; background: #f9f9f9; }
.ek-col-left, .ek-col-right { flex: 1; min-width: 300px; display: flex; flex-direction: column; gap: 15px; }

/* Modern Buttons with Emoji Size Fix */
.ek-crops-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ek-crop-btn { background: #fff; border: 2px solid #ddd; border-radius: 8px; padding: 8px 12px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; min-height: 55px; }
.ek-crop-btn.is-active { border-color: #127312; background: #d2f2a7; }


/* Slim Step 2 Rows */
.ek-input-row { display: flex; gap: 10px; background: #fff; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }
.ek-input-col { flex: 1; padding: 8px 15px !important; }
.ek-input-col:first-child { background: #f0f0f0; border-right: 1px solid #ddd; }

/* Modal Pop-up Styling */
.ek-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 10000; display: flex; justify-content: center; align-items: center; }
.ek-modal-content { background: #f4f4f4; padding: 30px; border-radius: 10px; width: 95%; max-width: 800px; position: relative; max-height: 90vh; overflow-y: auto; }
.ek-close-x { position: absolute; top: 10px; right: 20px; font-size: 35px; cursor: pointer; color: #333; }

/* Panels */
.uagb-block-6e464a79, .uagb-block-27a54568, .uagb-block-43b45b78, .uagb-block-3cfec775 { background: #ededed; padding: 15px; border-radius: 8px; }
.uagb-block-43b45b78 { background: #d2f2a7; }
.uagb-block-3cfec775 { background: #fff; border: 1px solid #ddd; }
.ek-trigger-btn { background: #127312; color: #fff; border: none; padding: 15px; width: 100%; border-radius: 5px; cursor: pointer; font-weight: 700; font-size: 16px; margin-top: 10px; }