


@media screen and (max-width: 600px){
	 #yeshin-iframe-modal{
		
			align-items: normal !important;
	}
	
	#yeshin-iframe-box{
		
		    max-height: calc(100vh - 40px) !important;
        margin-top: 10px !important;
	}
	
	
	#yeshin-iframe-placeholder{
		
		    height: calc(100% - 40px) !important;
	}
}

.yeshin-payment-methods {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 16px;
    margin-top: 0px;
    background: #fafafa;
}

.yeshin-payment-methods .title {
    font-weight: 600;
    padding: 0px 0px;
    padding-bottom: 15px;
    font-size: 16px;
}

.yeshin-method {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
	margin-top: .7em;
    margin-bottom: 0px;
}

.yeshin-method:hover {
    border-color: #18c773;
    background: #f3fff9;
}

.yeshin-method input[type="radio"] {
    accent-color: auto;
    transform: scale(1.2);
}

.yeshin-method .icon {
    font-size: 20px;
}

.yeshin-method .text {
    font-size: 14px;
    font-weight: 500;
}

/* מצב נבחר */
.yeshin-method input[type="radio"]:checked + .icon,
.yeshin-method input[type="radio"]:checked ~ .text {
    color: #18c773;
}