/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/






/* ENTRY CARD */
.entry-card {
  max-width: 1100px;
  margin: 40px auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* TITLE */
.entry-title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 15px;
}

/* GRID */
.entry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

/* FIELD CARD */
.entry-item {
  background: #f9fafb;
  border-radius: 10px;
  padding: 18px 20px;
  border-left: 4px solid #2563eb;
}

/* LABEL */
.entry-label {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 6px;
  text-transform: uppercase;
}

/* VALUE */
.entry-value {
  font-size: 15px;
  color: #111827;
  line-height: 1.6;
  word-break: break-word;
}

.entry-value a {
  color: #2563eb;
  text-decoration: underline;
}

.entry-value img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 8px;
}

/* BACK BUTTON */
.back-btn {
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

.back-btn:hover {
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 600px) {
  .entry-card {
    padding: 25px;
  }
}
