* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f4f4f4;
}

ul {
  margin: 0 1em;
  padding-left: 1em;
}

figure {
  margin: 2em 0;
}

.container {
  display: block;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.no-results {
  text-align: center;
}

.text-center {
  text-align: center;
}

#masthead .header--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
}
#masthead .header--wrapper .logo img {
  display: block;
  max-width: 100%;
  width: 250px;
}

#content a {
  color: #EB5D18;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}

.errors,
.tech-news {
  margin: 40px 0;
}
.errors h2,
.tech-news h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
.errors .error-group,
.errors li,
.tech-news .error-group,
.tech-news li {
  margin-bottom: 15px;
}
.errors .error-group h3,
.tech-news .error-group h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.error-banner {
  text-align: center;
  background-color: #4faa46;
  color: #fff;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-family: Arial, sans-serif;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 2em 0;
}
.error-banner[data-status=error] {
  background-color: #c7584d;
}
.error-banner__message {
  margin: 0;
  font-size: 1rem;
}
.error-banner__close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.error-banner__close:hover {
  color: #e74c3c;
}

.tech-news {
  padding: 3em 0;
}

.timeline {
  --bar-width: 4px;
  --side-padding: 1rem;
  position: relative;
  padding-left: var(--bar-width);
}
.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--bar-width);
  height: 100%;
  background: #e0e0e0;
}
.timeline-item {
  position: relative;
  margin-bottom: 2rem;
  padding: 1em 0 0 var(--side-padding);
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: calc(var(--bar-width) / -2);
  transform: translateX(-50%);
  top: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 4px solid #EB5D18;
  border-radius: 50%;
  box-sizing: border-box;
}
.timeline-item .timeline-content {
  background: #fff;
  padding: 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  color: #333;
}
.timeline-item .timeline-content h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}
.timeline-item .timeline-content .date {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}
.timeline-item .timeline-content p {
  margin: 0;
  line-height: 1.4;
}

.top-page, .page-content {
  padding: 3em 0;
}

.top-page {
  text-align: center;
  background-color: #e0e0e0;
}

/*# sourceMappingURL=styles.css.map */
