/*
Theme Name: Yousof Rajestary Child
Theme URI: https://rajestary.ir
Author: Yousof Rajestary
Author URI: https://rajestary.ir
Description: پوسته فرزند برای Yousof Rajestary
Template: yousof-rajestary
Version: 1.0
Text Domain: yousof-rajestary-child
*/

.gfield_readonly input, 
.gfield_readonly textarea {
    background-color: #eee !important; /* رنگ زمینه خاکستری برای مشخص شدن */
    pointer-events: none !important;  /* جلوگیری از هر گونه تعامل با ماوس */
    color: #555 !important;
    cursor: default !important;
}

/* برای لینک پرش به محتوای اصلی (skip link) */
.screen-reader-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  
  .screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 10px;
    padding: 10px;
    background: #fff;
    color: #000;
    z-index: 1000;
    clip: auto;
  }