/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 
dd {
  p {
    color: #334155;
    margin-bottom: 1rem;
  }
  ul {
    list-style-type: disc;
    margin-left: 4rem;
    margin-bottom: 1rem;
    line-height: 130%;
  }
  ol {
    list-style-type: decimal;
    margin-left: 4rem;
    margin-bottom: 1rem;
    line-height: 130%;
  }
  li {
    margin-bottom: 0.5rem;
  }
  a {
    color: #1a73e8;
    text-decoration: underline;
  }
  a:hover {
    color: #4b99ff;
    text-decoration: none;
  }
  h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #1a202c;
    margin-bottom: 0.5rem;
  }
  h2 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #2d3748;
    margin-bottom: 0.5rem;
  }
  h3 {
    font-size: 1.5rem;
    font-weight: semi-bold;
    color: #4a5568;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 1.25rem;
    font-weight: semi-bold;
    color: #718096;
    margin-bottom: 0.5rem;
  }
  
  h5 {
    font-size: 1rem;
    font-weight: medium;
    color: #a0aec0;
    margin-bottom: 0.5rem;
  }
  h6 {
    font-size: 0.875rem;
    font-weight: medium;
    color: #cbd5e0;
    margin-bottom: 0.5rem;
  }
}

.apple_pagination {
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  background: #e5e7eb;
  padding: 0.5rem;
  gap: 1rem;
  border-radius: 0.5rem;
}
.apple_pagination a, .apple_pagination span {
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
}
.apple_pagination .disabled {
  color: #aaaaaa;
}
.apple_pagination .current {
  display: flex;
  font-style: normal;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background-color: #bebebe;
  width: 1.4rem;
  height: 1.4rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
}
.apple_pagination a {
  text-decoration: none;
  color: black;
}
.apple_pagination a:hover, .apple_pagination a:focus {
  background: rgba(83, 83, 83, 0.1);
}
