/**
 * CardPointe Payment Gateway CSS
 * Developed by Checkpoint Solutions
 */

 .cardpointe-iframe-container {
    margin-bottom: 15px;
    position: relative;
}

.cardpointe-validation {
    color: #b94a48;
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
}

/* Make sure the iframe is responsive */
.cardpointe-iframe-container iframe {
    border: none;
    max-width: 100%;
}

/* Style the iframe container when there's an error */
.has-error .cardpointe-iframe-container {
    border: 1px solid #b94a48;
}

/* Ensure compatibility with Formidable Forms styling */
.with_frm_style .cardpointe-iframe-container {
    margin-bottom: 0;
}

.frm_forms .cardpointe-validation.frm_error {
    font-size: 12px;
    margin-top: 5px;
    padding: 0;
}