.mcc-left-inner{display:flex;flex-direction:row;align-items:center;gap:18px;height:100%}.mcc-row{border:1px solid #e8e8e8;border-radius:10px;padding:0;margin-bottom:10px;overflow:hidden;transition:box-shadow .2s}.mcc-row:last-of-type{margin-bottom:0}.mcc-row:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.mcc-header-flex{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 16px;background:#f9f9f9;cursor:pointer}.mcc-header-flex:hover{background:#f0f0f0}.mcc-info{flex:1;display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:600;font-size:14px;color:#222;background:0 0;border:none;padding:0;text-align:left;font-family:inherit;pointer-events:none}.mcc-header-flex:hover .mcc-info{color:#2a3d8f}.mcc-arrow{display:inline-block;width:8px;height:8px;flex-shrink:0;border:solid #888;border-width:0 2px 2px 0;transform:rotate(45deg);transition:transform .25s ease;margin-right:2px}.mcc-info[aria-expanded=true] .mcc-arrow{transform:rotate(-135deg)}.mcc-details{display:none;width:100%;border-collapse:collapse;font-size:12px;background:#fff;border-top:1px solid #e8e8e8}.mcc-details th{padding:8px 16px;background:#f4f4f4;color:#555;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.4px;text-align:left;border-bottom:1px solid #e8e8e8}.mcc-details td{padding:9px 16px;border-bottom:1px solid #f0f0f0;color:#333}.mcc-details tbody tr:last-child td{border-bottom:none}.mcc-details tbody tr:hover td{background:#fafafa}.mcc-switch{position:relative;width:36px;height:20px;flex-shrink:0}.mcc-switch input{opacity:0;width:0;height:0}.mcc-slider{position:absolute;cursor:pointer;inset:0;background:#ccc;transition:.4s;border-radius:20px}.mcc-slider::before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background:#fff;transition:.4s;border-radius:50%}