:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6b61145 */.mme-staj-box{
  --bg1:#ffffff;
  --bg2:#f7f9fc;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --border:rgba(15, 23, 42, 0.12);
  --shadow: 0 14px 40px rgba(15, 23, 42, 0.10);
  --radius: 18px;
  --accent:#2b6cb0;
  --accent2:#3aa4c3;

  padding: 10px 0;
}

.mme-staj-inner{
  max-width: 980px;
  margin: 0 auto;
  background:
    radial-gradient(900px 400px at 12% 0%, rgba(58,164,195,0.12), transparent 60%),
    radial-gradient(800px 360px at 90% 10%, rgba(43,108,176,0.12), transparent 55%),
    linear-gradient(180deg, var(--bg1), var(--bg2));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px 26px 18px;
  position: relative;
  overflow: hidden;
}

.mme-staj-header{
  padding-bottom: 14px;
}

.mme-staj-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b3a4a;
  background: rgba(58,164,195,0.18);
  border: 1px solid rgba(58,164,195,0.28);
  padding: 7px 10px;
  border-radius: 999px;
}

.mme-staj-title{
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 1.25;
  color: var(--text);
  letter-spacing: -0.02em;
}

.mme-staj-lead{
  margin: 0;
  font-size: 15.6px;
  line-height: 1.75;
  color: var(--muted);
}

.mme-staj-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.mme-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration: none !important;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 13.5px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  border: 1px solid transparent;
  user-select: none;
  white-space: nowrap;
}

.mme-btn-icon{
  font-size: 16px;
  line-height: 1;
  transform: translateY(-1px);
}

.mme-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 10px 22px rgba(43,108,176,0.20);
}

.mme-btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(43,108,176,0.26);
}

.mme-btn-ghost{
  color: var(--text);
  background: rgba(255,255,255,0.70);
  border-color: rgba(15, 23, 42, 0.16);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.mme-btn-ghost:hover{
  transform: translateY(-2px);
  border-color: rgba(43,108,176,0.30);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.10);
}

.mme-btn:focus{
  outline: none;
}

.mme-btn:focus-visible{
  box-shadow: 0 0 0 4px rgba(58,164,195,0.22), 0 14px 26px rgba(15, 23, 42, 0.10);
}

.mme-staj-footnote{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 12.5px;
  color: rgba(71, 85, 105, 0.95);
}

.mme-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
}

/* Mobil uyum */
@media (max-width: 640px){
  .mme-staj-inner{ padding: 20px 16px 14px; }
  .mme-staj-title{ font-size: 19px; }
  .mme-btn{ width: 100%; justify-content: center; }
}/* End custom CSS */