/*Form*/
.tayseer-payment-content{
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 10px;
}
.tayseer-payment-content .tayseer-payment-label{
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
}
.tayseer-payment-content #tayseer-payment-preview{
    max-width: 100%;
    width: 300px;
    border: 1px solid #dddddd;
}
.tayseer-payment-content .tayseer-payment-label-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #444;
    opacity: 0;
    transition: 0.3s;
}
.tayseer-payment-content .tayseer-payment-label-help{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    text-shadow: 0 1px 1px #444;
    transition: 0.3s;
    width: 100%;
    text-align: center;
}
.tayseer-payment-content .tayseer-payment-label:hover .tayseer-payment-label-overlay{
    opacity: 0.3;
}
.tayseer-payment-content .tayseer-payment-label:hover .tayseer-payment-label-help{
    opacity: 1;
    top: 50%;
}
.tayseer-payment-content #tayseer-payment-input{
    display: block;
    margin-bottom: 5px;
}
.tayseer-payment-content #tayseer-payment-message{
    display: block;
    max-width: 100%;
    width: 302px;
    margin-bottom: 5px;
    resize: vertical;
}



/*Checkout*/
.woocommerce-checkout [class*="payment_method_tayseer_"] img,
.woocommerce [class*="payment_method_tayseer_"] img {
    width: 150px !important;
    height: auto !important;
    max-width: none !important;
    object-fit: contain; /* أو cover حسب اللي يعجبك */
    margin-right: 2px !important;
    border-radius: 4px;
}


/* Center align for thank you page payment block */
.tayseer-payment-content {
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.tayseer-payment-content .tayseer-order-meta {
    margin-bottom: 15px;
    font-size: 15px;
}

.tayseer-payment-form {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.tayseer-payment-form label img {
    max-width: 150px;
    margin: 0 auto 10px;
    display: block;
}

.tayseer-payment-form textarea {
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    display: block;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
}

.tayseer-payment-form input[type="file"] {
    margin: 10px auto;
    display: block;
}

.tayseer-payment-form button {
    margin-top: 10px;
    background: #0a66c2;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}

.tayseer-payment-form button:hover {
    background: #084b8a;
}
