.og-manager-entry {
  align-items: center;
  background: #dbc600;
  border: 1px solid #c6b300;
  border-radius: 4px;
  color: #211f18;
  display: inline-flex;
  letter-spacing: 0;
  line-height: 1.15;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.og-manager-entry:hover,
.og-manager-entry:focus {
  background: #e7d20a;
  border-color: #b9a700;
  box-shadow: 0 2px 7px rgba(48, 43, 13, .18);
  color: #111;
  outline: 0;
  text-decoration: none;
}

.og-manager-entry:focus-visible {
  box-shadow: 0 0 0 3px rgba(219, 198, 0, .32);
}

.og-manager-entry__icon {
  align-items: center;
  background: rgba(255, 255, 255, .42);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  margin-right: 9px;
  width: 28px;
}

.og-manager-entry__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.og-manager-entry__copy strong {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.og-manager-entry__copy small {
  color: #504a22;
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 1px;
}

.og-manager-entry--desktop {
  margin: 5px 0;
  min-height: 36px;
  padding: 3px 12px 3px 7px;
}

.og-manager-entry--mobile {
  display: flex;
  margin: 8px 0 2px;
  min-height: 48px;
  padding: 7px 12px 7px 8px;
  width: 100%;
}

.og-manager-entry--mobile .og-manager-entry__copy strong {
  font-size: 14px;
}

.og-manager-entry__arrow {
  font-size: 18px;
  margin-left: auto;
  padding-left: 12px;
}

.og-manager-modal .modal__header {
  border-top: 4px solid #dbc600;
}

.og-manager-modal__intro {
  background: #f5f7f9;
  border-left: 3px solid #dbc600;
  color: #373737;
  line-height: 1.5;
  margin-bottom: 18px;
  padding: 12px 14px;
}

.og-manager-modal__intro strong {
  color: #202020;
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
}

.og-manager-modal__privacy {
  color: #68717a;
  font-size: 12px;
  line-height: 1.45;
  margin: 12px 0 0;
}

.og-manager-modal__honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.og-manager-modal .btn-primary {
  background: #dbc600;
  border-color: #c6b300;
  color: #211f18;
  font-weight: 700;
}

.og-manager-modal .btn-primary:hover,
.og-manager-modal .btn-primary:focus {
  background: #e7d20a;
  border-color: #b9a700;
  color: #111;
}

@media (max-width: 767px) {
  .og-manager-modal .modal__footer-btn {
    display: block;
    width: 100%;
  }

  .og-manager-modal .btn-primary {
    min-height: 44px;
    width: 100%;
  }
}
