.mmc-resource-single {
  --g: #7AB53D;
  --gd: #4A7C29;
  --gl: #B8DC78;
  --o: #F37121;
  --ol: #FF9445;
  --b: #1A6FD4;
  --bd: #0F4A9C;
  --ink: #0A1206;
  --ink2: #182010;
  --card: #FFFFFF;
  --bg: #F4F8EE;
  --bg2: #EAF2D8;
  --border: #D8EAB8;
  --t1: #3D7A1C;
  --t1bg: #EBF8D4;
  --shadow: 0 2px 8px rgba(10, 18, 6, 0.07), 0 8px 32px rgba(10, 18, 6, 0.08);
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.mmc-resource-single h1, .mmc-resource-single h2, .mmc-resource-single h3, .mmc-resource-single h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.mmc-resource-single .article-wrap h2, .mmc-resource-single .article-wrap h3, .mmc-resource-single .article-wrap h4,
.mmc-resource-single .col h2,
.mmc-resource-single .col h3,
.mmc-resource-single .col h4,
.mmc-resource-single .timeline h2,
.mmc-resource-single .timeline h3,
.mmc-resource-single .timeline h4,
.mmc-resource-single .article-body h2,
.mmc-resource-single .article-body h3,
.mmc-resource-single .article-body h4,
.mmc-resource-single .author-bio h2,
.mmc-resource-single .author-bio h3,
.mmc-resource-single .author-bio h4,
.mmc-resource-single .related h2,
.mmc-resource-single .related h3,
.mmc-resource-single .related h4 {
  color: var(--ink);
}
.mmc-resource-single .section.white {
  background: #fff;
}
.mmc-resource-single .section.white .cs-section-title,
.mmc-resource-single .section.white .col h2,
.mmc-resource-single .section.white .col h3,
.mmc-resource-single .section.white .col h4,
.mmc-resource-single .section.white .timeline h2,
.mmc-resource-single .section.white .timeline h3,
.mmc-resource-single .section.white .timeline h4 {
  color: var(--ink);
}
.mmc-resource-single .cs-section-title,
.mmc-resource-single .related-head {
  color: var(--ink);
}
.mmc-resource-single img {
  max-width: 100%;
  display: block;
}
.mmc-resource-single .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: 0.25s;
  font-family: inherit;
  text-decoration: none;
}
.mmc-resource-single .btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(10, 18, 6, 0.16);
}
.mmc-resource-single .btn-ghost:hover {
  background: var(--ink);
  color: #fff;
}
.mmc-resource-single .btn-ghost.is-on-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.mmc-resource-single .btn-primary {
  background: var(--o);
  color: #fff;
  box-shadow: 0 4px 14px rgba(243, 113, 33, 0.32);
}
.mmc-resource-single .btn-primary:hover {
  background: var(--ol);
  transform: translateY(-1px);
  color: #fff;
}
.mmc-resource-single .btn-lg {
  padding: 15px 26px;
  font-size: 15.5px;
}
.mmc-resource-single .hero {
  position: relative;
  background: var(--ink);
  color: #fff;
  padding: 120px 32px 100px;
  overflow: hidden;
  text-align: left;
}
.mmc-resource-single .hero h1,
.mmc-resource-single .hero h2 {
  color: #fff !important;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mmc-resource-single .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(122, 181, 61, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(122, 181, 61, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  animation: mmc-rs-drift 18s linear infinite;
  opacity: 0.7;
}
.mmc-resource-single .hero::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 181, 61, 0.18), transparent 70%);
  top: -200px;
  right: -150px;
  animation: mmc-rs-float 9s ease-in-out infinite;
}
.mmc-resource-single .hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  color: #fff;
  margin-bottom: 22px;
  line-height: 1.04;
  max-width: 920px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mmc-resource-single .hero.is-centered h1,
.mmc-resource-single .hero h1.is-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 920px;
}
.mmc-resource-single .hero.is-centered .hero-inner, .mmc-resource-single .hero.is-centered .hero-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mmc-resource-single .hero.is-centered .pill {
  margin-left: auto;
  margin-right: auto;
}
.mmc-resource-single .hero-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.mmc-resource-single .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.02);
}
.mmc-resource-single .hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 18, 6, 0.55) 0%, rgba(10, 18, 6, 0.72) 100%);
  z-index: 1;
}
.mmc-resource-single .hero-inner,
.mmc-resource-single .hero-sub,
.mmc-resource-single .pill,
.mmc-resource-single .hero h1,
.mmc-resource-single .kpi-row {
  position: relative;
  z-index: 2;
}
.mmc-resource-single .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}
.mmc-resource-single .orb-1 {
  width: 380px;
  height: 380px;
  background: rgba(26, 111, 212, 0.16);
  top: 60%;
  left: -100px;
  animation: mmc-rs-float 11s ease-in-out infinite;
}
.mmc-resource-single .orb-2 {
  width: 420px;
  height: 420px;
  background: rgba(243, 113, 33, 0.12);
  bottom: -180px;
  right: -80px;
  animation: mmc-rs-float 13s ease-in-out infinite reverse;
}
.mmc-resource-single .hero-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.mmc-resource-single .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 100px;
  background: rgba(122, 181, 61, 0.12);
  border: 1px solid rgba(122, 181, 61, 0.3);
  color: var(--gl);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 28px;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
