.citation-modal {
  cursor: pointer; }
  .citation-modal .modal-close {
    width: 20px;
    height: 20px;
    color: #3E555E; }
  .citation-modal .citation-block:not(:first-child) {
    margin-top: 64px; }
  .citation-modal .modal-container {
    border-radius: 12px;
    padding: 0;
    max-width: 740px !important;
    cursor: auto;
    width: calc(100vw - 2*8px) !important; }
    @media (min-width: 680px) {
      .citation-modal .modal-container {
        width: calc(100vw - 2*60px) !important; } }
  .citation-modal .modal-overlay {
    background: #09323A80;
    animation-duration: 0.1s; }
  .citation-modal .modal-header {
    position: absolute;
    right: calc(32px - 4px);
    top: calc(32px - 5px); }
    .citation-modal .modal-header .modal-close:before {
      content: ''; }
  .citation-modal .modal-content {
    margin: 0; }
  .citation-modal .modal-content-content {
    padding: 32px; }
  .citation-modal h3 {
    color: var(--epoch-green-800, #09323A);
    font-family: Messina Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 30.8px */
    letter-spacing: -0.44px;
    margin-bottom: 16px; }
