/* Front-end styling for MIYAAR Card Controls page (to mimic WP admin nav-tabs) */

.miyaar-store-scope{direction:rtl;}

/* Keep this page nicely centered on the front-end */
.miyaar-store-scope.wrap{
  max-width: 1200px;
  margin: 0 auto;
}

/* Basic typography similar to WP admin */
.miyaar-store-scope h1{
  font-size: 28px;
  line-height: 1.2;
  margin: 6px 0 10px;
  font-weight: 900;
  color: #111827;
}

.miyaar-store-scope .description{
  margin: 0 0 12px;
  color: #475569;
  font-weight: 700;
}

/* NAV TABS (WordPress admin-like) */
.miyaar-store-scope .nav-tab-wrapper{
  border-bottom: 1px solid #c3c4c7;
  padding-top: 9px;
  padding-bottom: 0;
  margin: 0;
}

.miyaar-store-scope a.nav-tab{
  display: inline-block;
  padding: 8px 14px;
  margin: 0 0 -1px 8px;
  border: 1px solid #c3c4c7;
  border-bottom: none;
  background: #f0f0f1;
  color: #1d2327;
  text-decoration: none !important;
  font-weight: 900;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.miyaar-store-scope a.nav-tab:hover{
  background: #fff;
}

.miyaar-store-scope a.nav-tab.nav-tab-active{
  background: #fff;
  border-bottom: 1px solid #fff;
}

/* Notices */
.miyaar-store-scope .notice{
  background: #fff;
  border: 1px solid #e5e7eb;
  border-right: 4px solid #2563eb;
  border-left: none;
  border-radius: 12px;
  padding: 10px 12px;
  margin: 12px 0;
}

.miyaar-store-scope .notice.notice-success{border-right-color:#16a34a;}
.miyaar-store-scope .notice.notice-error{border-right-color:#dc2626;}
.miyaar-store-scope .notice.notice-info{border-right-color:#0ea5e9;}

/* Make WP-like form inputs look consistent on front */
.miyaar-store-scope select,
.miyaar-store-scope input[type="text"],
.miyaar-store-scope input[type="number"]{
  font: inherit;
}

/* Prevent theme from underlining all links inside this page */
.miyaar-store-scope a{ text-decoration: none; }
