/* ============================================================
   Nerofix Profile Start / Widgets
   Kept separate from the global stylesheet so profile layout
   survives accidental global CSS rollbacks.
   ============================================================ */

.nf-profile-start-desktop {
  display: none;
}

.nf-profile-start-mobile {
  display: block;
}

body.nf-profile-start-desktop-mode .nf-profile-start-mobile {
  display: none !important;
}

body.nf-profile-start-desktop-mode .nf-profile-start-desktop {
  display: block !important;
}

body.nf-profile-start-desktop-mode .nf-profile-start-desktop > .row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
}

body.nf-profile-start-desktop-mode .nf-profile-start-desktop > .row > .col-lg-4 {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
  width: 33.333333% !important;
}

body.nf-profile-start-desktop-mode .nf-profile-start-desktop > .row > .col-lg-8 {
  flex: 0 0 66.666667% !important;
  max-width: 66.666667% !important;
  width: 66.666667% !important;
}

@media (max-width: 991.98px) {
  body .nf-profile-start-mobile,
  body.nf-profile-start-desktop-mode .nf-profile-start-mobile {
    display: block !important;
  }

  body .nf-profile-start-desktop,
  body.nf-profile-start-desktop-mode .nf-profile-start-desktop {
    display: none !important;
  }

  body.nf-profile-start-desktop-mode .nf-profile-start-desktop > .row > .col-lg-4,
  body.nf-profile-start-desktop-mode .nf-profile-start-desktop > .row > .col-lg-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

.nf-profile-info-card,
.profile-start-widget {
  --nf-profile-accent-rgb: var(--bs-primary-rgb);
  --nf-profile-card-bg: var(--bs-body-bg);
  --nf-profile-card-color: var(--bs-body-color);
  --nf-profile-muted-color: var(--bs-secondary-color);
  --nf-profile-link-color: var(--bs-link-color);
  --nf-profile-link-hover-color: var(--bs-link-hover-color);
  --nf-profile-border-color: rgba(var(--nf-profile-accent-rgb), .32);
  --nf-profile-border-soft: rgba(var(--nf-profile-accent-rgb), .18);
  --nf-profile-border-muted: rgba(var(--nf-profile-accent-rgb), .16);
  --nf-profile-soft-bg: rgba(var(--nf-profile-accent-rgb), .055);
  --nf-profile-soft-bg-hover: rgba(var(--nf-profile-accent-rgb), .09);
  --nf-profile-radius: .7rem;
}

[data-bs-theme="dark"] .nf-profile-info-card,
[data-bs-theme="dark"] .profile-start-widget {
  --nf-profile-border-color: rgba(var(--nf-profile-accent-rgb), .42);
  --nf-profile-border-soft: rgba(var(--nf-profile-accent-rgb), .26);
  --nf-profile-border-muted: rgba(var(--nf-profile-accent-rgb), .22);
  --nf-profile-soft-bg: rgba(var(--nf-profile-accent-rgb), .11);
  --nf-profile-soft-bg-hover: rgba(var(--nf-profile-accent-rgb), .16);
}

.nf-profile-info-card {
  position: relative;
  overflow: visible;
  margin-top: .5rem;
  margin-bottom: 1.8rem;
  border: 1px solid var(--nf-profile-border-color);
  border-radius: var(--nf-profile-radius);
  background: var(--nf-profile-card-bg);
  color: var(--nf-profile-card-color);
  box-shadow: none;
}

.nf-profile-start-mobile .nf-profile-info-card {
  margin-bottom: .5rem;
}

.nf-profile-info-card-header {
  position: absolute;
  top: -.72rem;
  left: .5rem;
  right: .5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  min-height: 1.55rem;
  padding: 0;
  border: 0;
  background-color: transparent !important;
}

.nf-profile-info-card-title {
  display: inline-flex;
  align-items: center;
  max-width: min(100%, 22rem);
  padding: .18rem .62rem;
  border: 1px solid rgba(var(--color-primary-rgb), .22);
  border-radius: 50rem;
  background-color: var(--bs-body-bg);
  background-image:
    radial-gradient(circle at top right, rgba(var(--color-primary-rgb), .16), rgba(var(--color-primary-rgb), 0) 38%),
    linear-gradient(135deg, rgba(var(--color-primary-rgb), .10), rgba(var(--color-primary-rgb), .04));
  color: var(--color-primary);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 0 0 .22rem var(--nf-profile-card-bg);
}

[data-bs-theme="dark"] .nf-profile-info-card-title {
  border-color: rgba(var(--color-primary-rgb), .42);
  background-color: var(--nf-dark-surface, var(--bs-body-bg));
  background-image:
    radial-gradient(circle at top right, rgba(var(--color-primary-rgb), .32), rgba(var(--color-primary-rgb), 0) 38%),
    linear-gradient(135deg, rgba(var(--color-primary-rgb), .22), rgba(var(--color-primary-rgb), .10));
  color: var(--bs-body-color);
  box-shadow: 0 0 0 .22rem var(--nf-profile-card-bg);
}

.nf-profile-info-card-title i {
  color: var(--nf-profile-link-color);
}

.nf-profile-card-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  padding: 0;
  border: 1px solid var(--nf-profile-border-color);
  border-radius: 50rem;
  background: var(--nf-profile-card-bg);
  color: var(--nf-profile-link-color);
  line-height: 1;
  transform: translateX(.35rem);
}

