.kanews-form {
  margin-top: 16px;
}
.kanews-form .widefat {
  margin: 12px 0 20px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.08);
  font-size: 15px;
}
:root {
  /* Core Colors */
  --kan-primary: #d92e2e;
  --kan-primary-hover: #b91c1c;
  --kan-accent: #007aff;
  --kan-accent-hover: #0062cc;
  --kan-success: #34c759;
  --kan-warning: #f59e0b;
  --kan-error: #ef4444;
  --kan-wp-blue: #2271b1;
  --kan-gold: #ffd700;
  
  /* Gradients */
  --kan-grad-primary: linear-gradient(135deg, var(--kan-primary) 0%, var(--kan-accent) 100%);
  --kan-grad-primary-90: linear-gradient(90deg, var(--kan-primary), var(--kan-accent));
  
  --kan-grad-anniversary: linear-gradient(135deg, var(--kan-gold) 0%, #ff69b4 100%);
  --kan-grad-anniversary-shine: linear-gradient(90deg, var(--kan-gold), #ff69b4, var(--kan-gold), #ff69b4);
  --kan-grad-anniversary-90: linear-gradient(90deg, var(--kan-gold), #ff69b4);
  
  --kan-grad-success: linear-gradient(135deg, var(--kan-success) 0%, #30d158 100%);
  --kan-grad-shine-success: linear-gradient(90deg, transparent, rgba(52, 199, 89, 0.1), transparent);
  
  --kan-grad-warning: linear-gradient(135deg, #ff9500 0%, #ff9f0a 100%);
  --kan-grad-blue: linear-gradient(135deg, #0071e3 0%, #007aff 100%);
  
  --kan-grad-rainbow: linear-gradient(90deg, #42ca88 10.21%, #32dde8 23.26%, #f9d30d 51.47%, #ed8b30 79.67%, #834bde 91.04%);
  
  --kan-grad-bg-light: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
  --kan-grad-bg-anniversary: linear-gradient(135deg, #ffffff 0%, #fffaf0 50%, #fff5e6 100%);
  --kan-grad-bg-dark: linear-gradient(120deg, #1e293b, var(--kan-gray-900));
  
  --kan-grad-review-bg: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 152, 0, 0.15) 100%);
  
  --kan-grad-card-1: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
  --kan-grad-card-2: linear-gradient(to right, #434343 0%, black 100%);
  
  --kan-grad-fade-right: linear-gradient(90deg, transparent, var(--kan-primary));
  --kan-grad-fade-bottom: linear-gradient(180deg, transparent, var(--kan-primary));
  --kan-grad-fade-left: linear-gradient(270deg, transparent, var(--kan-primary));
  --kan-grad-fade-top: linear-gradient(360deg, transparent, var(--kan-primary));
  
  /* Neutrals */
  --kan-white: #ffffff;
  --kan-black: #000000;
  --kan-gray-50: #f9fafb;
  --kan-gray-100: #f3f4f6;
  --kan-gray-200: #e5e7eb;
  --kan-gray-300: #d1d5db;
  --kan-gray-400: #9ca3af;
  --kan-gray-500: #6b7280;
  --kan-gray-600: #4b5563;
  --kan-gray-700: #374151;
  --kan-gray-800: #1f2937;
  --kan-gray-900: #111827;

  /* Semantic Colors */
  --kan-bg-body: var(--kan-gray-200);
  --kan-bg-surface: var(--kan-white);
  --kan-bg-surface-secondary: var(--kan-gray-100);
  
  --kan-text-main: var(--kan-gray-900);
  --kan-text-secondary: var(--kan-gray-500);
  --kan-text-light: var(--kan-white);
  
  /* Borders & Shadows */
  --kan-border-color: var(--kan-gray-200);
  --kan-border-color-dark: var(--kan-gray-300);
  --kan-border-color2: var(--kan-gray-500);
  
  /* Component Specific */
  --kan-theme-color: var(--kan-primary);
  --kan-block-shadow: 0 0px 5px 0 rgba(50, 53, 61, 0.1);
  --kan-block-radius: 5px;
  --kan-placeholder-bg: var(--kan-bg-surface-secondary);
  --kan-bg-white-color: var(--kan-white);
  --kan-ph: #e7e7e7;
  
  /* Legacy Aliases */
  --background: var(--kan-white);
  --subtle-background: #eeeadd;
  --text: var(--kan-black);
  --text-light: var(--kan-white);
  --accent-1: var(--kan-primary);
  --accent-2: var(--kan-black);
  --nav-background: #f8f8f8;
  --nav-border: #767676;
  --nav-color: #767676;
  --nav-current: var(--kan-black);

  /* Typography */
  --kan-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --kan-font-sans: var(--theme_font);
  
  /* Spacing & Layout */
  --kan-radius-sm: 4px;
  --kan-radius-md: 8px;
  --kan-radius-lg: 16px;
  --kan-radius-full: 9999px;
  
  --kan-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --kan-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --kan-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
/* Yeni Panel */
.kan__container {
  --global--color-green: #d1e4dd;
  --global--color-blue: #d1dfe4;
  --global--color-purple: #d1d1e4;
  --global--color-red: #e4d1d1;
  --global--color-orange: #e4dad1;
  --global--color-yellow: #eeeadd;
  --background: #fff;
  --subtle-background: #eeeadd;
  --text: #000;
  --text-light: #fff;
  --accent-1: var(--kan-primary);
  --accent-2: #000;
  --nav-background: #f8f8f8;
  --nav-border: #767676;
  --nav-color: #767676;
  --nav-current: #000;
}
.kan-wrap-2 {
  margin-left: 4px !important;
  margin-right: 25px !important;
  margin-bottom: -56px !important;
}

@media screen and (max-width: 782px) {
  .kan-php.auto-fold #wpcontent,
  .credits-php.auto-fold #wpcontent,
  .freedoms-php.auto-fold #wpcontent,
  .privacy-php.auto-fold #wpcontent {
    padding-left: 24px;
  }
}
.kan__container {
  max-width: 100%;
  margin: 0;
  clear: both;
  background: transparent;
}
.kan__container .alignleft {
  float: left;
}
.kan__container .alignright {
  float: right;
}
.kan__container .aligncenter {
  text-align: center;
}
.kan__container .is-vertically-aligned-top {
  -ms-grid-row-align: start;
  align-self: start;
}
.kan__container .is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center;
}
.kan__container .is-vertically-aligned-bottom {
  -ms-grid-row-align: end;
  align-self: end;
}
.kan__section {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  clear: both;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.kan__container .has-accent-background-color {
  background-color: #d1e4dd;
  background-color: var(--accent-1);
}
.kan__container .has-transparent-background-color {
  background-color: transparent;
}
.kan__container .has-accent-color {
  color: #000;
  color: var(--text);
  font-weight: 700;
}
.kan__container .has-border {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06),
              inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
}
.kan__container .has-subtle-background-color {
  background: rgba(238, 234, 221, 0.5);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08),
              inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
}
.kan__container .has-background-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.kan__section {
  margin: 1em 0;
}
.kan__section + .kan__section .column {
  padding-top: 0;
}
.kan__section .column.has-border,
.kan__section .column[class*="background-color"] {
  padding-top: 32px;
}
.kan__section .column.is-edge-to-edge {
  padding: 0;
}
.kan__section .column p:first-of-type {
  margin-top: 0;
}
.kan__section .column p:last-of-type {
  margin-bottom: 0;
}
.kan__section .has-text-columns {
  columns: 2;
  column-gap: 64px;
}
.kan__section .is-section-header {
  margin-bottom: 0;
  padding: 32px 32px 0;
}
.kan__section .is-section-header p:last-child {
  margin-bottom: 0;
}
.kan__section .is-section-header:first-child:last-child {
  padding: 0;
}
.kan__section.is-feature {
  padding: 48px 32px;
}
.kan__section.is-feature p {
  margin: 0;
}
.kan__section.is-feature p + p {
  margin-top: 1rem;
}
.kan__section.has-1-column {
  margin-left: auto;
  margin-right: auto;
  max-width: 36em;
}
.kan__section.has-2-columns,
.kan__section.has-3-columns,
.kan__section.has-4-columns,
.kan__section.has-overlap-style {
  display: -ms-grid;
  display: grid;
}
.kan__section.has-gutters {
  gap: 16px;
}
.kan__section.has-2-columns {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.kan__section.has-2-columns.is-wider-right {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
.kan__section.has-2-columns.is-wider-left {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.kan__section.has-2-columns .is-section-header {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
.kan__section.has-2-columns .column:nth-of-type(2n + 1) {
  -ms-grid-column: 1;
  grid-column-start: 1;
}
.kan__section.has-2-columns .column:nth-of-type(2n) {
  -ms-grid-column: 2;
  grid-column-start: 2;
}
.kan__section.has-3-columns {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
.kan__section.has-3-columns .is-section-header {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}
.kan__section.has-3-columns .column:nth-of-type(3n + 1) {
  -ms-grid-column: 1;
  grid-column-start: 1;
}
.kan__section.has-3-columns .column:nth-of-type(3n + 2) {
  -ms-grid-column: 2;
  grid-column-start: 2;
}
.kan__section.has-3-columns .column:nth-of-type(3n) {
  -ms-grid-column: 3;
  grid-column-start: 3;
}
.kan__section.has-4-columns {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
.kan__section.has-4-columns .is-section-header {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}
.kan__section.has-4-columns .column:nth-of-type(4n + 1) {
  -ms-grid-column: 1;
  grid-column-start: 1;
}
.kan__section.has-4-columns .column:nth-of-type(4n + 2) {
  -ms-grid-column: 2;
  grid-column-start: 2;
}
.kan__section.has-4-columns .column:nth-of-type(4n + 3) {
  -ms-grid-column: 3;
  grid-column-start: 3;
}
.kan__section.has-4-columns .column:nth-of-type(4n) {
  -ms-grid-column: 4;
  grid-column-start: 4;
}
.kan__section.has-2-columns .is-section-header ~ .column,
.kan__section.has-3-columns .is-section-header ~ .column,
.kan__section.has-4-columns .is-section-header ~ .column,
.kan__section.has-overlap-style .is-section-header ~ .column {
  -ms-grid-row: 2;
  grid-row-start: 2;
}
.kan__section.has-overlap-style {
  -ms-grid-columns: (1fr) [7];
  grid-template-columns: repeat(7, 1fr);
}
.kan__section.has-overlap-style .column {
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.kan__section.has-overlap-style .column:nth-of-type(2n + 1) {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}
.kan__section.has-overlap-style .column:nth-of-type(2n) {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}
.kan__section.has-overlap-style .column.is-top-layer {
  z-index: 1;
}
@media screen and (max-width: 782px) {
  .kan__section.has-2-columns.is-wider-left,
  .kan__section.has-2-columns.is-wider-right,
  .kan__section.has-3-columns {
    display: block;
    padding-bottom: 16px;
  }
  .kan__section.has-2-columns.has-gutters .column,
  .kan__section.has-3-columns.has-gutters .column {
    margin-bottom: 16px;
  }
  .kan__section.has-2-columns.has-gutters .column:last-child,
  .kan__section.has-3-columns.has-gutters .column:last-child {
    margin-bottom: 0;
  }
  .kan__section.has-3-columns .column:nth-of-type(n) {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .kan__section.has-4-columns {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .kan__section.has-4-columns .column:nth-of-type(2n + 1) {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .kan__section.has-4-columns .column:nth-of-type(2n) {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .kan__section.has-4-columns .column:nth-of-type(4n),
  .kan__section.has-4-columns .column:nth-of-type(4n + 3) {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .kan__section.has-4-columns .is-section-header {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .kan__section.has-4-columns .is-section-header ~ .column:nth-of-type(4n),
  .kan__section.has-4-columns .is-section-header ~ .column:nth-of-type(4n + 3) {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .kan__section.has-overlap-style {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .kan__section.has-overlap-style .column.column {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}
@media screen and (max-width: 600px) {
  .kan__section.has-2-columns {
    display: block;
    padding-bottom: 16px;
  }
  .kan__section.has-2-columns.has-gutters .column {
    margin-bottom: 16px;
  }
  .kan__section.has-2-columns.has-gutters .column:last-child {
    margin-bottom: 0;
  }
  .kan__section.has-2-columns .column:nth-of-type(n) {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .kan__section.has-4-columns {
    display: block;
    padding-bottom: 16px;
  }
  .kan__section.has-4-columns.has-gutters .column {
    margin-bottom: 16px;
  }
  .kan__section.has-4-columns.has-gutters .column:last-child {
    margin-bottom: 0;
  }
  .kan__section.has-4-columns .column:nth-of-type(n) {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.kan__container {
  line-height: 1.4;
  color: #000;
  color: var(--text);
}
.kan__container h1 {
  margin: 0 0 1em;
  padding: 0;
  font-weight: 600;
  color: inherit;
}
.kan__container h1,
.kan__container h2,
.kan__container h3.is-larger-heading {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 2.9em;
  line-height: 1.2;
  font-weight: 400;
}
.kan__container h2.is-smaller-heading,
.kan__container h3 {
  margin-top: 0;
  font-size: 1.5em;
}
.kan__container p {
  font-size: inherit;
  line-height: inherit;
}
.kan__section a {
  color: var(--kan-theme-color);
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
}
.kan__section a:active,
.kan__section a:focus,
.kan__section a:hover {
  color: var(--kan-accent);
  color: var(--accent-2);
  text-decoration: none;
  transform: translateY(-1px);
}
.wp-credits-list a {
  text-decoration: none;
}
.wp-credits-list a:active,
.wp-credits-list a:focus,
.wp-credits-list a:hover {
  text-decoration: underline;
}
.kan__container ul {
  list-style: disc;
}
.kan__container img {
  margin: 0;
  max-width: 100%;
  vertical-align: middle;
}
.kan__container .kan__image {
  margin: 0;
}
.kan__container .kan__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.kan__container .kan__image .wp-video {
  margin-left: auto;
  margin-right: auto;
}
.kan__container .kan__image + h3 {
  margin-top: 1.5em;
}
.kan__container hr {
  margin: 0;
  height: 32px;
  border: none;
}
.kan__container hr.is-small {
  height: 8px;
}
.kan__container hr.is-large {
  height: 64px;
  width: 2px;
  margin: 16px auto;
  background: currentColor;
}
.kan__section {
  font-size: 1.2em;
}
.kan__section.is-feature {
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .kan__section.is-feature {
    font-size: 1.4em;
    font-weight: 500;
  }
  .kan__container h1,
  .kan__container h2,
  .kan__container h3.is-larger-heading {
    font-size: 2em;
  }
}
.kan__header {
  margin-bottom: 32px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1), 
              0 2px 8px 0 rgba(0, 0, 0, 0.05),
              inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  color: var(--kan-text-main);
  overflow: hidden;
  position: relative;
}


.kanews-anniversary-5::after {
  content: '✨';
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  opacity: 0.6;
  animation: kanews-anniversary-sparkle 2s ease-in-out infinite;
  z-index: 0;
}

.kanews-anniversary-badge {
  position: relative;
  top: 22px;
  left:35px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--kan-grad-anniversary);
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4),
              0 2px 6px rgba(255, 105, 180, 0.3);
  z-index: 10;
  animation: kanews-anniversary-bounce 2s ease-in-out infinite;
  letter-spacing: 0.5px;
}

.kanews-anniversary-icon {
  font-size: 18px;
  animation: kanews-anniversary-rotate 3s linear infinite;
  display: inline-block;
}

.kanews-anniversary-text {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@keyframes kanews-anniversary-shimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes kanews-anniversary-sparkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.2) rotate(180deg);
  }
}

@keyframes kanews-anniversary-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes kanews-anniversary-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.kan__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--kan-grad-primary-90);
  
}
.kan__header-image {
  margin: 0 32px 3em;
}
.kan__header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0,0,0,.2);
  padding: 32px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.kan__header-title {
  display: inline-block;
  text-align: center;
}
.kan__header-title p {
  margin: 0;
  padding: 0;
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  background: var(--kan-grad-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}
.kan__header-text {
  margin: 0;
  max-width: 18em;
  font-size: 1.25em;
  line-height: 1.5;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  color: rgba(29, 29, 31, 0.7);
  font-weight: 400;
}
.kan__header-text p {
  margin: 0;
}
.kan__header-badge {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  -ms-grid-row-align: center;
  align-self: center;
}
.kan__header-navigation {
  clear: both;
  padding-top: 0;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
  color: var(--kan-text-main);
  color: var(--nav-color);
  position: relative;
  z-index: 1;
}
.kan__header-navigation .nav-tab {
  margin-left: 0;
  padding: 20px 32px;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: 500;
  border: none;
  background: transparent;
  color: rgba(29, 29, 31, 0.6);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border-radius: 12px 12px 0 0;
  margin: 0 4px 0 0;
}
.kan__header-navigation .nav-tab::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--kan-grad-primary-90);
  border-radius: 3px 3px 0 0;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.kan__header-navigation .nav-tab:active,
.kan__header-navigation .nav-tab:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--kan-text-main);
  transform: translateY(-1px);
}
.kan__header-navigation .nav-tab--external {
  background: linear-gradient(120deg, var(--kan-gray-900), var(--kan-gray-900));
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 12px;
  padding-right: 30px;
  border-radius: 25px;
  font-size: 16px;
  margin-left: auto;
  margin: 9px 0;
}
.kan__header-navigation .nav-tab--external::after {
  content: '↗';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  opacity: 0.85;
}
.kan__header-navigation .nav-tab--external:hover {
  background: var(--kan-grad-bg-dark);
  color: #fff;
}
.kan__header-navigation .nav-tab--hosting {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  margin-left: 1em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
  font-weight: 600;
  transition: all 0.3s ease;
}
.kan__header-navigation .nav-tab--hosting::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.kan__header-navigation .nav-tab--hosting:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
.kan__header-navigation .nav-tab--hosting:hover::before {
  left: 100%;
}
.kan__header-navigation .nav-tab--hosting .dashicons-cloud {
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
.kan__header-navigation .nav-tab-active {
  color: var(--kan-text-main);
  color: var(--nav-current);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-weight: 600;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
}
.kan__header-navigation .nav-tab-active::before {
  width: 60%;
}
.kan__header-navigation .nav-tab-active:active,
.kan__header-navigation .nav-tab-active:hover {
  background: rgba(255, 255, 255, 0.7);
  color: var(--kan-text-main);
  transform: translateY(-1px);
}
@media screen and (max-width: 782px) {
  .kan__container .kan__header-text {
    font-size: 1.2em;
  }
  .kan__header-container {
    display: block;
    padding: 24px 20px;
  }
  .kan__header-badge,
  .kan__header-image,
  .kan__header-text,
  .kan__header-title {
    margin-left: 16px;
    margin-right: 16px;
  }
  .kan__header-text {
    margin-bottom: 1em;
  }
  .kan__header-badge {
    margin-bottom: 3em;
  }
  .kanews-anniversary-badge {
    top: 15px;
    right: 15px;
    padding: 6px 12px;
    font-size: 11px;
  }
  .kanews-anniversary-icon {
    font-size: 14px;
  }
  .kanews-anniversary-5::after {
    top: 15px;
    right: 15px;
    font-size: 18px;
  }
  .kan__header-navigation {
    border-radius: 0 0 16px 16px;
  }
  .kan__header-navigation .nav-tab {
    margin-top: 0;
    margin-right: 0;
    padding: 16px 12px;
    font-size: 1.1em;
    border-radius: 0;
  }
  .kan__header-navigation .nav-tab-active {
    border-radius: 0;
  }
}
@media screen and (max-width: 480px) {
  .kan__header-title p {
    font-size: 2.2em;
  }
  .kan__header {
    border-radius: 12px;
  }
  .kanews-anniversary-badge {
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 10px;
    flex-direction: column;
    gap: 4px;
  }
  .kanews-anniversary-icon {
    font-size: 12px;
  }
  .kanews-anniversary-5::after {
    top: 10px;
    right: 10px;
    font-size: 16px;
  }
  .kan__header-navigation {
    border-radius: 0 0 12px 12px;
  }
  .kan__header-navigation .nav-tab {
    float: none;
    display: block;
    margin-bottom: 0;
    padding: 14px 16px;
    border-left: 3px solid transparent;
    border-bottom: none;
    border-radius: 0;
    margin: 0;
  }
  .kan__header-navigation .nav-tab::before {
    display: none;
  }
  .kan__header-navigation .nav-tab-active {
    border-bottom: none;
    border-left: 3px solid var(--kan-theme-color);
    background: rgba(0, 113, 227, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
.kan__section .wp-people-group {
  margin: 0;
}
.kan__section .wp-person {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 1em 1em 0;
  height: 6em;
  width: calc(33% - 4px);
  min-width: 280px;
}
.kan__section .compact .wp-person {
  height: auto;
  width: calc(25% - 4px);
  min-width: 220px;
  padding-bottom: 0.5em;
}
.kan__section .wp-person .gravatar {
  float: left;
  margin: -4px 0.85em 0.85em 0;
  padding: 1px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.kan__section .compact .wp-person .gravatar {
  width: 40px;
  height: 40px;
}
.kan__section .wp-person .web {
  font-size: 1.4em;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  color: var(--text);
}
.kan__section .wp-person .web:hover {
  text-decoration: underline;
}
.kan__section .compact .wp-person .web {
  font-size: 1.2em;
}
.kan__section .wp-person .title {
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 480px) {
  .kan__section .wp-person {
    min-width: 100%;
  }
  .kan__section .wp-person .gravatar {
    width: 60px;
    height: 60px;
  }
  .kan__section .wp-person .web {
    font-size: 1em;
  }
  .kan__section .compact .wp-person .web {
    font-size: 1em;
  }
}
.kan__section .column .freedoms-image {
  margin-bottom: 1em;
}
.kan-wrap {
  position: relative;
  margin: 25px 40px 0 20px;

  font-size: 15px;
}
.kan-wrap.full-width-layout {
  max-width: 1200px;
}
.kan-wrap-content {
  max-width: 1050px;
}
.kan-wrap .notice,
.kan-wrap div.error,
.kan-wrap div.updated {
  display: none !important;
}
.kan-wrap hr {
  border: 0;
  height: 0;
  margin: 3em 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.kan-wrap img {
  margin: 0;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.kan-wrap .inline-svg img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.kan-wrap video {
  margin: 1.5em auto;
}
.wp-badge {
  background: #0073aa url(images/w-logo-white.png?ver=20160308) no-repeat;
  background-position: center 25px;
  background-size: 80px 80px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  margin: 5px 0 0;
  padding-top: 120px;
  height: 40px;
  display: inline-block;
  width: 140px;
  text-rendering: optimizeLegibility;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.svg .wp-badge {
  background-image: url(images/wordpress-logo-white.svg?ver=20160308);
}
.kan-wrap .wp-badge {
  position: absolute;
  top: 0;
  right: 0;
}
.kan-wrap .nav-tab {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 1.33333333;
}
.kan-wrap h1 {
  margin: 0.2em 200px 0 0;
  padding: 0;
  color: #32373c;
  line-height: 1.2;
  font-size: 2.8em;
  font-weight: 400;
}
.kan-wrap h2 {
  margin: 40px 0 0.6em;
  font-size: 2.7em;
  line-height: 1.3;
  font-weight: 300;
  text-align: center;
}
.kan-wrap h3 {
  margin: 1.25em 0 0.6em;
  font-size: 1.4em;
  line-height: 1.5;
}
.kan-wrap h4 {
  font-size: 16px;
  color: #23282d;
}
.kan-wrap p {
  line-height: 1.5;
  font-size: 16px;
}
.kan-wrap code,
.kan-wrap ol li p {
  font-size: 14px;
  font-weight: 400;
}
.kan-wrap figcaption {
  font-size: 13px;
  text-align: center;
  color: #fff;
  text-overflow: ellipsis;
}
.kan-wrap .kan-description,
.kan-wrap .kan-text {
  margin-top: 1.4em;
  font-weight: 400;
  line-height: 1.6;
  font-size: 19px;
}
.kan-wrap .kan-text {
  margin: 1em 200px 1em 0;
  color: #555d66;
}
.kan-wrap .has-1-columns,
.kan-wrap .has-2-columns,
.kan-wrap .has-3-columns,
.kan-wrap .has-4-columns {
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.kan-wrap .column {
  margin-right: 20px;
  margin-left: 20px;
}
.kan-wrap .is-wide {
  max-width: 760px;
}
.kan-wrap .is-fullwidth {
  max-width: 100%;
}
.kan-wrap .has-1-columns {
  display: block;
  max-width: 680px;
  margin: 0 auto 40px;
}
.kan-wrap .has-2-columns {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.kan-wrap .has-2-columns .column:nth-of-type(2n + 1) {
  -ms-grid-column: 1;
  grid-column-start: 1;
}
.kan-wrap .has-2-columns .column:nth-of-type(2n) {
  -ms-grid-column: 2;
  grid-column-start: 2;
}
.kan-wrap .has-2-columns.is-wider-right {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
.kan-wrap .has-2-columns.is-wider-left {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.kan-wrap .has-3-columns {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
.kan-wrap .has-3-columns .column:nth-of-type(3n + 1) {
  -ms-grid-column: 1;
  grid-column-start: 1;
}
.kan-wrap .has-3-columns .column:nth-of-type(3n + 2) {
  -ms-grid-column: 2;
  grid-column-start: 2;
}
.kan-wrap .has-3-columns .column:nth-of-type(3n) {
  -ms-grid-column: 3;
  grid-column-start: 3;
}
.kan-wrap .has-4-columns {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
.kan-wrap .has-4-columns .column:nth-of-type(4n + 1) {
  -ms-grid-column: 1;
  grid-column-start: 1;
}
.kan-wrap .has-4-columns .column:nth-of-type(4n + 2) {
  -ms-grid-column: 2;
  grid-column-start: 2;
}
.kan-wrap .has-4-columns .column:nth-of-type(4n + 3) {
  -ms-grid-column: 3;
  grid-column-start: 3;
}
.kan-wrap .has-4-columns .column:nth-of-type(4n) {
  -ms-grid-column: 4;
  grid-column-start: 4;
}
.kan-wrap .column :first-child {
  margin-top: 0;
}
.kan-wrap .aligncenter {
  text-align: center;
}
.kan-wrap .alignleft {
  float: left;
  margin-right: 40px;
}
.kan-wrap .alignright {
  float: right;
  margin-left: 40px;
}
.kan-wrap .is-vertically-aligned-top {
  -ms-grid-row-align: start;
  align-self: start;
}
.kan-wrap .is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center;
}
.kan-wrap .is-vertically-aligned-bottom {
  -ms-grid-row-align: end;
  align-self: end;
}
.kan-wrap .point-releases {
  margin-top: 5px;
  border-bottom: 1px solid #ddd;
}
.kan-wrap .changelog {
  margin-bottom: 40px;
}
.kan-wrap .changelog.point-releases h3 {
  padding-top: 35px;
}
.kan-wrap .changelog.point-releases h3:first-child {
  padding-top: 7px;
}
.kan-wrap .changelog.feature-section .col {
  margin-top: 40px;
}
.kan-wrap .lead-description {
  font-size: 1.5em;
  text-align: center;
}
.kan-wrap .feature-section p {
  margin-top: 0.6em;
}
.kan-wrap .headline-feature {
  margin: 0 auto 40px;
  max-width: 680px;
}
.kan-wrap .headline-feature h2 {
  margin: 50px 0 0;
}
.kan-wrap .headline-feature img {
  max-width: 600px;
  width: 100%;
}
.kan-wrap .return-to-dashboard {
  margin: 30px 0 0 -5px;
  font-size: 14px;
  font-weight: 600;
}
.kan-wrap .return-to-dashboard a {
  text-decoration: none;
  padding: 0 5px;
}
.kan-wrap h2.wp-people-group {
  margin: 2.6em 0 1.33em;
  padding: 0;
  font-size: 16px;
  line-height: inherit;
  font-weight: 600;
  text-align: left;
}
.kan-wrap .wp-people-group {
  padding: 0 5px;
  margin: 0 -15px 0 -5px;
}
.kan-wrap .compact {
  margin-bottom: 0;
}
.kan-wrap .wp-person {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding-bottom: 15px;
  height: 70px;
  width: 280px;
}
.kan-wrap .compact .wp-person {
  height: auto;
  width: 180px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.kan-wrap .wp-person .gravatar {
  float: left;
  margin: 0 10px 10px 0;
  padding: 1px;
  width: 60px;
  height: 60px;
}
.kan-wrap .compact .wp-person .gravatar {
  width: 30px;
  height: 30px;
}
.kan-wrap .wp-person .web {
  margin: 6px 0 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-decoration: none;
}
.kan-wrap .wp-person .title {
  display: block;
}

.kai-api-test-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.kanews-ai-test-status {
  font-size: 13px;
}

.kanews-ai-test-status.success {
  color: #1f7e2d;
}

.kanews-ai-test-status.error {
  color: #c0392b;
}
.kan-wrap #wp-people-group-validators + p.wp-credits-list {
  margin-top: 0;
}
.kan-wrap p.wp-credits-list a {
  white-space: nowrap;
}
.freedoms-php .kan-wrap ol {
  margin: 40px 60px;
}
.freedoms-php .kan-wrap ol li {
  list-style-type: decimal;
  font-weight: 600;
}
.freedoms-php .kan-wrap ol p {
  font-weight: 400;
  margin: 0.6em 0;
}
.freedoms-php .column .freedoms-image {
  background-image: url(images/freedoms.png);
  background-size: 100%;
  padding-top: 100%;
}
.freedoms-php .column:nth-of-type(2) .freedoms-image {
  background-position: 0 34%;
}
.freedoms-php .column:nth-of-type(3) .freedoms-image {
  background-position: 0 66%;
}
.freedoms-php .column:nth-of-type(4) .freedoms-image {
  background-position: 0 100%;
}
@media screen and (max-width: 782px) {
  .kan-wrap .has-3-columns,
  .kan-wrap .has-4-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .kan-wrap .has-3-columns .column:nth-of-type(3n + 1),
  .kan-wrap .has-4-columns .column:nth-of-type(4n + 1) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .kan-wrap .has-3-columns .column:nth-of-type(3n + 2),
  .kan-wrap .has-4-columns .column:nth-of-type(4n + 2) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .kan-wrap .has-3-columns .column:nth-of-type(3n),
  .kan-wrap .has-4-columns .column:nth-of-type(4n + 3) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .kan-wrap .has-4-columns .column:nth-of-type(4n) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}
@media screen and (max-width: 600px) {
  .kan-wrap .has-2-columns,
  .kan-wrap .has-3-columns,
  .kan-wrap .has-4-columns {
    display: block;
  }
  .kan-wrap :not(.is-wider-right):not(.is-wider-left) .column {
    margin-right: 0;
    margin-left: 0;
  }
  .kan-wrap .has-2-columns.is-wider-left,
  .kan-wrap .has-2-columns.is-wider-right {
    display: -ms-grid;
    display: grid;
  }
}
@media only screen and (max-width: 500px) {
  .kan-wrap {
    margin-right: 20px;
    margin-left: 10px;
  }
  .kan-wrap .kan-text,
  .kan-wrap h1 {
    margin-right: 0;
  }
  .kan-wrap .kan-text {
    margin-bottom: 0.25em;
  }
  .kan-wrap .wp-badge {
    position: relative;
    margin-bottom: 1.5em;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .kan-wrap .has-2-columns.is-wider-left,
  .kan-wrap .has-2-columns.is-wider-right {
    display: block;
  }
  .kan-wrap .column {
    margin-right: 0;
    margin-left: 0;
  }
  .kan-wrap .has-2-columns.is-wider-left img,
  .kan-wrap .has-2-columns.is-wider-right img {
    max-width: 160px;
  }
}

.kanews_page_kanews-welcome,
.kanews_page_kanews-kai,
.kanews_page_kanews-import,
.kanews_page_kanews-options,
.kanews_page_kanews-update {
  background: var(--kan-bg-body);
}

.kan-wrap {
  max-width: 100%;
  --accent-1: var(--kan-primary);
  --nav-background: #f8f8f8;
}
.kan-wrap .kan__header {
  color: #fff;
}
.kan-circle {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  border: 2px solid #1f1f1f;
  border-radius: 50%;
  display: inline-block;
}
.kan-update-alert {
  background: #404040;
  font-size: 22px;
  margin-top: -20px;
  padding: 15px;
}
.kan-update-alert .button {
  margin-left: 10px;
  border: 0;
  color: #444;
}

/* Yeni Panel - Bitti */

/* Acf */
.acf-field .acf-label label > span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
}

/* Widgets */
.kanews-admin-divider {
  display: block;
  height: 1px;
  background: #eee;
  margin: 30px -15px 0;
}
.kanews-widgets-title {
  padding: 0 0 0 1em;
  position: relative;
  border-left: 3px solid var(--kan-primary);
}
.kanews-widgets-alert {
  padding: 4px 8px;
  position: relative;
  top: -3px;
  text-decoration: none;
  border: 1px solid #bcd8e4;
  border-radius: 2px;
  text-shadow: none;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
  color: #56879c;
  background: #f3f5f6;
  cursor: pointer;
}
.widget-content label {
  margin-right: 5px;
  font-weight: 500;
  display: inline-block;
}
.widget-content input,
.widget-content select,
.widget-content textarea {
  margin-top: 5px;
}

[id*="home-content"].widgets-sortables .kanews-grid-select,
[id*="home-sidebar"].widgets-sortables .kanews-grid-select,
[id*="home-content"].widgets-sortables
  .kanews-thumb-select
  option[value="right"],
[id*="home-sidebar"].widgets-sortables
  .kanews-thumb-select
  option[value="right"] {
  display: none;
}

[id*="home-sidebar"].widgets-sortables .kanews-grid-select-x,
[id*="home-sidebar"].widgets-sortables .kanews-col-select-x {
  display: none;
}

#widget-list [id*="kanews"] .widget-top,
#widget-list [id*="pt_mailchimp"] .widget-top {
  border-color: rgba(255, 0, 0, 0.5) !important;
}

/* Codestar */
.widget-content .csf-field  input, .widget-content .csf-field  select, .widget-content .csf-field  textarea{
  width: 100%
}
.csf-theme-light .csf-nav ul li.csf-tab-expanded>a {
  background: rgba(255,255,255,.1) !important;
}
.csf-theme-light .csf-nav ul li a[data-tab-id="diger-ayarlar"] {
  border-top: 1px solid rgba(255,255,255,.25) !important;
}

.item-demo-iframe {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #ddd;
  height: 175px;
}

#import_data.textarea {
  width: 100% !important;
}

.s-wrap h1,
.s-wrap .headline {
  margin: 0.2em 200px 0 0;
  padding: 0;
  color: #32373c;
  line-height: 1.2em;
  font-size: 2.8em;
  font-weight: 700;
}
.s-wrap,
.kanews-wrap {
  position: relative;
}
.s-wrap .headline {
  font-size: 2.1em;
}
.s-wrap h1 + p {
  margin: 1em 1em 1em 0;
  color: #555d66;
  font-weight: 400;
  line-height: 1.6em;
  font-size: 16px;
}
.s-wrap p.text {
  margin: 1em 1em 4em 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?2lntm9");
  src: url("..fonts/icomoon.eot?2lntm9#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?2lntm9") format("truetype"),
    url("../fonts/icomoon.woff?2lntm9") format("woff"),
    url("../fonts/icomoon.svg?2lntm9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-2x {
  font-size: 1.25rem;
}

.icon-3x {
  font-size: 1.7rem;
}

.icon-4x {
  font-size: 2rem;
}

.icon-90deg {
  transform: rotate(90deg);
  display: inline-block;
}
.icon-90degg {
  transform: rotate(-90deg);
  display: inline-block;
}
.icon-180deg {
  transform: rotate(180deg);
  display: inline-block;
}
.icon-tiktok:before {
  content: "\e90c";
}
.icon-add:before {
  content: "\e900";
}
.icon-gallery:before {
  content: "\e901";
}
.icon-tumblr:before {
  content: "\e92e";
}
.icon-close:before {
  content: "\e924";
}
.icon-forward:before {
  content: "\e904";
}
.icon-like:before {
  content: "\e931";
}
.icon-like-o:before {
  content: "\e932";
}
.icon-vpn_key:before {
  content: "\e911";
}
.icon-pin:before {
  content: "\e903";
}
.icon-play:before {
  content: "\e921";
}
.icon-standings:before {
  content: "\e92d";
}
.icon-local_pharmacy:before {
  content: "\e937";
}
.icon-traffic:before {
  content: "\e90d";
}
.icon-menu:before {
  content: "\e905";
}
.icon-notifications:before {
  content: "\e936";
}
.icon-local:before {
  content: "\e90a";
}
.icon-done:before {
  content: "\e907";
}
.icon-edit:before {
  content: "\e908";
}
.icon-article:before {
  content: "\e92c";
}
.icon-grid:before {
  content: "\e90f";
}
.icon-home:before {
  content: "\e90c";
}
.icon-subscriptions:before {
  content: "\e91c";
}
.icon-location:before {
  content: "\e910";
}
.icon-moon-fill:before {
  content: "\e91a";
}
.icon-menu2:before {
  content: "\e915";
}
.icon-call:before {
  content: "\e914";
}
.icon-rss:before {
  content: "\e935";
}
.icon-search:before {
  content: "\e917";
}
.icon-settings:before {
  content: "\e918";
}
.icon-share:before {
  content: "\e933";
}
.icon-exchange:before {
  content: "\e920";
}
.icon-type:before {
  content: "\e906";
}
.icon-unlock:before {
  content: "\e922";
}
.icon-user:before {
  content: "\e928";
}
.icon-bolt:before {
  content: "\e934";
}
.icon-envelope:before {
  content: "\e930";
}
.icon-live:before {
  content: "\e90b";
}
.icon-star:before {
  content: "\e925";
}
.icon-star-half:before {
  content: "\e926";
}
.icon-star-o:before {
  content: "\e92a";
}
.icon-bookmark:before {
  content: "\e912";
}
.icon-bookmark-o:before {
  content: "\e913";
}
.icon-logout:before {
  content: "\e923";
}
.icon-covid:before {
  content: "\e909";
}
.icon-caret:before {
  content: "\e91d";
}
.icon-arrow-long:before {
  content: "\e91e";
}
.icon-arrow:before {
  content: "\e91f";
}
.icon-video:before {
  content: "\f16a";
}
.icon-bitcoin:before {
  content: "\f15a";
}
.icon-money:before {
  content: "\f195";
}
.icon-newspaper:before {
  content: "\f1ea";
}
.icon-telegram:before {
  content: "\f2c6";
}
.icon-comment:before {
  content: "\e92b";
}
.icon-mic:before {
  content: "\e929";
}
.icon-view:before {
  content: "\e902";
}
.icon-mail-forward:before {
  content: "\e92f";
}
.icon-twitter:before {
  content: "\e90e";
}
.icon-gold .path1:before {
  content: "\e916";
  color: rgb(227, 227, 227);
}
.icon-gold .path2:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(214, 154, 0);
}
.icon-gold .path3:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-weather:before {
  content: "\e927";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-sun:before {
  content: "\e9d4";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-pinterest:before {
  content: "\ead1";
}

.ocdi-install-plugins-content-content .plugin-item:nth-child(1), .ocdi-install-plugins-content-content .plugin-item:nth-child(2) {
display: none
}

[data-tab-id="kanews-ai"]:after {
  content: 'Yeni';
  position: absolute;
  right: 8px;
  top: 12px;
  background: green;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}
[data-tab-id="kanews-sayfalari2"]:after {
  /* content: '1'; */
  position: absolute;
  right: 8px;
  top: 12px;
  background: blue;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}


.csf-field.yeni .csf-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.csf-field.yeni .csf-title::after {
  content: 'Yeni';
  background: green;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  height: auto;
  display: inline-block !important;
}

/**
 * Custom Sidebar
 */
#kan-add-widget input {
  max-width: 95%;
  padding: 8px;
  margin-bottom: 14px;
  width: 25em;
  margin-top: 3px;
  text-align: center;
}
#kan-add-widget p.submit {
padding: 0 ;
text-align: center;
margin: 0 
}
#kan-add-widget {
  text-align: center;
}
.sidebar-kan-custom {
  position: relative;
}
.kan-widget-delete {
  display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-top: 1px solid #eee;
}

div#widgets-right .sidebar-kan-custom.closed .kan-widget-delete{
  display: none;
}



#kanews_review_notice h3 {
  color: #fff;

}
#kanews_review_notice {
  border-width: 0 0 0 4px;
  border-left-color: #6668BD;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 5px 10px 5px 65px;
}

#kanews_review_notice.is-dismissible {
  background: #253142;
  color: #e4e5e7;
  border-width: 3px;
  border-style: solid;
  border-color: #161e28;
  padding: 0.25rem 1rem 1rem;
  border-radius: 5px;
}
#kanews_review_notice.is-dismissible h3 {
  color: #f7d070;
}
#kanews_review_notice.is-dismissible p {
  font-size: 13px;
  color: #f7d070;
  opacity: 0.7;
  margin-bottom: 0;
}
#kanews_review_notice.is-dismissible ul {
  line-height: 1;
  margin-bottom: 0;
  text-align: left;
  opacity: 0.8;
  font-size: 15px;
  max-width: 530px;
}
#kanews_review_notice.is-dismissible li {
  display: inline-block;
  width: 49%;
  margin-bottom: 0.5rem;
}
#kanews_review_notice ul li:before {
  font-family: dashicons;
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  content: '\f147';
  text-align: center;
  vertical-align: middle;
  color: #161e28;
  border-radius: 10px;
  background: #9ce2b6;
}
#kanews_review_notice small {
  opacity: 0.5
}
#kanews_review_notice .button {
  border-color: #f7d070;
  background: #f7d070;
  color: #5a4000;
  font-size: 15px;
  margin-right: 12px;
}
div#kanews_review_notice .kanews-maybe-later-action,
div#kanews_review_notice .kanews-already-upgraded-action {
  color: #f7d070;
  opacity: 0.7;
  margin: 0 12px;
  font-size: 13px;
}

div#kanews_review_notice .kanews-maybe-later-action:hover,
div#kanews_review_notice .kanews-already-upgraded-action:hover {
opacity: 1
}

.toplevel_page_kanews #kanews_review_notice,
body[class*="kanews_page_kanews-options-"] div#kanews_review_notice {
  display: none;
}

.csf-taxonomy .csf-section-title {
  border-left: 0;
  border-right: 0;
  border-top: 0
}
.csf-taxonomy-edit-fields>.csf-field, .csf-taxonomy-add-fields>.csf-field {
  padding: 15px;
}

#kanews-ai-launch svg {
  margin-right: 5px;
}

.kanews-ai-block select {
  margin-top: 8px;
}
.kanews-ai-block {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  /* border-bottom: 1px solid #ccc; */
}
.kanews-ai-block-flex {
  display: flex;
  flex-direction: column;
}
.kanews-ai-block-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.kanews-ai-block-row  .kanews-ai-block-label {
  margin-bottom: 0;
}
.kanews-ai-block-label {
  font-size: 13px;

}
.kanews-ai-block-value {
  font-size: 1em;
  font-weight: 700;
  color:  var(--wp-components-color-accent,var(--wp-admin-theme-color,var(--kan-accent)));
}

.edit-post-meta-boxes-area #poststuff .stuffbox>h3, .edit-post-meta-boxes-area #poststuff h2.hndle, .edit-post-meta-boxes-area #poststuff h3.hndle {
  padding: 0 16px
}

.edit-post-meta-boxes-area .postbox>.inside {
  padding: 0 16px 16px
}

 #kanews_ai_meta_box .postbox-header .hndle {
  font-size: 12px;
 }

 #kanews-ai-selector {
  width: 100%;
  max-width: 100%;
 }
 #kanews_ai_meta_box .postbox-header, #kanews-ai-toolbar-btn {
  position: relative;
  border-radius: 4px;
  background: var(--kan-grad-rainbow);
 }
 #kanews_ai_meta_box .postbox-header::before, #kanews-ai-toolbar-btn::before {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 2px;
  top: 2px;
  background:   #fff;
  z-index: 1;

 }
 #kanews_ai_meta_box .postbox-header>*, #kanews-ai-toolbar-btn>* {
  position: relative;
  color: #000;
  z-index: 2;
 }

 .kanews-ai-task-selector {
  position: relative;
  margin-bottom: 10px;
 }
 .kanews-ai-task-selector svg {
  position: absolute;
  right: 10px;
  top: 8px;
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, var(--kan-accent)));
  border: 1px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, var(--kan-accent)));
  border-radius: 100%;
 }
 

 /* CSF  */


