#adminmenu .wp-menu-image img {
    opacity:unset !important
}
/* Style the wrapper */
.orufy-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    /* max-width: 800px; */
}

/* Style tab nav */
.nav-tab-wrapper {
    margin-bottom: 20px !important;
}

.nav-tab {
    padding: 10px 20px;
    font-size: 14px;
}

.nav-tab-active {
    background: #007cba;
    color: #fff;
    border-color: #007cba;
}

/* Form styles */
form input[type="text"] {
    padding: 8px;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    margin-top: 5px;
}

form h2 {
    margin-top: 30px;
}

/* Shortcode box */
code {
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.form-table th {
    width: 150px;
    text-align: left;
    vertical-align: top;
}

input[type="text"] {
    padding: 6px;
    width: 100%;
    max-width: 400px;
}

.template-status-section {
      background: #8080801a;
  padding: 10px;          /* optional: adds space inside the border */
  border-radius: 10px;     /* optional: rounded corners */
}