.nf-profile-card-edit:hover,
.nf-profile-card-edit:focus {
  border-color: rgba(var(--nf-profile-accent-rgb), .55);
  background: var(--nf-profile-soft-bg-hover);
  color: var(--nf-profile-link-hover-color);
}

.nf-profile-widget-debug-weight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 1.45rem;
  padding: 0 .42rem;
  border: 1px solid rgba(var(--nf-profile-accent-rgb), .35);
  border-radius: 50rem;
  background: rgba(255, 193, 7, .16);
  color: #7a5200;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

[data-bs-theme="dark"] .nf-profile-widget-debug-weight {
  border-color: rgba(255, 193, 7, .4);
  background: rgba(255, 193, 7, .18);
  color: #ffd86a;
}

.nf-profile-info-card-body {
  padding: 1.35rem 1rem 1rem;
}

.nf-profile-field-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem .9rem;
}

.nf-profile-field-item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  gap: .4rem;
  color: var(--nf-profile-card-color);
}

.nf-profile-field-icon {
  flex: 0 0 auto;
  width: 1.25rem;
  text-align: center;
  color: var(--nf-profile-muted-color);
}

.nf-profile-field-value {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-start-widget > .nf-profile-widget-content {
  padding: 1.35rem 1rem 1rem;
}

.profile-start-widget > .nf-profile-widget-content > .card {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit;
  box-shadow: none !important;
}

.profile-start-widget > .nf-profile-widget-content > .card-body,
.profile-start-widget > .nf-profile-widget-content > .card > .card-body {
  padding: 0 !important;
  background: transparent !important;
  color: inherit;
}

.profile-start-widget .nf-profile-widget-content-subheaders > .card-header,
.profile-start-widget .nf-profile-widget-content-subheaders > .card > .card-header,
.profile-start-widget .nf-profile-widget-subheader {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin: -.15rem 0 .85rem;
  padding: 0 0 .45rem;
  border: 0 !important;
  border-bottom: 1px solid var(--nf-profile-border-muted) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--nf-profile-muted-color);
}

.profile-start-widget .nf-profile-widget-content-subheaders > .card-header h5,
.profile-start-widget .nf-profile-widget-content-subheaders > .card > .card-header h5,
.profile-start-widget .nf-profile-widget-subheader-title {
  margin: 0;
  font-size: .86rem;
  font-weight: 700;
  color: var(--nf-profile-link-color);
  line-height: 1.25;
}

.profile-start-widget .nf-profile-widget-content-subheaders > .card-header .btn,
.profile-start-widget .nf-profile-widget-content-subheaders > .card > .card-header .btn,
.profile-start-widget .nf-profile-widget-subheader .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  padding: 0;
  border: 0;
  border-radius: 50rem;
  background: transparent;
  color: var(--nf-profile-link-color);
  text-decoration: none;
  line-height: 1;
}