.icon-180deg {
  display: inline-block;
  transform: rotate(180deg);
}

.kan-theme-ver {
  background: var(--kan-primary);
  border-radius: 4.5px;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600;
  margin-top: -4px;
  margin-left: 5px;
  padding: 4px 6px 4px 7px;
  letter-spacing: .4px;
  vertical-align: middle;
  text-transform: uppercase;
}

/* CSF */
.no-border .csf-title::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 25px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}
.no-border .csf-title::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 25px
}
.no-border .csf-title {
  padding-left: 2em !important;
}
.no-border {
  border: 0 !important;
  padding-top: 0 !important;
}
.csf-options {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  background: #fff;
  margin: -31px 0 0;
  position: relative;
  /* max-width: 1200px; */
  transition: all .7s ease;
  overflow: hidden;
}

.csf-options * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.csf-header-left img {
  height: auto;
  vertical-align: middle;
}

.csf-theme-dark .csf-nav-background, .csf-header-left, .csf-theme-dark .csf-footer {
  background: #1d2327;
}

.csf-theme-dark .csf-header-inner {
  background: #fff;
  padding: 0;
  display: flex;
}

.csf-theme-dark .csf-nav ul li a {
  background: transparent !important;
  border: 0 !important;
  font-size: 14px;
  color: #6e778a;
  display: flex;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  padding:  10px 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.csf-nav-background, .csf-nav-normal, .csf-header-left {
  width: 260px;
}
.csf-metabox .csf-nav-normal {
  width: 220px;
}
@media only screen and (min-width: 782px) {
.csf-nav-normal+.csf-content {
  margin-left: 260px;
}
}

.csf-theme-dark .csf-nav-normal ul li .csf-active:after {
  content: none;
}

.csf-tab-icon {
  display: inline-block;
  margin-right: 16px !important;
  font-size: 16px !important;
}

.csf-nav-normal {
  padding: 20px;
}

.csf-header-left {
  height: 60px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 30px;
}

.csf-header-right {
  padding: 9px 2rem;
  flex: 1;
  align-items: center;
  display: flex;
  border-bottom: 1px solid var(--kan-ph);
  justify-content: space-between;
}

.csf-expand-all {
  display: none;
}

.csf-theme-dark .csf-nav ul li .csf-active {
  color: #030303 !important;
    background-color: #ffffff !important;
    border-radius: 20px;
}

.csf-notice {
  background: var(--kan-ph);
  border-left: 4px solid #1eaa69;
  box-shadow: none;
  font-size: 13px;
}

.csf-field-heading+.csf-field {
  border: 0;
  /* padding-top: 0; */
}

.csf-field-heading, .csf-field-notice {
  background: transparent;
}

.csf-field .csf-subtitle-text {
  color: #5f6875;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: -.2px;
}
.csf-field + .csf-field {
  border-color: var(--kan-ph)
}
.csf-field .csf-title h4 {
  color: #1c2c4e;
  font-weight: 500;
  font-size: 14px;
}

.csf-section > * {
  padding-left: 0;
  padding-right: 0;
}
.csf-section {
  padding: 1.75rem 2rem;
  margin-top: 1.5rem;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow:
    0 10px 15px -3px rgba(15, 23, 42, 0.06),
    0 4px 6px -4px rgba(15, 23, 42, 0.04);
}

.csf-field-heading, .csf-field-subheading {
  font-size: 1.5rem;
  letter-spacing: -.5px;
  background: transparent;
  /* border: 0 !important; */
  font-weight: 600;
  line-height: 28px;
  border: 0 !important;
  border-left: 5px solid var(--kan-primary) !important;
  padding: 0 0 0 1em !important;
  margin: 1rem 0 1rem -32px !important;
}

.csf-field-subheading+.csf-field {
  border-top: 0 !important
}
.csf-buttons .csf-save, .csf-options .button {
  padding: 5px 10px;
  margin: 0 5px;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #f1f1f1;
  border-radius: 6px;
}

@media only screen and (min-width: 782px) {
.csf-field .csf-title {
  width: 30%;
}

.csf-field .csf-fieldset {
  width: calc(70% - 20px);
}
}

.csf-field.csf-field-code_editor .csf-fieldset, .csf-field.csf-field-image_select .csf-fieldset {
  width: 100%;
  margin-top: 20px;
}
.csf-field-switcher .csf--ball {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  
  border-radius: 9999px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.25);
  transition: transform 150ms ease-in-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
}
.csf-field-switcher .csf--switcher {
  border-radius: 6px;
}



