/**
 * CM Payments Gateway Admin Settings Styles
 */

/* Logo container styling */
.cm-payments-logo-container {
    text-align: center;
    margin: 20px 0;
    width: 100%;
}

.cm-payments-logo {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

/* Title styling */
.cm-payments-title {
    text-align: center;
    margin-bottom: 30px;
}

/* Form field alignment */
.woocommerce table.form-table th {
    width: 200px;
    padding-right: 20px;
}

.woocommerce table.form-table td {
    padding: 15px;
}

/* Section styling */
.cmpay-section-title {
    background: #f8f8f8;
    padding: 10px 15px;
    border: 1px solid #e4e4e4;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}

.cmpay-section-title:after {
    content: "\f140";
    font-family: Dashicons;
    position: absolute;
    right: 15px;
    color: #999;
}

.cmpay-section-title.cmpay-section-open:after {
    content: "\f142";
}

.cmpay-section-content {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 15px;
    background: #fff;
}

/* API Testing styles */
.cmpay-test-api-button {
    margin-top: 10px !important;
}

.cmpay-api-response {
    padding: 10px;
    background: #f8f8f8;
    border-left: 4px solid #46b450;
    margin-top: 10px;
}

.cmpay-api-error {
    border-left-color: #dc3232;
}

/* Tooltip spacing */
.tooltip-spacer {
    display: inline-block;
    width: 20px;
}
