/* Extracted from page-key-dates.php; preserve source block order. */

.ugp-pathway-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 3.5rem 0 1.5rem;
    padding-bottom: 0.5rem;
    color: #12304b;
    font-size: 1.8rem;
  }
  .ugp-pathway-header .dashicons {
    color: #8b5cf6;
    font-size: 2.2rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .ugp-date-card {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: #fff;
    transition: transform 0.2s ease;
  }
  .ugp-date-card:hover {
    transform: translateY(-3px);
  }
  .ugp-date-highlight {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    display: inline-block;
    background: linear-gradient(135deg, #22406d 0%, #3498db 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ugp-date-title {
    margin: 0;
    font-size: 1.1rem;
    color: #475569;
  }
  .ugp-date-card-primary {
    background: #f8fbff;
    border: 1px solid #dbe4ef;
  }
