styles.css
  1  .my-4 {
  2    margin-top: 1rem;
  3    margin-bottom: 1rem;
  4  }
  5  
  6  .ml-3 {
  7    margin-left: 0.75rem;
  8  }
  9  
 10  .mt-3 {
 11    margin-top: 0.75rem;
 12  }
 13  
 14  .block {
 15    display: block;
 16  }
 17  
 18  .flex {
 19    display: flex;
 20  }
 21  
 22  .h-5 {
 23    height: 1.25rem;
 24  }
 25  
 26  .w-5 {
 27    width: 1.25rem;
 28  }
 29  
 30  .flex-1 {
 31    flex: 1 1 0%;
 32  }
 33  
 34  .flex-shrink-0 {
 35    flex-shrink: 0;
 36  }
 37  
 38  .basis-0 {
 39    flex-basis: 0px;
 40  }
 41  
 42  .flex-row {
 43    flex-direction: row;
 44  }
 45  
 46  .flex-wrap {
 47    flex-wrap: wrap;
 48  }
 49  
 50  .whitespace-nowrap {
 51    white-space: nowrap;
 52  }
 53  
 54  .rounded-md {
 55    border-radius: 0.375rem;
 56  }
 57  
 58  .border {
 59    border-width: 1px;
 60  }
 61  
 62  .bg-blue-50 {
 63    --tw-bg-opacity: 1;
 64    background-color: rgb(239 246 255 / var(--tw-bg-opacity));
 65  }
 66  
 67  .p-4 {
 68    padding: 1rem;
 69  }
 70  
 71  .text-sm {
 72    font-size: 0.875rem;
 73    line-height: 1.25rem;
 74  }
 75  
 76  .font-extrabold {
 77    font-weight: 800;
 78  }
 79  
 80  .font-medium {
 81    font-weight: 500;
 82  }
 83  
 84  .text-blue-400 {
 85    --tw-text-opacity: 1;
 86    color: rgb(96 165 250 / var(--tw-text-opacity));
 87  }
 88  
 89  .text-blue-700 {
 90    --tw-text-opacity: 1;
 91    color: rgb(29 78 216 / var(--tw-text-opacity));
 92  }
 93  
 94  a {
 95    color: var(--link-color);
 96  }
 97  
 98  div.clp_section_margin {
 99    margin: 0 0 20px 0 !important;
100  }
101  
102  .internal-embed[alt="clipped"] h1 {
103    display: none;
104  }
105  
106  .hover\:text-blue-600:hover {
107    --tw-text-opacity: 1;
108    color: rgb(37 99 235 / var(--tw-text-opacity));
109  }
110  
111  @media (min-width: 768px) {
112    .md\:ml-6 {
113      margin-left: 1.5rem;
114    }
115  
116    .md\:mt-0 {
117      margin-top: 0px;
118    }
119  
120    .md\:flex {
121      display: flex;
122    }
123  
124    .md\:justify-between {
125      justify-content: space-between;
126    }
127  }