.profile-start-widget .nf-profile-widget-content-subheaders > .card-header .btn:hover,
.profile-start-widget .nf-profile-widget-content-subheaders > .card > .card-header .btn:hover,
.profile-start-widget .nf-profile-widget-subheader .btn:hover {
  background: var(--nf-profile-soft-bg-hover);
  color: var(--nf-profile-link-hover-color);
}

.profile-start-widget .nf-profile-widget-content-subheaders > .card-header.bg-body-secondary,
.profile-start-widget .nf-profile-widget-content-subheaders > .card > .card-header.bg-body-secondary,
.profile-start-widget .nf-profile-widget-content-subheaders > .card-header.bg-light,
.profile-start-widget .nf-profile-widget-content-subheaders > .card > .card-header.bg-light {
  background: transparent !important;
}

.profile-start-widget .nf-profile-widget-content-subheaders > .card-header.rounded-top-3,
.profile-start-widget .nf-profile-widget-content-subheaders > .card > .card-header.rounded-top-3 {
  border-radius: 0 !important;
}

.profile-start-widget .nf-profile-widget-content-subheaders > .card-header + .card-body,
.profile-start-widget .nf-profile-widget-content-subheaders > .card > .card-header + .card-body {
  padding-top: 0 !important;
}

.profile-start-widget .nf-profile-widget-body {
  padding: 0;
}

.profile-start-widget .nf-profile-widget-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin: .95rem -1rem -1rem;
  padding: .42rem 1rem;
  border-top: 1px solid rgba(var(--color-primary-rgb), .22);
  border-bottom-left-radius: var(--nf-profile-radius);
  border-bottom-right-radius: var(--nf-profile-radius);
  background-color: var(--nf-profile-card-bg);
  background-image:
    radial-gradient(circle at top right, rgba(var(--color-primary-rgb), .14), rgba(var(--color-primary-rgb), 0) 38%),
    linear-gradient(135deg, rgba(var(--color-primary-rgb), .085), rgba(var(--color-primary-rgb), .035));
  color: var(--nf-profile-muted-color);
  font-size: .86rem;
  line-height: 1.25;
}

[data-bs-theme="dark"] .profile-start-widget .nf-profile-widget-footer {
  border-top-color: rgba(var(--color-primary-rgb), .34);
  background-color: var(--nf-dark-surface, var(--nf-profile-card-bg));
  background-image:
    radial-gradient(circle at top right, rgba(var(--color-primary-rgb), .28), rgba(var(--color-primary-rgb), 0) 38%),
    linear-gradient(135deg, rgba(var(--color-primary-rgb), .18), rgba(var(--color-primary-rgb), .08));
}

.profile-start-widget .nf-profile-widget-footer-label {
  min-width: 0;
  color: var(--nf-profile-muted-color);
}

.profile-start-widget .nf-profile-widget-footer-label span,
.profile-start-widget .nf-profile-widget-footer-link {
  color: var(--nf-profile-link-color);
  font-weight: 600;
}

.profile-start-widget .nf-profile-widget-footer-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: .84rem;
  text-decoration: none;
}

.profile-start-widget .nf-profile-widget-footer-link:hover,
.profile-start-widget .nf-profile-widget-footer-link:focus {
  color: var(--nf-profile-link-hover-color);
  text-decoration: underline;
}

.profile-start-widget > .card-body:first-of-type,
.profile-start-widget > .nf-profile-info-card-body,
.profile-start-widget > .card-header + .card-body,
.profile-start-widget > .card-header + .nf-profile-info-card-body {
  padding-top: 1.35rem;
}

.profile-start-widget .nf-profile-audio-list,
.profile-start-widget .nf-profile-blog-list,
.profile-start-widget .nf-profile-group-list {
  margin: 0;
  border: 0;
  background: transparent;
}

.profile-start-widget .nf-profile-audio-list > .list-group-item:first-child {
  border-top: 0;
}

.profile-start-widget .nf-profile-audio-list > .list-group-item:last-child {
  border-bottom: 0;
}

.profile-start-widget .nf-profile-info-widget-row {
  min-width: 0;
}

.profile-start-widget .nf-profile-info-widget-row > [class*="col-"] {
  min-width: 0;
}

.profile-start-widget .nf-profile-info-widget-row > [class*="col-"] > div {
  overflow-wrap: anywhere;
}

