/* KeralaExamResult.com Inline Related Updates */
.ker-air-box {
  position: relative;
  margin: 30px 0;
  padding: 0;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 62%, #fff7ed 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.ker-air-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #0f766e, #14b8a6, #f59e0b);
}

.ker-air-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px 0 22px;
}

.ker-air-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f766e;
}

.ker-air-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.14);
}

.ker-air-pulse {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ecfeff;
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(20, 184, 166, 0.22);
}

.ker-air-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 18px 18px 22px;
}

.ker-air-thumb {
  display: block;
  width: 112px;
  height: 74px;
  border-radius: 14px;
  overflow: hidden;
  background: #0f766e;
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.16);
  flex-shrink: 0;
}

.ker-air-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ker-air-thumb-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(135deg, #0f766e, #115e59);
}

.ker-air-thumb-fallback span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ker-air-content {
  min-width: 0;
}

.ker-air-kicker {
  margin: 0 0 5px !important;
  color: #64748b;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}

.ker-air-title {
  display: block;
  color: #16243a !important;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 850;
  text-decoration: none !important;
}

.ker-air-title:hover,
.ker-air-title:focus {
  color: #0f766e !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.ker-air-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 9px;
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
}

.ker-air-meta span {
  display: inline-flex;
  align-items: center;
}

.ker-air-meta span + span::before {
  content: "•";
  margin-right: 12px;
  color: #f59e0b;
  font-weight: 900;
}

@media (max-width: 640px) {
  .ker-air-box {
    margin: 24px 0;
    border-radius: 16px;
  }

  .ker-air-top {
    padding: 13px 15px 0 18px;
  }

  .ker-air-card {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 15px 16px 18px;
  }

  .ker-air-thumb {
    width: 86px;
    height: 64px;
    border-radius: 12px;
  }

  .ker-air-title {
    font-size: 16px;
    line-height: 1.35;
  }

  .ker-air-meta {
    font-size: 12px;
    gap: 6px 10px;
  }

  .ker-air-pulse {
    display: none;
  }
}