.csf-field-switcher .csf--switcher {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--kan-error) !important;
  background: var(--kan-error);
}

.csf-field-switcher .csf--active {
  background: var(--kan-success);
  border-color: transparent;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--kan-success) !important;

}

.csf-field-switcher .csf--active .csf--ball {
  background: #ffffff;
  transform: translateX(26px);
}

.csf-field-switcher .csf--active .csf--on {
  color: #fff !important;
}

.csf-field-switcher .csf--active .csf--ball {
  margin-left: -49px;
}

.csf-field-text input,
.csf-field-typography .csf--input,
.widget-content input,
.widget-content textarea {
  min-height: 41px;
  display: block;
  width: 100%;
  padding: 0.5rem 0.875rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background-color: #f9fafb;
  font-size: 14px;
  line-height: 1.5;
  color: #0f172a;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.04);
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, background-color 150ms ease-in-out;
}

.csf-field-text input:focus,
.csf-field-typography .csf--input:focus,
.widget-content input:focus,
.widget-content textarea:focus {
  outline: none;
  border-color: var(--kan-primary);
  box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.6);
  background-color: #ffffff;
}

.csf-field-select select,
.csf-field .chosen-container-single .chosen-single,
.csf-field .chosen-container .chosen-drop,
.csf-field .chosen-container-multi .chosen-choices {
  min-height: 41px;
  line-height: 41px;
  display: block;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.04);
  background-color: #f9fafb;
  font-size: 14px;
  min-width: 130px;
  padding-right: 40px;
  background-position: 90%;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, background-color 150ms ease-in-out;
}

