.svg-icon {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  color: var(--link-color);
  transition: color 0.3s ease;
}

.svg-icon:hover {
  opacity: 0.8;
}

.post-divider {
  border-top: 1px solid var(--border-color);
  margin-top: 1em;
  margin-bottom: 1em;
}

.site-uptime-list li {
  word-wrap: break-word;
  white-space: normal;
  font-size: 14px;
  color: var(--secondary-color);
}

#footer {
  font-size: 14px;
  text-align: center;
}

.footer-right a {
  color: var(--secondary-color);
}

.size-prev {
  color: #ff0000;
}

@media (max-width: 767px) {
  .footer-left, .footer-right {
    display: block;
    width: 100%;
  }
  .footer-right {
    margin-top: 5px;
  }
  .footer-separator {
    display: none;
  }
  .footer-right a {
    margin: 0 5px;
  }
}

@media (min-width: 768px) {
  #footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-left {
    margin-right: 10px;
  }
  .footer-right {
    margin-top: 0;
  }
  .footer-separator {
    display: inline-block;
    margin: 0 5px;
  }
  .footer-right a {
    margin: 0 5px;
  }
}