﻿.signature-preview {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #222;
    padding: 0.35rem;
}

/* Đảm bảo .iti chiếm full width giống input thường */
.iti {
    width: 100% !important;
}

    /* Input bên trong cũng full width */
    .iti input {
        width: 100% !important;
        height: calc(1.5em + .75rem + 2px); /* chiều cao giống Bootstrap input */
        padding: .375rem .75rem .375rem 3.5rem; /* chừa khoảng trống cho cờ + code */
        font-size: 1rem;
        line-height: 1.5;
        border: 1px solid #ced4da;
        border-radius: .375rem; /* giống bootstrap form-control */
    }

/* Icon cờ và dropdown align center */
.iti__flag-container {
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid #ced4da; /* viền ngăn cách */
    background: #f8f9fa;
}