.csf-field-select select:focus,
.csf-field .chosen-container-single .chosen-single:focus,
.csf-field .chosen-container-multi .chosen-choices:focus {
  outline: none;
  border-color: var(--kan-primary);
  box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.6);
  background-color: #ffffff;
}

.csf-field .chosen-container .chosen-drop {
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
  background-color: #ffffff;
}

.csf-field .chosen-container-single .chosen-single,
.csf-field .chosen-container-multi .chosen-choices {
  background: #f9fafb url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55% !important;
}

.csf-field .chosen-container-single .chosen-search:before {
  top: 4px
}

.chosen-container-multi .chosen-choices li.search-choice {
  margin: 8px 5px 3px 0;
  padding: 5px 20px 5px 6px;
}

.chosen-container-single .chosen-search input[type=text] {
  background: #fff !important;
  border: 1px solid #000 !important;
  padding: 10px;
  border-radius: 5px;
}

.csf-image-preview {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: var(--kan-ph);
  border: 0;
  outline: 1px dashed rgba(0,0,0,.2);
  outline-offset: -7px;
  padding: 11px;
}

.csf-field-media .csf--placeholder input {
  min-height: 41px;
  display: block;
  width: 100%;
  padding: 0.5rem 0.875rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background-color: #f9fafb;
  font-size: 14px;
  line-height: 1.5;
  color: #0f172a;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.04);
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, background-color 150ms ease-in-out;
}
.csf-field-media .csf--placeholder input:focus {
  outline: none;
  border-color: var(--kan-primary);
  box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.6);
  background-color: #ffffff;
}

