/*

Theme Name: EVCP
Theme URI: https://evcp.ucla.edu
Description: UCLA EVCP Website
Author: UCLA Strategic Communications
Template: ucla-wordpress
Version: 1.0.0
Text Domain: EVCP

*/

.footer__dept--wrapper .footer__dept--logo {
  width: 108px;
}

.ucla-grid {
  grid-template-columns: initial;
}


hr.wp-block-separator.is-style-wide {
  border-bottom: 1px solid;
}

hr.wp-block-separator.is-style-ucla-full {
  height: .25rem !important;
  margin-left: 0 !important;
  width: 2.25rem !important;
}

.cpt_page p {
  margin-bottom: 16px;
}

.ucla-flex {
  display: flex;
  flex-wrap: wrap;
  gap: calc(3 * .25rem);
}

.wp-block-post-title a {
  text-decoration: none !important;
}

.has-ucla-blue-background-color a {
  color: #ffffff;
}

.ucla-dept-footer {
  margin-top: 64px;
}

.wp-block-post-title :where(a) {
  text-decoration: none;
}

.wp-block-table td {
  font-size: .8rem;
    line-height: 1rem;
    color: #333;
    padding: 8px 16px;
    word-wrap: break-word;
}