.profile-start-widget .nf-profile-info-widget-label {
  line-height: 1.2;
}

.profile-start-widget .nf-profile-info-widget-value {
  min-width: 0;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.profile-start-widget .nf-profile-info-widget-body-start .nf-profile-info-widget-row {
  margin-bottom: .55rem !important;
}

.profile-start-widget .nf-profile-info-widget-body-start .nf-profile-info-widget-label {
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.2;
}

.profile-start-widget .nf-profile-info-widget-body-start .nf-profile-info-widget-value {
  font-size: .95rem;
}

.profile-start-widget .nf-profile-blog-title,
.profile-start-widget .nf-profile-group-card-title,
.profile-start-widget .nf-profile-contact-name {
  color: var(--nf-profile-link-color);
  text-decoration: none;
}

.profile-start-widget .nf-profile-blog-title:hover,
.profile-start-widget .nf-profile-blog-title:focus,
.profile-start-widget .nf-profile-group-card-title:hover,
.profile-start-widget .nf-profile-group-card-title:focus,
.profile-start-widget .nf-profile-contact-name:hover,
.profile-start-widget .nf-profile-contact-name:focus {
  color: var(--nf-profile-link-hover-color);
  text-decoration: underline;
}

.profile-start-widget .nf-profile-blog-title {
  display: inline-block;
  margin-bottom: .25rem;
  font-weight: 600;
}

.profile-start-widget .nf-profile-blog-preview-text {
  color: var(--nf-profile-card-color);
  line-height: 1.45;
}

.profile-start-widget .nf-profile-blog-preview-item,
.profile-start-widget .nf-profile-poll-item,
.profile-start-widget .nf-profile-proposal-item {
  border-color: var(--nf-profile-border-soft) !important;
}

.profile-start-widget .nf-profile-blog-list-item,
.profile-start-widget .nf-profile-group-list-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-color: var(--nf-profile-border-soft) !important;
  background: transparent;
  color: var(--nf-profile-link-color);
  font-weight: 500;
}

.profile-start-widget .nf-profile-blog-list-item {
  padding: .35rem 0;
}

.profile-start-widget .nf-profile-group-list-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem 0;
}

.profile-start-widget .nf-profile-blog-list-item:hover,
.profile-start-widget .nf-profile-blog-list-item:focus,
.profile-start-widget .nf-profile-group-list-item:hover,
.profile-start-widget .nf-profile-group-list-item:focus {
  background: var(--nf-profile-soft-bg-hover);
  color: var(--nf-profile-link-hover-color);
}

.profile-start-widget .nf-profile-contacts-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: safe center;
  gap: .5rem;
  overflow-x: auto;
  padding-bottom: .25rem;
}

.profile-start-widget .nf-profile-contacts-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: .65rem;
  column-gap: .45rem;
}

.profile-start-widget .nf-profile-contact-item {
  width: 52px;
  flex: 0 0 auto;
  text-align: center;
}

.profile-start-widget .nf-profile-contact-avatar {
  margin-bottom: .25rem;
}

.profile-start-widget .nf-profile-contact-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .75rem;
  font-weight: 600;
}

.profile-start-widget .nf-profile-group-list-photo {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: .35rem;
}

.profile-start-widget .nf-profile-group-list-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-start-widget .nf-profile-group-card-list {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.profile-start-widget .nf-profile-group-card {
  display: flex;
  gap: .75rem;
  padding: .65rem;
  border: 1px solid var(--nf-profile-border-soft);
  border-radius: .65rem;
  background: var(--nf-profile-card-bg);
  color: var(--nf-profile-card-color);
}

.profile-start-widget .nf-profile-group-card-photo-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  text-decoration: none;
}

.profile-start-widget .nf-profile-group-card-photo {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: .55rem;
}

.profile-start-widget .nf-profile-group-card-body {
  min-width: 0;
  flex: 1 1 auto;
}

.profile-start-widget .nf-profile-group-card-title-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  margin-bottom: .25rem;
}

.profile-start-widget .nf-profile-group-card-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .95rem;
  font-weight: 700;
}

.profile-start-widget .nf-profile-group-card-desc {
  overflow: hidden;
  color: var(--nf-profile-card-color);
  font-size: .86rem;
  line-height: 1.35;
}