.image_select_preloader .csf-fieldset {
  width: calc(50% - 20px) !important;
  margin: 0 !important
}
.image_select_preloader img{
  height: 50px;
  width: 50px;
  object-fit: contain;
}

.csf-field-image_select .csf--image:not(.csf--active):not(:hover) {
  opacity: 0.25;
}

.csf-options .wp-picker-container .wp-color-result.button.wp-picker-open span {
opacity: 0;
}
.csf-options .wp-picker-container .wp-color-result.button span {
  position: absolute;
  left: 40px;
  top: -2px;
  background: transparent;
  border: 0;
  font-size: 14px;
}
.csf-options .wp-picker-container .wp-color-result.button {
  border: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  box-shadow: 0px 0px 7px 1px rgba(0,0,0,.1);
  background-color: var(--kan-ph);
  border-radius: 9999px;
  overflow: hidden;
}

.csf-options .wp-picker-container .wp-color-result.button::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 9999px;
  background: conic-gradient(
    #ef4444,
    #f97316,
    #facc15,
    #22c55e,
    #0ea5e9,
    #6366f1,
    #ec4899,
    #ef4444
  );
  box-shadow: 0 0 0 2px #ffffff;
}

.csf-field-color_group .csf--title {
  color: #1c2c4e;
  margin: 0;
}

.csf-field .wp-color-result-text {
  display: none;
}

.csf--input {
  padding-right: 0 !important;
}
.csf--input input[type=number], .csf--input select {
  min-height: 41px;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.875rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background-color: #f9fafb;
  font-size: 14px;
  line-height: 1.5;
  color: #0f172a;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.04);
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, background-color 150ms ease-in-out;
}
.csf--input input[type=number]:focus,
.csf--input select:focus {
  outline: none;
  border-color: var(--kan-primary);
  box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.6);
  background-color: #ffffff;
}
.csf--input select  {
  margin-left: 5px !important;
  font-size: 14px !important;
  color: #0f172a;
  padding: 0 10px !important;
  /* text-transform: uppercase; */
}
.csf-field-checkbox input[type=checkbox],
.csf-field-radio input[type=radio] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(148, 163, 184, 0.9);
  background-color: #f9fafb;
  accent-color: var(--kan-primary);
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.06);
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, background-color 150ms ease-in-out;
}
.csf-field-radio input[type=radio] {
  border-radius: 9999px;
}
.csf-field-checkbox input[type=checkbox]:focus,
.csf-field-radio input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.6);
  border-color: var(--kan-primary);
}
.csf-field-border .csf--label, .csf-field-dimensions .csf--label, .csf-field-spacing .csf--label {
  background: var(--kan-ph) !important;
  border: 0 !important;
  box-shadow:  none !important;
}

.csf-field.csf-field-group {
  border-top: 0;
  padding-top: 0;
}

.csf-field.csf-field-group .csf-fieldset {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background-color: #f9fafb;
  box-shadow:
    0 8px 12px -4px rgba(15, 23, 42, 0.06),
    0 4px 6px -4px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.csf-field-group .csf--group {
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.25);
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.csf-field-group .csf--group + .csf--group {
  margin-top: 0.75rem;
}

.wp-picker-open+.wp-picker-input-wrap {
  position: relative;
}

.hidden-ph .csf-input-number::placeholder {
  opacity: 0;
}

.csf-field-typography .csf--block-extra-styles {
  margin-top: 0 ;
}

.csf-field-color_group .csf--left::after {
  content: '';
  clear: both;
  display: block;
}
.csf-field-color_group .csf--left {
  margin-right: 10px;
  margin-bottom: 25px;
  position: relative;
  width: auto;
  background: var(--kan-ph);
  padding: 15px;
  border-radius: 5px;
  flex-direction: row-reverse;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  float: none;
}

#adminmenu li.toplevel_page_kanews-options img {
  width: 25px !important;
  margin-top: -4px !important;
  margin-left: 5px !important;
  margin-right: 10px !important;
}


/* Mega Menü */
.c4d-mega-menu-button {
  background: #cfcfcf;
  border-radius: 30px;
  height: 20px;
  width: 45px;
  display: inline-block;
  top: 0;
  left: 100%;
  vertical-align: middle;
  margin: 0 10px;
  cursor: pointer;
  }
  .c4d-mega-menu-button:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: red;
  content: "";
  display: block;
  transition: all 0.3s;
  margin: 4px 5px;
  }
  .c4d-mega-menu-button.active:after {
  background: green;
  margin-left: 27px;
  }
  .c4d-mega-menu-button-col {
  background: #cfcfcf;
  border-radius: 30px;
  height: 20px;
  width: 91px;
  display: inline-block;
  top: 0;
  left: 100%;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
  text-align: center;
  }
  .c4d-mega-menu-button-col:after {
  content: "";
  display: block;
  clear: both;
  }
  .c4d-mega-menu-button-col .next,
  .c4d-mega-menu-button-col .prev {
  width: 12px;
  height: 12px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 11px;
  display: inline-block;
  border-radius: 50%;
  margin: 4px 6px;
  }
  .c4d-mega-menu-button-col .next:hover,
  .c4d-mega-menu-button-col .prev:hover {
  background: red;
  }
  .c4d-mega-menu-button-col .prev {
  float: left;
  margin-right: 10px;
  }
  .c4d-mega-menu-button-col .next {
  float: right;
  margin-left: 10px;
  }
  .c4d-mega-menu-button-setting {
  background: #cfcfcf;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  display: inline-block;
  top: 0;
  left: 100%;
  vertical-align: middle;
  margin: 0 10px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  }
  .c4d-mega-menu-button-setting i:before {
  font-family: dashicons;
  content: "\f111";
  font-size: 10px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: bottom;
  }
  .c4d-mega-menu-setting-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  }
  .c4d-mega-menu-setting-page.active {
  display: block;
  }
  .c4d-mega-menu-setting-page .main-content {
  max-width: 1024px;
  min-height: 400px;
  width: 100%;
  margin: 5% auto auto;
  background: #fff;
  }

  .csf-taxonomy {
    background: #fff;
  }

  .csf-field-sortable .csf-field-text input {
    width: 100%;
    max-width: 100%;
  }
  .csf-field-sortable .csf-sortable .csf-sortable-item {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #eee;
  }
  .csf-field-sortable .csf-sortable .csf-sortable-item h4 {
    font-size: 1em;
  }
  .csf-field-sortable .csf-sortable-content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
  }
  .csf-field-sortable .csf-sortable-content > .csf-field {
    padding: 15px;
  }
  .csf-field-sortable .csf-sortable-helper {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    border-left: 1px solid #eee;
    background-color: #f7f7f7;
  }
  .csf-field-sortable .csf-sortable-helper i {
    display: inline-block;
    cursor: pointer;
    width: 50px;
    color: #555;
  }
  .csf-field-sortable .csf-sortable-helper i:hover {
    opacity: 0.5;
  }
  .csf-field-sortable .widget-placeholder {
    height: 50px;
    margin-bottom: 3px;
    border: 1px dashed #f1c40f;
    background-color: #fffae4;
  }
  .csf-field-sortable .ui-sortable-helper {
    height: 50px !important;
    overflow: hidden !important;
    border-color: #ccc !important;
    background-color: #eee !important;
    opacity: 0.5;
  }
  .csf-field-sortable .ui-sortable-helper .csf-sortable-helper,
  .csf-field-sortable .ui-sortable-helper .csf-sortable-content {
    display: none;
  }

.kanews-ai-input-group {
    /* margin-bottom: 15px; */
}

.kanews-ai-input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.kanews-ai-input-group input,
.kanews-ai-input-group select {
    margin-bottom: 8px;
    width: auto;
}

.kanews-ai-checkbox-group {
    margin-top: 5px;
}

.kanews-ai-checkbox-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
}

.kanews-ai-checkbox-group input[type="checkbox"] {
    margin-right: 8px;
    margin-bottom: 0;
}

/* KAI Popup Styles */
.kanews-ai-popup {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.kanews-ai-popup-content {
    position: relative;
    background-color: #fefefe;
    margin: 2% auto;
    padding: 15px;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.kanews-ai-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}

.kanews-ai-popup-header h2 {
    margin: 0;
    display: flex;
    align-items: center;
}

.kanews-ai-badge {
    font-size: 11px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 3px;
    margin-left: 5px;
    color: #10AC84;
    background: rgba(16,172,132,0.1);
}

.kanews-ai-popup-close {
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #666;
}

.kanews-ai-input-group {
    margin-bottom: 15px;
}

.kanews-ai-input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.kanews-ai-input-group input,
.kanews-ai-input-group select {
    width: 100%;
    padding: 3px 8px;
    border-radius: 4px;
}

.kanews-ai-checkbox-group {
    margin-top: 15px;
}

.kanews-ai-checkbox-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
}

.kanews-ai-checkbox-group input[type="checkbox"] {
    margin-right: 8px;
}

.kanews-ai-info-message {
    padding: 10px 15px;
    background: #f0f0f1;
    border-left: 4px solid #72aee6;
    margin-bottom: 20px;
}

.kanews-ai-survey-preview-box {
    padding: 8px 10px;
    border-radius: 4px;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
}

.kanews-ai-survey-preview-question {
    font-weight: 600;
    margin-bottom: 4px;
}

.kanews-ai-survey-preview-options {
    margin: 0;
    padding-left: 18px;
    font-size: 12px;
}

.kanews-ai-results .notice {
  margin: 0;
  padding: 10px;
}

.loading {
    text-align: center;
    padding: 20px;
    color: #666;
}

.success {
    padding: 10px 15px;
    background: #edfaef;
    border-left: 4px solid #10AC84;
    margin-bottom: 15px;
}

.error {
    padding: 10px 15px;
    background: #fef1f1;
    border-left: 4px solid #d63638;
    margin-bottom: 15px;
}

.kanews-ai-popup-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kanews-ai-api-status {
    display: flex;
    gap: 15px;
}

.api-status-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.api-status-item .status {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
}

.api-status-item .status.active {
    background: #edfaef;
    color: #10AC84;
}

.api-status-item .status.inactive {
    background: #fef1f1;
    color: #d63638;
}

