.wc-latipay-vm-container {
    max-width: 800px;
    margin: 0 auto;
}

.wc-latipay-vm-label {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.wc-latipay-vm-card-number-input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}

.wc-latipay-vm-card-number {
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    width: 80%;
}

.wc-latipay-vm-card-type-section {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
}

.wc-latipay-vm-card-type-text {
    font-weight: bold;
    font-family: Arial, sans-serif;
    display: none;
}

.wc-latipay-vm-visa-text {
    color: navy;
}

.wc-latipay-vm-mastercard-text {
    color: #EB001B;
}

.wc-latipay-vm-name-input, .wc-latipay-vm-cvv-input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #333;
}

.wc-latipay-vm-expiration-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wc-latipay-vm-select-date {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #999;
    width: 150px;
    appearance: none;
    background: white url('data:image/svg+xml;utf8,<svg fill="%23999" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
}

.wc-latipay-vm-date-input {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #333;
    width: 150px;
    appearance: none;
    background: white url('data:image/svg+xml;utf8,<svg fill="%23999" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
}

.wc-latipay-vm-divider {
    color: #999;
    font-size: 18px;
}

.wc-latipay-vm-required {
    color: #ff0000;
}