.cd-sim-wrap{padding:1.5rem 0;max-width:680px;margin:0 auto;font-family:inherit}
.cd-sim-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.cd-sim-field label{font-size:14px;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:0.04em;display:block}
.cd-sim-field input,.cd-sim-field select{height:46px;border:1px solid #ddd;border-radius:6px;padding:0 14px;font-size:16px;background:#fff;color:#666666;outline:none;width:100%;box-sizing:border-box;font-family:inherit;-webkit-appearance:none;appearance:none}
.cd-sim-field input:focus,.cd-sim-field select:focus{border-color:#5a9a3a;box-shadow:0 0 0 2px rgba(90,154,58,0.15)}
.cd-sim-hint{font-size:13px;margin-top:4px;min-height:20px}
.cd-sim-toggle{display:flex;border-radius:6px;overflow:hidden;margin-bottom:1.5rem}
.cd-sim-toggle button{flex:1;padding:11px;font-size:15px;border:none;background:#fff;color:#5a9a3a;cursor:pointer;font-weight:500;font-family:inherit;transition:background 0.15s}
.cd-sim-toggle button.cd-active{background:#5a9a3a;font-weight: bold;color:#fff}
.cd-sim-btn{width:100%;padding:14px;background:#5a9a3a;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;margin-bottom:1.5rem;letter-spacing:0.03em;text-transform:uppercase;font-family:inherit;display:block}
.cd-sim-btn:hover{background:#4a8530}
.cd-sim-results{border:1px solid #e0e0e0;border-radius:10px;overflow:hidden;display:none;margin-top:1rem}
.cd-sim-results-header{background:#1a2535;padding:1.5rem 1.75rem}
.cd-sim-results-header p{margin:0 0 6px;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em}
.cd-sim-results-header h3{margin:0 0 6px;color:#fff;font-size:30px;font-weight:600;line-height:1.2}
.cd-sim-sub{color:#5a9a3a;font-size:15px;display:block;font-weight:500}
.cd-sim-renta{color:rgba(255,255,255,255);font-size:15px;display:block;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,0.15)}
.cd-sim-results-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.cd-sim-result-item{padding:1.1rem 1.25rem;border-right:1px solid #e0e0e0}
.cd-sim-result-item:last-child{border-right:none}
.cd-sim-result-item p{margin:0 0 4px;font-size:11px;color:#888;text-transform:uppercase;letter-spacing:0.04em}
.cd-sim-result-item h4{margin:0;font-size:16px;font-weight:500;color:#1a2535}
.cd-sim-disclaimer{font-size:14px;color:#bf2c2c;padding:12px 1.25rem;border-top:1px solid #e0e0e0;line-height:1.6;margin:0}
.cd-sim-uf-ref{font-size:18px;color:#666666;;margin-bottom:1.25rem}
.cd-sim-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cd-sim-brand-bar{display:flex;align-items:center;gap:8px;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid #e0e0e0}
.cd-sim-brand-dot{width:10px;height:10px;border-radius:50%;background:#5a9a3a;flex-shrink:0}
.cd-sim-brand-title{font-size:14px;font-weight:500;color:#1a2535;text-transform:uppercase;letter-spacing:0.06em}
#cdTasa{color:#666666 !important}
#cdBtnPesos{font-weight:bold !important}
@media(max-width:600px){
  .cd-sim-row{grid-template-columns:1fr}
  .cd-sim-results-grid{grid-template-columns:1fr}
  .cd-sim-result-item{border-right:none;border-bottom:1px solid #e0e0e0}
  .cd-sim-result-item:last-child{border-bottom:none}
}