
.mcf-form{max-width:520px;margin:80px auto;padding:24px;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.12)}
.mcf-country{position:relative}
.mcf-select{padding:12px;border:1px solid #ccc;border-radius:10px;cursor:pointer}
.mcf-panel{
 display:none;
 position:absolute;
 width:100%;
 background:#fff;
 border-radius:10px;
 z-index:9999;
 box-shadow:0 6px 20px rgba(0,0,0,.15);
}
.mcf-country.open .mcf-panel{display:block}
.mcf-search{width:100%;padding:10px;border:none;border-bottom:1px solid #eee}
.mcf-list{
 max-height:260px;
 overflow-y:auto;
 list-style:none;
 margin:0;
 padding:0;
}
.mcf-list li{padding:10px;cursor:pointer}
.mcf-list li:hover{background:#f1f5f9}
