/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

.sp-pcp-collapse .pcp-collapse-header {
  padding: 5px;
  display: block;
  border-bottom: none;
  word-wrap: break-word;
  margin: 0;
  font-size: 20px;
  cursor: pointer;
}

form label {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: none;
}

.pmpro {
  & .pmpro_content_message .pmpro_card_title {
    align-items: center;
    display: flex;
    gap: var(--pmpro--base--spacing--small);
    color: black;
  }
}