.mmc-resource-single .pill:hover {
  background: rgba(122, 181, 61, 0.22);
  border-color: rgba(122, 181, 61, 0.5);
  color: #fff;
  transform: translateY(-1px);
}
.mmc-resource-single .pd {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--g);
  animation: mmc-rs-pd 1.6s ease-in-out infinite;
}
.mmc-resource-single .grad {
  background: linear-gradient(135deg, var(--g), var(--gl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mmc-resource-single .hero-sub {
  font-size: clamp(16px, 1.6vw, 20px);
  color: rgba(255, 255, 255, 0.7);
  max-width: 780px;
  margin: 0 0 36px;
  font-weight: 300;
}
.mmc-resource-single .is-centered .hero-sub {
  margin-left: auto;
  margin-right: auto;
}
.mmc-resource-single .section {
  padding: 110px 32px;
  position: relative;
}
.mmc-resource-single .section.white {
  background: #fff;
}
.mmc-resource-single .container {
  max-width: 1240px;
  margin: 0 auto;
}
.mmc-resource-single .eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--gd);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
}
.mmc-resource-single .eyebrow.is-spaced {
  margin-top: 48px;
  display: block;
}
.mmc-resource-single .kpi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 48px 0 0;
}
.mmc-resource-single .kpi {
  background: var(--card);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid var(--border);
  text-align: left;
}
.mmc-resource-single .kpi .k-label {
  font-size: 12px;
  color: rgba(10, 18, 6, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.mmc-resource-single .kpi .k-val {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: var(--gd);
  line-height: 1;
}
.mmc-resource-single .kpi .k-delta {
  font-size: 13px;
  color: var(--t1);
  font-weight: 600;
  margin-top: 6px;
}
.mmc-resource-single .cs-section-title {
  font-size: clamp(28px, 3.6vw, 40px);
  margin-bottom: 24px;
}
.mmc-resource-single .cs-intro {
  font-size: 16px;
  color: rgba(10, 18, 6, 0.7);
  max-width: 820px;
}
.mmc-resource-single .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
  margin: 48px 0;
}
.mmc-resource-single .col h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.mmc-resource-single .col p {
  font-size: 15px;
  color: rgba(10, 18, 6, 0.7);
  margin-bottom: 14px;
  line-height: 1.7;
}
.mmc-resource-single .col ul {
  list-style: disc !important;
  list-style-type: disc !important;
  padding-left: 20px;
  margin: 0 0 16px;
  font-size: 15px;
  color: rgba(10, 18, 6, 0.7);
}
.mmc-resource-single .col ul li {
  display: list-item !important;
  list-style: disc !important;
  list-style-type: disc !important;
  margin-bottom: 10px;
  line-height: 1.6;
}
.mmc-resource-single .col ol {
  list-style: decimal !important;
  list-style-type: decimal !important;
  padding-left: 20px;
  margin: 0 0 16px;
  font-size: 15px;
  color: rgba(10, 18, 6, 0.7);
}
.mmc-resource-single .col ol li {
  display: list-item !important;
  list-style: decimal !important;
  list-style-type: decimal !important;
  margin-bottom: 10px;
  line-height: 1.6;
}
.mmc-resource-single .col li {
  margin-bottom: 10px;
}
.mmc-resource-single .wysiwyg p {
  font-size: 15px;
  color: rgba(10, 18, 6, 0.7);
  margin-bottom: 14px;
  line-height: 1.7;
}
.mmc-resource-single .wysiwyg ul {
  list-style: disc !important;
  list-style-type: disc !important;
  padding-left: 20px;
  margin: 0 0 16px;
  font-size: 15px;
  color: rgba(10, 18, 6, 0.7);
}
.mmc-resource-single .wysiwyg ul li {
  display: list-item !important;
  list-style: disc !important;
  list-style-type: disc !important;
  margin-bottom: 10px;
  line-height: 1.6;
}
.mmc-resource-single .wysiwyg ol {
  list-style: decimal !important;
  list-style-type: decimal !important;
  padding-left: 20px;
  margin: 0 0 16px;
  font-size: 15px;
  color: rgba(10, 18, 6, 0.7);
}
.mmc-resource-single .wysiwyg ol li {
  display: list-item !important;
  list-style: decimal !important;
  list-style-type: decimal !important;
  margin-bottom: 10px;
  line-height: 1.6;
}
.mmc-resource-single .timeline {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px;
  margin: 48px 0;
}
.mmc-resource-single .timeline h3 {
  font-size: 22px;
  margin-bottom: 24px;
  text-align: center;
}
.mmc-resource-single .tl-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
}
.mmc-resource-single .tl-row:last-child {
  border-bottom: none;
}
.mmc-resource-single .tl-time {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--gd);
}
.mmc-resource-single .tl-content h4 {
  font-size: 16px;
  margin-bottom: 6px;
}
.mmc-resource-single .tl-content p {
  font-size: 14px;
  color: rgba(10, 18, 6, 0.65);
}
.mmc-resource-single .quote-band {
  background: linear-gradient(135deg, var(--ink), #0E2614);
  border-radius: 24px;
  padding: 60px;
  color: #fff;
  margin: 48px 0;
  position: relative;
  overflow: hidden;
}
.mmc-resource-single .quote-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(122, 181, 61, 0.18), transparent 60%);
}
.mmc-resource-single .quote-band > * {
  position: relative;
}
.mmc-resource-single .quote-band blockquote {
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  font-style: italic;
  margin: 0 auto 20px;
  max-width: 820px;
}
.mmc-resource-single .quote-band .attr {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 820px;
  margin: 0 auto;
}
.mmc-resource-single .quote-band .name {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}
.mmc-resource-single .quote-band .title {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
.mmc-resource-single .ava,
.mmc-resource-single .author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--g), var(--gd));
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
  overflow: hidden;
}
.mmc-resource-single .ava img,
.mmc-resource-single .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mmc-resource-single .ava .avatar,
.mmc-resource-single .author-avatar .avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.mmc-resource-single .author-bio .ava {
  width: 72px;
  height: 72px;
  font-size: 24px;
}
.mmc-resource-single .cta-band {
  background: linear-gradient(135deg, var(--ink), #0E2614);
  border-radius: 24px;
  padding: 72px 48px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
.mmc-resource-single .cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(122, 181, 61, 0.2), transparent 50%), radial-gradient(circle at 80% 70%, rgba(243, 113, 33, 0.16), transparent 50%);
}
.mmc-resource-single .cta-band > * {
  position: relative;
}
.mmc-resource-single .cta-band h2,
.mmc-resource-single .cta-band h3,
.mmc-resource-single .cta-band h4 {
  font-size: clamp(28px, 3.6vw, 44px);
  color: #fff !important;
  margin-bottom: 18px;
}
.mmc-resource-single .cta-band p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7) !important;
  max-width: 620px;
  margin: 0 auto 32px;
}
.mmc-resource-single .cta-band .btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.mmc-resource-single.is-case-study .hero {
  text-align: left;
}
.mmc-resource-single.is-case-study .hero .hero-inner {
  text-align: left;
}
.mmc-resource-single.is-case-study .hero h1,
.mmc-resource-single.is-case-study .hero .hero-sub,
.mmc-resource-single.is-case-study .hero .pill {
  text-align: left;
  margin-left: 0;
}
.mmc-resource-single.is-blog-post .hero h1 {
  font-size: clamp(40px, 6vw, 76px);
}
.mmc-resource-single .article-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.mmc-resource-single .article-head {
  text-align: center;
  margin-bottom: 48px;
}
.mmc-resource-single .article-meta {
  display: flex;
  justify-content: center;
  gap: 18px;
  align-items: center;
  font-size: 13px;
  color: rgba(10, 18, 6, 0.6);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.mmc-resource-single .article-meta .tag {
  background: var(--t1bg);
  color: var(--t1);
  padding: 4px 12px;
  border-radius: 100px;
  font-weight: 600;
}
.mmc-resource-single .article-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}
.mmc-resource-single .author-meta {
  text-align: left;
}
.mmc-resource-single .author-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}
.mmc-resource-single .author-title {
  font-size: 12.5px;
  color: rgba(10, 18, 6, 0.55);
}
.mmc-resource-single .article-hero-img {
  width: 100%;
  min-height: 280px;
  border-radius: 24px;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--g), var(--gd));
}
.mmc-resource-single .article-hero-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.mmc-resource-single .article-hero-img .hero-img-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
}
.mmc-resource-single .article-body {
  font-size: 17px;
  color: var(--ink2);
  line-height: 1.75;
}
.mmc-resource-single .article-body h2 {
  font-size: 28px;
  margin: 48px 0 18px;
}
.mmc-resource-single .article-body h3 {
  font-size: 20px;
  margin: 36px 0 14px;
}
.mmc-resource-single .article-body p {
  margin-bottom: 20px;
}
.mmc-resource-single .article-body ul {
  list-style: disc !important;
  list-style-type: disc !important;
  margin: 0 0 24px 20px;
  padding-left: 14px;
}
.mmc-resource-single .article-body ul li {
  display: list-item !important;
  list-style: disc !important;
  list-style-type: disc !important;
  margin-bottom: 10px;
}
.mmc-resource-single .article-body ol {
  list-style: decimal !important;
  list-style-type: decimal !important;
  margin: 0 0 24px 20px;
  padding-left: 14px;
}
.mmc-resource-single .article-body ol li {
  display: list-item !important;
  list-style: decimal !important;
  list-style-type: decimal !important;
  margin-bottom: 10px;
}
.mmc-resource-single .article-body li {
  margin-bottom: 10px;
}
.mmc-resource-single .article-body blockquote {
  border-left: 4px solid var(--g);
  padding: 18px 24px;
  background: var(--t1bg);
  border-radius: 0 12px 12px 0;
  margin: 28px 0;
  font-style: italic;
}
.mmc-resource-single .article-body code {
  background: var(--bg2);
  padding: 3px 8px;
  border-radius: 6px;
  font-family: monospace;
  font-size: 14.5px;
  color: var(--gd);
}
.mmc-resource-single .pull-stat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 36px 0;
}
.mmc-resource-single .pull-stat .item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  text-align: center;
}
.mmc-resource-single .pull-stat .v {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: var(--gd);
  line-height: 1;
}
.mmc-resource-single .pull-stat .l {
  font-size: 12px;
  color: rgba(10, 18, 6, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 6px;
}
.mmc-resource-single .share-bar {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 48px 0;
  flex-wrap: wrap;
  gap: 14px;
}
.mmc-resource-single .share-bar .lbl {
  font-weight: 600;
  font-size: 14px;
}
.mmc-resource-single .share-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.mmc-resource-single .share-btns a {
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--bg2);
  border: 1px solid var(--border);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  color: var(--ink);
}
.mmc-resource-single .share-btns a:hover {
  background: var(--g);
  color: #fff;
  border-color: var(--g);
}
.mmc-resource-single .author-bio {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 48px 0;
}
.mmc-resource-single .author-bio__name {
  font-size: 17px;
  margin: 0 0 4px;
  color: var(--ink);
}
.mmc-resource-single .author-bio__text {
  font-size: 13.5px;
  color: rgba(10, 18, 6, 0.65);
  margin: 0;
  line-height: 1.6;
}
.mmc-resource-single .related-head {
  font-size: 24px;
  margin: 60px 0 24px;
  text-align: center;
}
.mmc-resource-single .related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mmc-resource-single .related .post {
  background: var(--card);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
.mmc-resource-single .related .post:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.mmc-resource-single .related .img {
  height: 140px;
  background: linear-gradient(135deg, var(--g), var(--gd));
  position: relative;
  overflow: hidden;
}
.mmc-resource-single .related .img.t2 {
  background: linear-gradient(135deg, var(--o), var(--ol));
}
.mmc-resource-single .related .img.t3 {
  background: linear-gradient(135deg, #6B46C1, #553C9A);
}
.mmc-resource-single .related .img .related-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mmc-resource-single .related .body {
  padding: 18px;
}
.mmc-resource-single .related .body h4 {
  font-size: 15px;
  margin-bottom: 6px;
  line-height: 1.3;
}
.mmc-resource-single .related .body .meta {
  font-size: 12px;
  color: rgba(10, 18, 6, 0.55);
}
@media (max-width: 900px) {
  .mmc-resource-single .kpi-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .mmc-resource-single .two-col {
    grid-template-columns: 1fr;
  }
  .mmc-resource-single .tl-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .mmc-resource-single .pull-stat {
    grid-template-columns: 1fr;
  }
  .mmc-resource-single .related {
    grid-template-columns: 1fr;
  }
  .mmc-resource-single .author-bio {
    flex-direction: column;
    text-align: center;
  }
  .mmc-resource-single .author-meta {
    text-align: center;
  }
}

@keyframes mmc-rs-drift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 44px 44px;
  }
}
@keyframes mmc-rs-float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.05);
  }
}
@keyframes mmc-rs-pd {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(122, 181, 61, 0.6);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(122, 181, 61, 0);
  }
}

/*# sourceMappingURL=resource-single.css.map */
