/* ==========================================================================
   Uttarakhand Festival Calendar Styles (Ghughuti Travel Tools)
   ========================================================================== */

.uk-ufc-container {
  box-sizing: border-box;
  max-width: 1140px;
  margin: 30px auto;
  padding: 28px 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(15, 56, 34, 0.08);
  font-family: inherit;
  color: #2d3748;
}

.uk-ufc-container * {
  box-sizing: border-box;
}

.uk-ufc-header {
  text-align: center;
  margin-bottom: 26px;
}

.uk-ufc-badge {
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
  border: 1px solid #fde68a;
}

.uk-ufc-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a5336;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.uk-ufc-subtitle {
  font-size: 15px;
  color: #55695d;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.55;
}

/* Filters */
.uk-ufc-filters {
  background: #fbfdfc;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #e2ebe5;
  margin-bottom: 20px;
}

.uk-ufc-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width: 900px) {
  .uk-ufc-filter-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 540px) {
  .uk-ufc-filter-grid {
    grid-template-columns: 1fr;
  }
}

.uk-ufc-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1e3a2b;
  margin-bottom: 5px;
}

.uk-ufc-select,
.uk-ufc-input {
  width: 100%;
  padding: 9px 12px;
  font-size: 13px;
  border-radius: 8px;
  border: 1.5px solid #d2ded7;
  background: #ffffff;
  color: #2d3748;
  outline: none;
}

.uk-ufc-select:focus,
.uk-ufc-input:focus {
  border-color: #1a5336;
}

/* Status bar */
.uk-ufc-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  color: #4a5568;
  padding-bottom: 8px;
  border-bottom: 1px solid #eef3f0;
}

.uk-ufc-status-bar strong {
  color: #1a5336;
  font-size: 16px;
}

.uk-ufc-reset-link {
  background: none;
  border: none;
  color: #1a5336;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

/* Festivals Grid */
.uk-ufc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 20px;
}

.uk-ufc-card {
  background: #ffffff;
  border: 1px solid #e2ebe5;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 3px 12px rgba(15, 56, 34, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.uk-ufc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(15, 56, 34, 0.09);
  border-color: #cbe0d3;
}

.uk-ufc-card-header,
.uk-ufc-card-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 12px;
  width: 100%;
}

.uk-ufc-card-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  background: #fef3c7;
  color: #92400e;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid #fde68a;
  line-height: 1.45;
  margin: 0 auto 10px auto;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
  text-align: center;
}

.uk-ufc-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #1a5336;
  margin: 0 0 4px 0;
  line-height: 1.35;
  text-align: center;
  width: 100%;
}

.uk-ufc-card-hindi {
  font-size: 14px;
  color: #b45309;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px;
  text-align: center;
  width: 100%;
}

.uk-ufc-card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  width: 100%;
}

.uk-ufc-tag {
  font-size: 11px;
  background: #edf5f0;
  color: #1a5336;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  line-height: 1.35;
  white-space: normal;
  word-break: break-word;
}

.uk-ufc-badge-harvest {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.uk-ufc-badge-cultural {
  background: #fffbeb;
  color: #92400e;
  border: 1px solid #fde68a;
}

.uk-ufc-badge-mela {
  background: #f5f3ff;
  color: #5b21b6;
  border: 1px solid #ddd6fe;
}

.uk-ufc-badge-yatra {
  background: #fff1f2;
  color: #9f1239;
  border: 1px solid #fecdd3;
}

.uk-ufc-tag-region {
  background: #f8fafc;
  color: #334155;
  border: 1px solid #e2e8f0;
}

.uk-ufc-card-desc {
  font-size: 13px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 14px;
  flex-grow: 1;
  text-align: justify;
  text-justify: inter-word;
}

.uk-ufc-card-box {
  background: #fbfdfc;
  border: 1px solid #edf4f0;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  margin-bottom: 7px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.55;
}

.uk-ufc-box-sig {
  background: #fffcf5;
  border-left: 3px solid #d97706;
}

.uk-ufc-box-label {
  font-weight: 700;
  color: #1e3a2b;
}

.uk-ufc-box-val {
  color: #374151;
}