/* KAI Admin Page - Hero (redefine since not found earlier in this file segment) */
.kai-section.is-hidden {
  display: none;
}
.kai-section:target {
  display: block;
}
.kanews-ai-feed-admin {
  --kai-hero-bg: #f8fafc;
  --kai-hero-text: var(--kan-gray-900);
  --kai-surface: #ffffff;
  --kai-border: rgba(0,0,0,0.08);
}
.kai-section {
  margin-bottom: 16px;
}
.kai-dashboard {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.kanews-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.kanews-hero__pattern {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(0, 113, 227, 0.08);
  filter: blur(2px);
  z-index: 0;
}
.kanews-hero__pattern--one {
  top: -120px;
  right: -90px;
}
.kanews-hero__pattern--two {
  bottom: -140px;
  left: -100px;
  background: rgba(255, 149, 0, 0.08);
}
.kanews-hero__body {
  flex: 1;
  min-width: 280px;
  max-width: 720px;
  position: relative;
  z-index: 1;
}
.kanews-hero__eyebrow {
  font-size: 0.9em;
  font-weight: 600;
  color: rgba(17,24,39,0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.kanews-hero__title {
  margin: 8px 0 12px;
  font-size: 2.1em;
  font-weight: 700;
  color: var(--kan-gray-900);
}
.kanews-hero__desc {
  margin: 0;
  color: rgba(17,24,39,0.75);
  max-width: 520px;
}
.kanews-hero__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0 12px;
}
.kanews-hero__tag {
  background: rgba(15, 23, 42, 0.05);
  border-radius: 999px;
  padding: 6px 14px;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 0.85em;
  color: var(--kan-gray-900);
}
.kanews-hero__tag strong {
  font-size: 1.1em;
}
.kanews-hero__stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
  max-width: 260px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.kanews-hero__stat {
  background: rgba(15,23,42,0.04);
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.kanews-hero__stat-label {
  font-size: 0.85em;
  color: rgba(15,23,42,0.6);
  text-transform: uppercase;
  letter-spacing: .05em;
}
.kanews-hero__stat-value {
  font-size: 1.4em;
  font-weight: 600;
  color: var(--kan-gray-900);
}
.kanews-hero__stat-hint {
  font-size: 0.85em;
  color: rgba(15,23,42,0.55);
}
.kanews-hero__meta {
  font-size: 0.85em;
  color: rgba(17, 24, 39, 0.6);
}
.kanews-hero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.kanews-hero__actions .button {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.9em;
}
.kanews-hero--kai .kanews-hero__pattern--two {
  background: rgba(255, 149, 0, 0.12);
}
.kanews-hero--kai .kanews-hero__stat {
  background: rgba(15,23,42,0.04);
}
@media (max-width: 768px) {
  .kanews-hero {
    flex-direction: column;
  }
  .kanews-hero__stats {
    width: 100%;
    max-width: none;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .kanews-hero {
    padding: 20px;
  }
  .kanews-hero__title {
    font-size: 1.8em;
  }
}
.kai-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 14px;
}
.kai-stat-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--kai-border);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.kai-stat-card__label {
  font-size: 0.85em;
  color: rgba(17,24,39,0.6);
  text-transform: uppercase;
  letter-spacing: .05em;
}
.kai-stat-card__value {
  font-size: 1.8em;
  font-weight: 700;
  color: var(--kan-gray-900);
}
.kai-stat-card__hint {
  font-size: 0.9em;
  color: rgba(17,24,39,0.65);
}
.kai-notes-card {
  background: #fff;
  border: 1px solid var(--kai-border);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.035);
}
.kai-notes-card h3 {
  margin: 0 0 12px;
  font-size: 1em;
}
.kai-notes-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kai-notes-card li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.9em;
  color: rgba(17,24,39,0.7);
}
.kai-note-chip {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0,113,227,0.08);
  color: var(--kan-accent);
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9em;
}
@media (max-width: 640px) {
  .kanews-hero {
    padding: 20px;
  }
  .kanews-hero__title {
    font-size: 1.6em;
  }
}

/* ============================================
   Birincil Kategori Metabox - Gutenberg Tasarımı
   ============================================ */



/* Hover durumu */
.kanews-primary-category-gutenberg .components-select-control__input:hover {
  border-color: #1e1e1e;
  box-shadow: 0 0 0 1px #1e1e1e;
}

/* Focus durumu - Gutenberg mavi */
.kanews-primary-category-gutenberg .components-select-control__input:focus {
  border-color: var(--kan-wp-blue);
  box-shadow: 0 0 0 1px var(--kan-wp-blue);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Active/Selected durumu */
.kanews-primary-category-gutenberg .components-select-control__input:active {
  border-color: var(--kan-wp-blue);
  box-shadow: 0 0 0 1px var(--kan-wp-blue);
}

/* Disabled durumu */
.kanews-primary-category-gutenberg .components-select-control__input:disabled {
  background-color: #f0f0f1;
  color: #50575e;
  border-color: #dcdcde;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Option stilleri */
.kanews-primary-category-gutenberg .components-select-control__input option {
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.4;
}

.kanews-primary-category-gutenberg .components-select-control__input option:first-child {
  color: #757575;
  font-style: italic;
}

/* Help text - Gutenberg tarzı */
.kanews-primary-category-gutenberg .components-base-control__help {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #50575e;
  font-style: normal;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.kanews-primary-category-gutenberg .components-base-control__help .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  color: var(--kan-wp-blue);
  flex-shrink: 0;
}


/* Responsive tasarım */
@media screen and (max-width: 782px) {
  .kanews-primary-category-gutenberg .components-select-control__input {
    min-height: 40px;
    font-size: 16px; /* iOS zoom önleme */
  }

}

/* Gutenberg editör içinde özel stil */
.block-editor-page .kanews-primary-category-gutenberg .components-select-control__input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Postbox içinde spacing düzenlemesi */
.postbox .kanews-primary-category-gutenberg {
  padding: 0 12px 12px;
}

.kanews-ai-images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.kanews-ai-image-item {
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}

.kanews-ai-image-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.kanews-ai-image-item.selected {
    border-color: var(--kan-wp-blue);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 5px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.kanews-ai-image-item:hover .image-overlay {
    opacity: 1;
}


/* Önizleme için responsive kontrol araçları */
.kanews-manset-preview-controls {
    margin-bottom: 10px;
    text-align: right;
}

.preview-device-switch {
    display: inline-block;
    padding: 5px 10px;
    margin-left: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    background: var(--kan-bg-body);
}

.preview-device-switch.active {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.kanews-manset-preview .preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    transition: background 0.3s;
}

.kanews-manset-preview .preview-tag {
    position: absolute;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.kanews-manset-preview .preview-content {
    position: absolute;
    padding: 30px;
    color: #fff;
    transition: all 0.3s;
}

.kanews-manset-preview .preview-title {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1.3;
}

.kanews-manset-preview .preview-excerpt {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
}


.kanews-slide {
  position: relative;
  width: 100%;
  height: 450px;
  font-family: var(--theme_font);
}
.kanews-slide-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 4;
}

.kanews-slide-thumb {
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: .3s;
  height: 100% !important;
}
.kanews-slide-overlay {
  position: absolute;
  left: 0;
  transition: opacity .3s;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  --gradient-start-color: rgba(0, 0, 0, 1);
  --gradient-end-color: rgba(0, 0, 0, 0.05);
  background: linear-gradient(var(--gradient-end-color), var(--gradient-start-color));
}

.kanews-slide{
  height: 450px !important;
}

.kanews-slide-thumb:before {
  content: "";
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
  width: 100%;
  height: 100%;
}

.kanews-slide-headline {
  margin: 7.5px 0 0 ;
  font-size: 38px ;
  font-weight: 700 ;
  line-height: 1.4 ;
  padding: 0 ;
  color: #fff ;
  max-width: 650px ;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
}

.kanews-category {
  padding: 3px 6px;
  border-radius: 3px;
  background-color: var(--kan-theme-color);
  letter-spacing: -.025em;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.kanews-slide-spot {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0;
  max-height: 60px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .75);
}

.kanews-manset-tag {
  position: absolute !important;
  z-index: 6;
  left: 30px;
  top: 30px;
  background: var(--kan-theme-color);
  color: #fff;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
  user-select: none;
  display: inline-flex;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
  animation: mansetTagFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0
}

@media (min-width: 992px) {
  .kanews-manset-tag:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 10px 25px color-mix(in srgb, var(--kan-theme-color) 50%, transparent)
  }
}

@media (max-width: 992px) {
  .kanews-manset-tag {
    padding: 5px 8px;
    font-size: 10px;
    left: 15px;
    top: 15px;
    border-radius: 4px
  }
}

@media (max-width: 768px) {
  .kanews-manset-tag {
    padding: 4px 6px;
    font-size: 9px;
    letter-spacing: 0.5px
  }
}

.kanews-manset-tag-position-top-right {
  left: auto;
  right: 30px
}

@media (max-width: 992px) {
  .kanews-manset-tag-position-top-right {
    right: 15px
  }
}

.kanews-manset-tag-position-bottom-left {
  top: auto;
  bottom: 30px;
  left: 30px
}

@media (max-width: 992px) {
  .kanews-manset-tag-position-bottom-left {
    bottom: 15px;
    left: 15px
  }
}

.kanews-manset-tag-position-bottom-right {
  top: auto;
  left: auto;
  bottom: 30px;
  right: 30px
}

@media (max-width: 992px) {
  .kanews-manset-tag-position-bottom-right {
    bottom: 15px;
    right: 15px
  }
}

.kanews-manset-tag-style-1 {
  animation: mansetTagFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards, mansetTagPulse 2s ease-in-out infinite 0.6s;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--kan-theme-color) 40%, transparent)
}

@media (min-width: 992px) {
  .kanews-manset-tag-style-1:hover {
    animation: mansetTagFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards, mansetTagPulseFast 1.2s ease-in-out infinite 0.6s, mansetTagGlow 2s ease-in-out infinite;
    box-shadow: 0 8px 30px color-mix(in srgb, var(--kan-theme-color) 70%, transparent), 0 0 25px color-mix(in srgb, var(--kan-theme-color) 50%, transparent)
  }
}

.kanews-manset-tag-style-2 {
  background: transparent;
  overflow: hidden;
  position: relative
}

.kanews-manset-tag-style-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--kan-theme-color) 40%, transparent), transparent);
  animation: mansetTagShimmer 2.5s infinite;
  z-index: 0
}

.kanews-manset-tag-style-2 span {
  position: absolute;
  display: block;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8)
}

.kanews-manset-tag-style-2 span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--kan-theme-color), color-mix(in srgb, var(--kan-theme-color) 80%, white));
  animation: animate1 1.2s linear infinite
}

.kanews-manset-tag-style-2 span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--kan-theme-color), color-mix(in srgb, var(--kan-theme-color) 80%, white));
  animation: animate2 1.2s linear infinite 0.3s
}

.kanews-manset-tag-style-2 span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, transparent, var(--kan-theme-color), color-mix(in srgb, var(--kan-theme-color) 80%, white));
  animation: animate3 1.2s linear infinite 0.6s
}

.kanews-manset-tag-style-2 span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(360deg, transparent, var(--kan-theme-color), color-mix(in srgb, var(--kan-theme-color) 80%, white));
  animation: animate4 1.2s linear infinite 0.9s
}

@media (min-width: 992px) {
  .kanews-manset-tag-style-2:hover {
    border-color: color-mix(in srgb, var(--kan-theme-color) 85%, white);
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 8px 25px color-mix(in srgb, var(--kan-theme-color) 60%, transparent)
  }

  .kanews-manset-tag-style-2:hover span {
    animation-duration: 0.7s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 1)
  }
}

.kanews-manset-tag-style-3 {
  color: #000;
  background: #fff;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.25), 4px 4px 0px 0px rgba(0, 0, 0, 0.2), 6px 6px 0px 0px rgba(0, 0, 0, 0.15), 8px 8px 0px 0px rgba(0, 0, 0, 0.1);
  animation: mansetTagFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards, mansetTagBounce 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s forwards
}

@media (min-width: 992px) {
  .kanews-manset-tag-style-3:hover {
    transform: translate(-3px, -3px);
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.25), 8px 8px 0px 0px rgba(0, 0, 0, 0.2), 12px 12px 0px 0px rgba(0, 0, 0, 0.15), 16px 16px 0px 0px rgba(0, 0, 0, 0.1)
  }
}

.kanews-manset-tag-style-4 {
  background: linear-gradient(135deg, var(--kan-theme-color) 0%, color-mix(in srgb, var(--kan-theme-color) 85%, black) 100%);
  box-shadow: 0 5px 20px color-mix(in srgb, var(--kan-theme-color) 50%, transparent);
  position: relative;
  overflow: hidden
}

.kanews-manset-tag-style-4::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: translate(-50%, -50%);
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1), height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s;
  pointer-events: none
}

.kanews-manset-tag-style-4::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  animation: mansetTagRotate 3s linear infinite
}

