.tarjetas_provider_intro {
    margin: 0 0 14px;
    color: #555;
    text-transform: none;
}

.tarjetas_provider_list {
    display: block;
    width: 100%;
}

.tarjetas_provider_group {
    border: 1px solid #dfe5e8;
    border-radius: 6px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #fff;
}

.tarjetas_provider_header {
    align-items: center;
    background: #f7f9fa;
    border-bottom: 1px solid #dfe5e8;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    padding: 13px 15px;
}

.tarjetas_provider_title {
    color: #2f3437;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
}

.tarjetas_provider_meta {
    background: #eef3f5;
    border-radius: 4px;
    color: #53636b;
    font-size: 12px;
    line-height: 1;
    padding: 7px 9px;
    text-transform: none;
}

.tarjetas_provider_note {
    color: #68767d;
    flex-basis: 100%;
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
    text-transform: none;
}

.tarjetas_provider_table {
    margin: 0;
    width: 100%;
}

.tarjetas_provider_table td,
.tarjetas_provider_table th {
    vertical-align: middle;
}

.tarjetas_provider_empty {
    color: #68767d;
    padding: 16px;
    text-transform: none;
}

.tarjetas_provider_empty strong {
    color: #2f3437;
    display: block;
    margin-bottom: 4px;
}

.tarjetas_provider_actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    padding: 13px 15px 15px;
}

.tarjetas_provider_actions .sc_button {
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    color: #fff !important;
    display: inline-flex;
    flex-shrink: 0;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    min-width: 178px;
    margin: 0;
    padding: 0 0px 0px 16px;
    text-transform: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    background: linear-gradient(90deg, #009659 0%, #016C40 100%);
}

.tarjetas_provider_actions .sc_button:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
    color: #fff !important;
    filter: brightness(1.03);
    transform: translateY(-1px);
}

.tarjetas_provider_actions .sc_button.is-disabled,
.tarjetas_provider_actions .sc_button.is-disabled:hover {
    background: #5f6f68;
    box-shadow: none;
    cursor: default;
    filter: none;
    opacity: 0.82;
    pointer-events: none;
    transform: none;
}

.tarjetas_provider_action_note {
    color: #68767d;
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
    text-transform: none;
}

.tarjetas_provider_button_label {
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}

.tarjetas_provider_actions .tarjetas_provider_gateway_icon {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    margin-right: 9px;
    overflow: hidden;
    padding: 3px 5px;
    width: 36px;
}

.tarjetas_provider_actions .tarjetas_provider_gateway_icon img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.tarjetas_provider_gateway_button_image {
    display: block;
    height: 30px;
    object-fit: contain;
    border-radius: 6px;
    margin: 8px 16px;
    /* width: 190px; */
}

.tarjetas_provider_actions .sc_button.is-disabled .tarjetas_provider_gateway_icon {
    filter: grayscale(1);
}

.tarjetas_provider_actions .tarjetas_provider_add_icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    margin-right: 8px;
    width: 24px;
}

.tarjetas_provider_actions .tarjetas_provider_add_icon .fa {
    margin: 0;
}

.tarjetas_provider_form_holder {
    background: #f7f9fa;
    border: 1px solid #dfe5e8;
    border-radius: 6px;
    color: #53636b;
    display: none;
    margin-top: 14px;
    padding: 16px;
    text-transform: none;
}

.tarjetas_provider_form_holder_success {
    background: #f7fff9;
    border-color: #b8e2cb;
    display: block;
}

.tarjetas_provider_form_holder_success .tarjetas_provider_registry_status {
    margin-bottom: 0;
}

.tarjetas_provider_iframe_holder {
    display: none;
    height: 600px;
    margin-top: 14px;
    overflow: hidden;
}

.tarjetas_provider_form_holder strong {
    color: #2f3437;
    display: block;
    margin-bottom: 4px;
}

.tarjetas_provider_registry_status {
    color: #53636b;
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 12px;
    text-transform: none;
}

.tarjetas_provider_registry_status_success {
    background: #eaf7f0;
    border: 1px solid #b8e2cb;
    border-radius: 6px;
    color: #16613d;
    font-weight: 700;
    padding: 10px 12px;
}

.tarjetas_provider_registry_iframe {
    border: 1px solid #dfe5e8;
    border-radius: 6px;
    display: none;
    height: 680px;
    width: 100%;
}

.tarjetas_provider_table tr.tarjetas_provider_row_new td {
    background: #f0fff7;
    border-bottom-color: #b8e2cb;
    box-shadow: inset 4px 0 0 #009659;
}

.tarjetas_provider_new_badge {
    background: #009659;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin-left: 8px;
    padding: 5px 7px;
    text-transform: none;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .tarjetas_provider_header {
        align-items: flex-start;
        display: block;
    }

    .tarjetas_provider_meta {
        display: inline-block;
        margin: 8px 0;
    }

    .tarjetas_provider_group {
        overflow-x: auto;
    }

    .tarjetas_provider_registry_iframe {
        height: 600px;
    }
}