.profile-start-widget .nf-profile-proposal-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .65rem;
  color: var(--nf-profile-muted-color);
  font-size: .8rem;
  font-weight: 600;
}

.profile-start-widget .nf-profile-proposal-selection {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  font-size: .86rem;
  font-weight: 700;
}

.nf-album-preview-flex,
.nf-video-preview-flex {
  display: grid;
  gap: .75rem;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.nf-album-preview-start,
.nf-video-preview-start {
  grid-template-columns: 1fr;
}

.nf-album-preview-end,
.nf-video-preview-end {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nf-album-preview-end .nf-album-preview-card:only-child,
.nf-video-preview-end .nf-video-preview-card:only-child {
  max-width: 360px;
  justify-self: center;
}

.nf-album-preview-card,
.nf-video-preview-card {
  min-width: 0;
  max-width: 100%;
}

.nf-album-preview-link,
.nf-video-preview-link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.nf-album-preview-media,
.nf-video-preview-media {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: .75rem;
  background-color: var(--bs-light, #f8f9fa);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .08);
}

.nf-album-preview-count,
.nf-video-preview-duration {
  position: absolute;
  top: .55rem;
  right: .55rem;
  z-index: 2;
  display: inline-block;
  padding: .2rem .45rem;
  border-radius: .4rem;
  background: rgba(0, 0, 0, .72);
  color: #fff;
  font-size: .75rem;
  line-height: 1;
}

.nf-album-preview-overlay,
.nf-video-preview-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, .78) 0%,
    rgba(0, 0, 0, .48) 32%,
    rgba(0, 0, 0, 0) 100%
  );
}

.nf-album-preview-overlay-inner,
.nf-video-preview-overlay-inner {
  width: 100%;
  min-width: 0;
  padding: .65rem .75rem .75rem;
}

.nf-album-preview-title,
.nf-video-preview-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 .2rem;
  color: #fff;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
  word-break: break-word;
}

.nf-album-preview-meta,
.nf-video-preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  min-width: 0;
  color: rgba(255, 255, 255, .9);
  font-size: .75rem;
  line-height: 1.15;
}

.nf-profile-start-mobile .nf-album-preview-flex,
.nf-profile-start-mobile .nf-video-preview-flex {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}

.nf-profile-start-mobile .nf-album-preview-end,
.nf-profile-start-mobile .nf-album-preview-start,
.nf-profile-start-mobile .nf-video-preview-end,
.nf-profile-start-mobile .nf-video-preview-start {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nf-profile-start-mobile .nf-album-preview-end .nf-album-preview-card:only-child,
.nf-profile-start-mobile .nf-video-preview-end .nf-video-preview-card:only-child {
  max-width: 100%;
  justify-self: stretch;
}

.profile-start-widget .nf-album-preview-flex,
.profile-start-widget .nf-video-preview-flex {
  margin: 0;
}

@media (max-width: 767.98px) {
  .nf-album-preview-end,
  .nf-album-preview-start,
  .nf-video-preview-end,
  .nf-video-preview-start {
    grid-template-columns: 1fr;
  }

  .nf-album-preview-end .nf-album-preview-card:only-child,
  .nf-video-preview-end .nf-video-preview-card:only-child {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .nf-profile-info-card-header {
    left: .8rem;
    right: .7rem;
  }

  .nf-profile-card-edit {
    transform: none;
  }

  .nf-profile-info-card-body,
  .profile-start-widget > .nf-profile-widget-content {
    padding: 1.25rem .85rem .9rem;
  }

  .profile-start-widget .nf-profile-widget-footer {
    margin: .9rem -.85rem -.9rem;
    padding: .42rem .85rem;
  }

  .nf-profile-field-list {
    flex-direction: column;
    align-items: stretch;
  }

  .nf-profile-field-item {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .profile-start-widget .nf-profile-group-card {
    padding: .55rem;
    gap: .6rem;
  }

  .profile-start-widget .nf-profile-group-card-photo-wrap,
  .profile-start-widget .nf-profile-group-card-photo {
    width: 58px;
    height: 58px;
  }

  .profile-start-widget .nf-profile-group-card-desc {
    font-size: .82rem;
  }
}
