.tce-price-match-wrapper {
    margin-top: 10px;
}

.tce-price-match-wrapper .tce-price-match-trigger {
    width: 100%;
    text-align: center;
}

.tce-pm-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tce-pm-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    top: 0;
    left: 0;
}

.tce-pm-modal-inner {
    position: relative;
    max-width: 480px;
    margin: 60px auto;
    background: #fff;
    padding: 20px 24px;
    border-radius: 6px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
}

.tce-pm-modal-inner h3 {
    margin-top: 0;
}

.tce-pm-close {
    position: absolute;
    right: 12px;
    top: 8px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

#tce-price-match-form .form-row {
    margin-bottom: 12px;
}

#tce-price-match-form input[type="text"],
#tce-price-match-form input[type="email"],
#tce-price-match-form input[type="url"],
#tce-price-match-form textarea {
    width: 100%;
}

.tce-pm-response {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    background: #f1f1f1;
    font-size: 13px;
}

/* Gmail warning box */
.tce-pm-gmail-alert {
    display: block;
    padding: 10px 12px;
    background: #ff5c5c;
    color: #ffffff;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.4;
}