@media (min-width: 992px) {
  .kanews-manset-tag-style-4:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 10px 35px color-mix(in srgb, var(--kan-theme-color) 70%, transparent)
  }

  .kanews-manset-tag-style-4:hover::after {
    width: 400px;
    height: 400px;
    opacity: 0
  }
}

.kanews-manset-tag-style-5 {
  background: var(--kan-theme-color);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--kan-theme-color) 40%, transparent)
}

.kanews-manset-tag-style-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3), transparent);
  animation: mansetTagShine 2.5s ease-in-out infinite;
  z-index: 1
}

.kanews-manset-tag-style-5::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent, rgba(255, 255, 255, 0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: mansetTagBorderGlow 2s ease-in-out infinite
}

.kanews-manset-tag-style-5 > * {
  position: relative;
  z-index: 2
}

@media (min-width: 992px) {
  .kanews-manset-tag-style-5:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 10px 30px color-mix(in srgb, var(--kan-theme-color) 70%, transparent)
  }

  .kanews-manset-tag-style-5:hover::before {
    animation-duration: 1.5s
  }
}

@keyframes mansetTagFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-15px) scale(0.85)
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

@keyframes mansetTagPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 15px color-mix(in srgb, var(--kan-theme-color) 40%, transparent)
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 25px color-mix(in srgb, var(--kan-theme-color) 60%, transparent)
  }
}

@keyframes mansetTagPulseFast {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 30px color-mix(in srgb, var(--kan-theme-color) 70%, transparent)
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 12px 40px color-mix(in srgb, var(--kan-theme-color) 90%, transparent), 0 0 30px color-mix(in srgb, var(--kan-theme-color) 60%, transparent)
  }
}

@keyframes mansetTagGlow {
  0%, 100% {
    box-shadow: 0 8px 30px color-mix(in srgb, var(--kan-theme-color) 70%, transparent), 0 0 25px color-mix(in srgb, var(--kan-theme-color) 50%, transparent)
  }
  50% {
    box-shadow: 0 8px 40px color-mix(in srgb, var(--kan-theme-color) 90%, transparent), 0 0 35px color-mix(in srgb, var(--kan-theme-color) 70%, transparent), 0 0 50px color-mix(in srgb, var(--kan-theme-color) 40%, transparent)
  }
}

@keyframes mansetTagShimmer {
  0% {
    left: -100%
  }
  100% {
    left: 100%
  }
}

@keyframes mansetTagBounce {
  0% {
    transform: translateY(0) scale(1)
  }
  25% {
    transform: translateY(-10px) scale(1.08)
  }
  50% {
    transform: translateY(0) scale(1)
  }
  75% {
    transform: translateY(-5px) scale(1.04)
  }
  100% {
    transform: translateY(0) scale(1)
  }
}

@keyframes mansetTagRotate {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

@keyframes mansetTagShine {
  0% {
    left: -100%
  }
  50%, 100% {
    left: 100%
  }
}

@keyframes mansetTagBorderGlow {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1)
  }
  50% {
    opacity: 1;
    transform: scale(1.02)
  }
}

.kanews-slide-spot {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0;
  max-height: 60px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .75);
}

@keyframes stroke-draw {
  from {
      stroke: var(--kan-theme-color);
      stroke-dasharray: 1
  }

  to {
      transform: rotate(180deg);
      stroke-dasharray: 10
  }
}

@keyframes animate4 {
  0% {
      bottom: -100%
  }

  100%,50% {
      bottom: 100%
  }
}

@keyframes animate3 {
  0% {
      right: -100%
  }

  100%,50% {
      right: 100%
  }
}

@keyframes animate2 {
  0% {
      top: -100%
  }

  100%,50% {
      top: 100%
  }
}

@keyframes animate1 {
  0% {
      left: -100%
  }

  100%,50% {
      left: 100%
  }
}

@keyframes animate5 {
  0% {
      background-color: var(--kan-theme-color);
      opacity: 1
  }

  100% {
      background-color: #000
  }
}


@media (min-width: 992px) {
  .kanews-mansetd-left .kanews-slide-overlay {
      background:linear-gradient(90deg,var(--gradient-start-color),rgba(0,0,0,0) 100%)
  }

  .kanews-mansetd-left .kanews-slide-content {
      top: 0;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      width: 70%
  }

  .kanews-mansetd-right .kanews-slide-overlay {
      background: linear-gradient(-90deg,var(--gradient-start-color),rgba(0,0,0,0) 100%)
  }

  .kanews-mansetd-right .kanews-slide-content {
      top: 0;
      left: auto;
      right: 0;
      display: flex;
      align-items: flex-end;
      text-align: right;
      justify-content: center;
      flex-direction: column;
      width: 70%
  }
}

.kanews-manset-5 .kanews-slide-overlay,.kanews-manset-6 .kanews-slide-overlay,.kanews-manset-7 .kanews-slide-overlay,.kanews-manset-8 .kanews-slide-overlay {
  background: linear-gradient(var(--gradient-end-color),var(--gradient-start-color));
  background: linear-gradient(var(--gradient-end-color),var(--gradient-start-color))!important
}

.csf-wrapper .inline-edit {
  position: relative;
  min-height: 20px;
  padding: 2px 4px;
  border: 1px dashed #007cba;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: text;
  outline: none;
  transition: all 0.2s ease;
}

.csf-wrapper .inline-edit:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #0073aa;
}

.csf-wrapper .inline-edit:focus {
  background-color: rgba(255, 255, 255, 0.3);
  border-style: solid;
  box-shadow: 0 0 0 1px #007cba;
}

/* Düzenleme ipucu */
.csf-wrapper .inline-edit:empty:before {
  content: 'Düzenlemek için tıklayın...';
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

/* Seçim rengi */
.csf-wrapper .inline-edit::selection {
  background: rgba(0, 124, 186, 0.3);
}

body:not(.wp-editor) #kanews_ai_meta_box .components-button {
  align-items: center;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  color: var(--wp-components-color-foreground, #1e1e1e);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  margin: 0;
  padding: 6px 12px;
  text-decoration: none;
  transition: box-shadow .1slinear;
  min-height: 0px;
  height: 40px;
  background: var(--kan-accent);
  color: #fff;
  outline: 1px solid #0000;
  white-space: nowrap;
  flex-grow: 1;
  justify-content: center;
}

.kanews-news-bot-segment-main{
  border-left:4px solid var(--kan-wp-blue);
  background:#f0f6ff;
  padding-left:12px
}
.kanews-news-bot-badge{
  display:inline-block;
  margin-left:8px;
  padding:2px 6px;
  border-radius:10px;
  background:var(--kan-wp-blue);
  color:#fff;
  font-size:11px;
  font-weight:600
}


/* Admin Card Components */
.kanews-grid {
  background: transparent;
  margin-top: 32px;
}
.kanews-card {
  background: #fff;
  border: 1px solid rgba(0,0,0, 0.25);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.kanews-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.kanews-card--panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.kanews-card--review {
  background: var(--kan-grad-review-bg);
  border: 2px solid rgba(255, 193, 7, 0.4);
}
.kanews-card__layout {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.kanews-card__content {
  flex: 1;
  min-width: 260px;
}
.kanews-card__aside {
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kanews-card__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  color: rgba(29, 29, 31, 0.5);
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  transition: color 0.2s, background 0.2s;
}
.kanews-card__close:hover {
  color: var(--kan-text-main);
  background: rgba(0, 0, 0, 0.05);
}
.kanews-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.kanews-card__header-text {
  display: flex;
  align-items: center;
  gap: 16px;
}
.kanews-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #fff;
}
.kanews-card__icon--blue {
  background: var(--kan-grad-blue);
}
.kanews-card__icon--green {
  background: var(--kan-grad-success);
}
.kanews-card__icon--amber {
  background: var(--kan-grad-warning);
}
.kanews-card__title {
  margin: 0 0 6px;
  font-size: 1.45em;
  font-weight: 600;
  color: var(--kan-text-main);
}
.kanews-card__subtitle {
  margin: 0;
  color: rgba(29, 29, 31, 0.65);
  font-size: 0.95em;
  line-height: 1.5;
}
.kanews-card__description {
  margin: 0 0 16px;
  color: rgba(29, 29, 31, 0.65);
  line-height: 1.6;
}
.kanews-card__intro {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.kanews-card__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.kanews-card__actions .button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.kanews-card__stacked-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kanews-card__stacked-actions .button {
  text-align: center;
}
.kanews-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kanews-card__list li{
  list-style: none
} 
.kanews-card__list-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 113, 227, 0.05);
  color: var(--kan-gray-900);
  transition: all 0.2s ease;
}
.kanews-card__list-link:hover {
  transform: translateX(2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.kanews-card__list-link .dashicons {
  margin-right: 8px;
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.kanews-card__list-body {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.kanews-card__status svg {
  display: block;
}
.kanews-card__list-link.kanews-step-completed {
  background: rgba(52, 199, 89, 0.1);
  border-color: rgba(52, 199, 89, 0.2);
  color: #1f6b3a;
}
.kanews-card__visual {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.kanews-card__stars {
  display: flex;
  gap: 6px;
}
.kanews-card__stars .dashicons {
  color: #ffc107;
  font-size: 20px;
}
.kanews-card__hint {
  font-size: 0.85em;
  color: rgba(29, 29, 31, 0.6);
  font-weight: 500;
}

.kanews_admin_stats {
  margin: 32px 0;
}
.kanews_admin_stats .kanews-card {
  height: 100%;
}
.kanews_admin_stats .kanews-card__title {
  margin-bottom: 16px;
}
.kanews_admin_stats .kanews-card__list {
  margin: 0;
}
.kanews_admin_stats .kanews-card__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.kanews_admin_stats .kanews-card__list li:last-child {
  border-bottom: none;
}
.kanews_admin_stats .kanews-card__status {
  font-weight: 600;
  color: var(--kan-gray-900);
}
.kanews_admin_stats .kanews-card__list-label {
  font-weight: 500;
  color: rgba(15, 23, 42, 0.8);
}

.kanews-card--codezen {
  background: radial-gradient(circle at top, rgba(59, 130, 246, 0.25), rgba(15, 23, 42, 0.95));
  background-image: var(--kan-grad-card-1);
  background-image: var(--kan-grad-card-2);
  margin-top:1rem;
  color: #f8fafc;
  border: 1px solid rgba(59, 130, 246, 0.35);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.5);
  overflow: hidden;
}
.kanews-card--codezen .kanews-card__title,
.kanews-card--codezen .kanews-card__subtitle,
.kanews-card--codezen .kanews-card__actions .button,
.kanews-card--codezen .kanews-card__link {
  color: #f8fafc;
}
.kanews-card--codezen .kanews-card__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75em;
  color: rgba(248, 250, 252, 0.7);
  margin-bottom: 8px;
  display: block;
}
.kanews-card--codezen .kanews-card__cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.kanews-card--codezen .kanews-card__link {
  text-decoration: underline;
  font-weight: 500;
}
.kanews-card__panel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.kanews-card__panel-footer {
  text-align: center;
  padding: 24px 0 0;
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.kanews-card--review .button {
  font-size: 0.9em;
  border-radius: 8px;
}
.kanews-card__actions .button .dashicons,
.kanews-card--review .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.kanews-hero__actions .button,
.kanews-card__actions .button,
.kanews-card__stacked-actions .button,
.kanews-card__panel-footer .button {
  min-height: 38px;
  padding: 8px 20px;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(249, 250, 252, 0.9);
  color: var(--kan-gray-900);
  box-shadow: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.kanews-hero__actions .button.button-primary,
.kanews-card__actions .button.button-primary,
.kanews-card__stacked-actions .button.button-primary,
.kanews-card__panel-footer .button.button-primary {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
  box-shadow: none;
}
.kanews-hero__actions .button:hover,
.kanews-card__actions .button:hover,
.kanews-card__stacked-actions .button:hover,
.kanews-card__panel-footer .button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}
.kanews-card--codezen .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
  background: #f8f9fa !important;
  color: #667eea !important;
}
.kanews-card--hosting {
  position: relative;
  overflow: hidden;
}
.kanews-card--hosting .button-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
  background: #f0f9ff !important;
  color: #090979 !important;
}
.kanews-card--hosting .button:not(.button-primary):hover {
  background: rgba(255, 255, 255, 0.25) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  transform: translateY(-2px);
}
@keyframes hosting-shimmer {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.kanews_admin_content .kanews-card {
  margin-bottom: 16px;
}
.kanews_admin_content .column > .kanews-card:last-child {
  margin-bottom: 0;
}
.kanews-card__list--link .kanews-card__list-body .dashicons {
  color: rgba(15, 23, 42, 0.7);
}
.kanews-card__list--link .kanews-card__list-label {
  font-weight: 500;
}
.kanews-card__list--link .kanews-card__status {
  font-weight: 600;
  color: var(--kan-gray-900);
}
.kanews-progress-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kanews-progress-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(15, 23, 42, 0.03);
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.05);
}
.kanews-progress-list__badge {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--kan-grad-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.8em;
  flex-shrink: 0;
  box-shadow: 0 6px 12px rgba(15, 23, 42, 0.15);
}
.kanews-progress-list__content p {
  margin: 0;
  color: rgba(15, 23, 42, 0.85);
  font-weight: 500;
}
.kanews-demo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.kanews-demo-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  box-shadow: 0 20px 35px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}
.kanews-demo-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.kanews-demo-card__body {
  padding: 16px 18px 0;
}
.kanews-demo-card__body h4 {
  margin: 0 0 6px;
  font-size: 16px;
}
.kanews-demo-card__body p {
  margin: 0;
  color: rgba(15, 23, 42, 0.6);
  font-size: 13px;
}
.kanews-demo-card__actions {
  padding: 16px 18px 18px;
  margin-top: auto;
}

/* Progress Circle Styles */
.kanews-progress-circle {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}

.kanews-progress-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.kanews-progress-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.kanews-progress-svg {
  filter: drop-shadow(0 2px 8px rgba(0, 113, 227, 0.2));
}

.kanews-progress-bar {
  animation: kanews-progress-animate 1s ease-out;
}

@keyframes kanews-progress-animate {
  from {
    stroke-dashoffset: 251.2;
  }
}

.kanews-progress-percent {
  animation: kanews-progress-fade-in 0.6s ease-out 0.3s both;
}

@keyframes kanews-progress-fade-in {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Step Completion Styles */
.kanews-step-completed {
  position: relative;
  overflow: hidden;
}

.kanews-step-completed::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--kan-grad-shine-success);
  animation: kanews-step-shine 2s infinite;
}

