<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dmv-list-card {
    padding: 1em 0;
    margin: 0;
}
.dmv-list-card ul {
    list-style: none;
    font-size: 14px;
	padding: 0;
	margin: 0;
}
.dmv-list-card ul li:before {
    content: "";
    padding-left: 2em;
    height: 2em;
    width: 2em;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,&lt;?xml version='1.0' encoding='utf-8'?&gt;&lt;svg width='18' height='18' fill='limeGreen' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/&gt;&lt;/svg&gt;");
}
.dmv-list-card li::marker {
    content: "";
}
.dmv-list-card ul li {
    border-bottom: 1px solid #ddd;
    align-items: center;
    display: flex;
    padding: 0.2em 0;
    margin: 0;
    gap: 0.2em;
}
.dmv-list-card h2 {
    font-size: 1.2em;
    margin-top: 0.5em;
}
.dmv-list-card p {
    font-size: 12px;
    color: #7a7a7a;
    margin-bottom: 0;
    padding-right: 0.5em;
}

.dmv-list .wp-block-list{
	margin-bottom: 2em;
}

.pulsing {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  --pulse-rgb: 255, 105, 0;
  animation: tp-pulsing 1.3s linear infinite;
}

@keyframes tp-pulsing {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--pulse-rgb), 0.3);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(var(--pulse-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--pulse-rgb), 0);
  }
}

.article__title {
    font-weight: 400;
	font-family: inherit;
}

.logged-in div#av_top_wrapper {
    background-color: #dedede;
}</pre></body></html>