.wcro-wrapper {
    margin: 30px 0;
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
}

.wcro-wrapper h2 {
    margin-top: 0;
    margin-bottom: 12px;
}

.wcro-wrapper h3 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.wcro-wrapper p {
    margin-bottom: 18px;
}

.wcro-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.wcro-form input[type="text"],
.wcro-form input[type="email"],
.wcro-form input[type="number"],
.wcro-form select,
.wcro-form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
}

.wcro-form textarea {
    min-height: 120px;
    resize: vertical;
}

.wcro-form input:focus,
.wcro-form select:focus,
.wcro-form textarea:focus {
    outline: none;
    border-color: #777;
}

.wcro-form .button,
.wcro-withdrawal-button {
    display: inline-block;
    margin-top: 8px;
}

.wcro-form .button[disabled],
.wcro-form .button.is-loading {
    opacity: 0.65;
    cursor: not-allowed;
}

.wcro-submit-note {
    display: none;
    margin-top: 10px;
    font-size: 14px;
}

.wcro-form.is-submitting .wcro-submit-note {
    display: block;
}

.wcro-withdrawal-button-wrapper {
    margin-top: 20px;
}

@media (max-width: 600px) {
    .wcro-wrapper {
        padding: 18px;
        margin: 20px 0;
    }
}

.wcro-form button[type="submit"],
.wcro-form .button,
.wcro-withdrawal-button {
    display: inline-block;
    padding: 12px 20px;
    border: 0;
    border-radius: 6px;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: opacity .2s ease;
}

.wcro-form button[type="submit"]:hover,
.wcro-form .button:hover,
.wcro-withdrawal-button:hover {
    opacity: .9;
    color: #fff !important;
}

.wcro-form button[type="submit"]:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.wcro-review-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.wcro-review-table th,
.wcro-review-table td {
    padding: 12px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    vertical-align: top;
}

.wcro-review-table th {
    width: 180px;
    font-weight: 700;
}

.wcro-confirm-check {
    margin-top: 20px;
    padding: 14px;
    background: #f7f7f7;
    border-radius: 6px;
}

.wcro-btn-secondary {
    background: #666;
}

.wcro-privacy-notice {
    margin: 18px 0;
    padding: 12px 14px;
    border-left: 3px solid #dcdcde;
    background: #f8f9fa;
    font-size: 14px;
    line-height: 1.5;
}

.wcro-privacy-notice a {
    font-weight: 600;
    text-decoration: underline;
}

.wcro-hp-wrap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.woocommerce-info, .woocommerce-message {font-size:16px; line-height:20px; margin-bottom:10px; padding:10px;}

.woocommerce-info::before{content:''!important;}