@keyframes kanews-step-shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.kanews-step-completed:hover {
  background: rgba(52, 199, 89, 0.15) !important;
  border-color: rgba(52, 199, 89, 0.3) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(52, 199, 89, 0.2);
}

/* Progress Circle Pulse Animation */
.kanews-progress-circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.1) 0%, transparent 70%);
  animation: kanews-progress-pulse 2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes kanews-progress-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

/* Progress Circle Glow Effect */
.kanews-progress-bar {
  filter: drop-shadow(0 0 4px rgba(0, 113, 227, 0.4));
}

.item-demo-iframe {
  transition: all 0.3s;
  overflow: hidden;
}

.item-demo-iframe:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Responsive adjustments for liquid glass */
@media screen and (max-width: 782px) {
  .kan__header {
    border-radius: 16px;
    margin-bottom: 24px;
  }
  
  .kan__header-container {
    padding: 24px 20px;
  }
  
  .kan__section {
    border-radius: 12px;
  }
  
  .kan__header-navigation .nav-tab {
    padding: 16px 20px;
    font-size: 1.1em;
  }
  
  .kanews-progress-circle {
    width: 70px !important;
    height: 70px !important;
  }
  
  .kanews-progress-svg {
    width: 70px !important;
    height: 70px !important;
  }
  
  .kanews-progress-percent {
    font-size: 18px !important;
  }
}

/* Setup Wizard Styles */
.kanews-setup-wizard-container {
  max-width: 900px;
  margin: 32px auto;
  padding: 0;
}

.kanews-setup-wizard-header {
  text-align: center;
  margin-bottom: 48px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.kanews-setup-wizard-title {
  font-size: 2.5em;
  font-weight: 700;
  margin: 0 0 16px;
  color: var(--kan-text-main);
  letter-spacing: -0.02em;
}

.kanews-setup-wizard-description {
  font-size: 1.1em;
  color: rgba(29, 29, 31, 0.6);
  margin: 0 0 32px;
  line-height: 1.6;
}

.kanews-setup-wizard-progress {
  max-width: 500px;
  margin: 0 auto;
}

.kanews-setup-wizard-progress-bar {
  width: 100%;
  height: 12px;
  background: rgba(0, 113, 227, 0.1);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px;
}

.kanews-setup-wizard-progress-fill {
  height: 100%;
  background: var(--kan-grad-primary-90);
  border-radius: 6px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 113, 227, 0.3);
}

.kanews-setup-wizard-progress-text {
  font-size: 0.95em;
  color: rgba(29, 29, 31, 0.7);
  font-weight: 500;
}

.kanews-setup-wizard-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.kanews-setup-wizard-step {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.kanews-setup-wizard-step:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.kanews-setup-wizard-step.is-completed {
  background: rgba(52, 199, 89, 0.05);
  border-color: rgba(52, 199, 89, 0.2);
}

.kanews-setup-wizard-step-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.kanews-setup-wizard-step-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--kan-theme-color);
  border-radius: 12px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.3);
}

.kanews-setup-wizard-step.is-completed .kanews-setup-wizard-step-icon {
  background: var(--kan-grad-success);
  box-shadow: 0 4px 12px rgba(52, 199, 89, 0.3);
}

.kanews-setup-wizard-step-icon .dashicons {
  color: #fff;
  font-size: 24px;
  width: 24px;
  height: 24px;
}

.kanews-setup-wizard-step-content {
  flex: 1;
}

.kanews-setup-wizard-step-title {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 4px;
  color: var(--kan-text-main);
}

.kanews-setup-wizard-step-status {
  font-size: 0.9em;
  color: var(--kan-success);
  margin: 0;
  font-weight: 500;
}

.kanews-setup-wizard-step-checkmark {
  flex-shrink: 0;
}

.kanews-setup-wizard-step-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.kanews-setup-wizard-step-button {
  background: var(--kan-theme-color);
  border: none;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9em;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.3);
}

.kanews-setup-wizard-step-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 113, 227, 0.4);
  color: #fff;
}

.kanews-setup-wizard-step-complete,
.kanews-setup-wizard-step-skip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--kan-text-main);
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9em;
  cursor: pointer;
  transition: all 0.2s;
}

.kanews-setup-wizard-step-complete:hover {
  background: rgba(52, 199, 89, 0.1);
  border-color: rgba(52, 199, 89, 0.3);
  color: var(--kan-success);
}

.kanews-setup-wizard-step-skip:hover {
  background: rgba(255, 149, 0, 0.1);
  border-color: rgba(255, 149, 0, 0.3);
  color: #ff9500;
}

.kanews-setup-wizard-footer {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.kanews-setup-wizard-dismiss {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(29, 29, 31, 0.7);
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9em;
  cursor: pointer;
  transition: all 0.2s;
}

.kanews-setup-wizard-dismiss:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.2);
  color: var(--kan-text-main);
}

@media (max-width: 782px) {
  .kanews-setup-wizard-container {
    margin: 20px;
  }
  
  .kanews-setup-wizard-header {
    padding: 24px;
  }
  
  .kanews-setup-wizard-title {
    font-size: 2em;
  }
  
  .kanews-setup-wizard-step {
    padding: 20px;
  }
  
  .kanews-setup-wizard-step-header {
    flex-wrap: wrap;
  }
  
  .kanews-setup-wizard-step-actions {
    flex-direction: column;
  }
  
  .kanews-setup-wizard-step-button,
  .kanews-setup-wizard-step-complete,
  .kanews-setup-wizard-step-skip {
    width: 100%;
    text-align: center;
  }
}

.kanews-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
  pointer-events: none;
}

/* Modal başlangıçta görünür - JavaScript ile animasyon eklenecek */
#kanews-anniversary-modal {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kanews-modal-overlay.kanews-modal--show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kanews-modal {
  position: relative;
  background: var(--kan-grad-bg-light);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
              0 8px 24px rgba(255, 215, 0, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.8);
  max-width: 560px;
  width: 100%;
  overflow: hidden;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(255, 215, 0, 0.3);
  margin: auto;
}

.kanews-modal-overlay.kanews-modal--show .kanews-modal {
  transform: scale(1) translateY(0);
}

.kanews-modal--anniversary {
  background: var(--kan-grad-bg-anniversary);
  position: relative;
}

.kanews-modal--anniversary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--kan-grad-anniversary-shine);
  background-size: 200% 100%;
  animation: kanews-anniversary-shimmer 3s ease-in-out infinite;
}

.kanews-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.2s ease;
  color: rgba(29, 29, 31, 0.6);
}

.kanews-modal__close:hover {
  background: rgba(255, 255, 255, 1);
  color: var(--kan-text-main);
  transform: rotate(90deg);
}

.kanews-modal__close .dashicons {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.kanews-modal__content {
  padding: 40px;
  position: relative;
  z-index: 1;
}

.kanews-modal__header {
  text-align: center;
}

.kanews-modal__icon {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 16px;
  animation: kanews-anniversary-bounce 2s ease-in-out infinite;
  display: inline-block;
}

.kanews-modal__title {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 8px;
  background: var(--kan-grad-anniversary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}

.kanews-modal__subtitle {
  font-size: 1.1em;
  color: rgba(29, 29, 31, 0.7);
  margin: 0;
  font-weight: 400;
}

.kanews-modal__body {
  margin-bottom: 32px;
}

.kanews-modal__message {
  text-align: center;
}

.kanews-modal__message p {
  font-size: 1.1em;
  line-height: 1.6;
  color: rgba(29, 29, 31, 0.8);
  margin: 0 0 24px;
}

.kanews-modal__features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}

.kanews-modal__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  font-size: 0.95em;
  font-weight: 500;
  color: rgba(29, 29, 31, 0.8);
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.1);
}

.kanews-modal__feature .dashicons {
  color: var(--kan-gold);
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.kanews-modal__footer {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.kanews-modal__footer .button {
  min-height: 44px;
  padding: 12px 24px;
  font-size: 1em;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.kanews-modal__footer .button-primary {
  background: var(--kan-grad-anniversary);
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

.kanews-modal__footer .button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 215, 0, 0.5);
}

.kanews-modal__footer .button:not(.button-primary) {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(29, 29, 31, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.kanews-modal__footer .button:not(.button-primary):hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-1px);
}

/* Step-by-step modal styles */
.kanews-modal--step .kanews-modal__step {
  display: none !important;
}

.kanews-modal--step .kanews-modal__step--active {
  display: block !important;
}

.kanews-modal__progress {
  padding: 20px 40px 0;
  margin-bottom: 20px;
}

.kanews-modal__progress-bar {
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 12px;
}

.kanews-modal__progress-fill {
  height: 100%;
  background: var(--kan-grad-anniversary-90);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.kanews-modal__progress-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kanews-modal__progress-step {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(29, 29, 31, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.kanews-modal__progress-step.active {
  background: var(--kan-grad-anniversary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.kanews-modal__footer .button .dashicons {
  font-size: 18px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 4px;
}

@media screen and (max-width: 782px) {
  .kanews-modal {
    max-width: 100%;
    margin: 0;
    border-radius: 20px;
  }
  
  .kanews-modal__content {
    padding: 32px 24px;
  }
  
  .kanews-modal__title {
    font-size: 1.75em;
  }
  
  .kanews-modal__icon {
    font-size: 48px;
  }
  
  .kanews-modal__features {
    flex-direction: column;
    gap: 12px;
  }
  
  .kanews-modal__feature {
    justify-content: center;
  }
  
  .kanews-modal__footer {
    flex-direction: column;
  }
  
  .kanews-modal__footer .button {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .kanews-modal__content {
    padding: 24px 20px;
  }
  
  .kanews-modal__title {
    font-size: 1.5em;
  }
  
  .kanews-modal__subtitle {
    font-size: 1em;
  }
  
  .kanews-modal__icon {
    font-size: 40px;
  }
}

/* Kupon kartı stilleri */
.kanews-modal__coupon {
  position: relative;
  overflow: hidden;
}

.kanews-modal__coupon::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.kanews-copy-coupon {
  position: relative;
  transition: all 0.3s ease;
}

.kanews-copy-coupon:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.kai-settings {
  max-width: 100%;
  width: 100%
}

.csf-header-inner h1 {
  font-size: 2rem;
  letter-spacing: -2px;
  font-weight: 700;
}

.kai-ticket-link {
  background: linear-gradient(90deg, var(--kan-primary), var(--kan-accent));
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top:1em !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.kai-feedback-link {
  background: linear-gradient(90deg, #333, #555);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top:1em !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.toplevel_page_kanews-options .kan__header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.csf-field {
  padding: 1rem
}
.csf-field-fieldset .csf-fieldset-content {
  border-radius: 6px;
}
