.affsync-google-favorite {
  --affsync-google-favorite-accent: #e84e24;
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 28px;
  padding: 16px 18px;
  border: 1px solid #dfe3e8;
  border-left: 4px solid var(--affsync-google-favorite-accent);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(31, 35, 48, 0.07);
  color: #202124;
  font-family: inherit;
}
.affsync-google-favorite--lcdj {
  --affsync-google-favorite-accent: #2f5f50;
}
.affsync-google-favorite__icon {
  display: inline-grid;
  flex: 0 0 44px;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(60, 64, 67, 0.12);
}
.affsync-google-favorite__icon svg {
  display: block;
  width: 26px;
  height: 26px;
}
.affsync-google-favorite__copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  margin: 0;
  color: #5f6368;
  font-size: 15px;
  line-height: 1.45;
}
.affsync-google-favorite__copy strong {
  color: #202124;
  font-size: 16px;
  font-weight: 700;
}
.affsync-google-favorite__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid #dadce0;
  border-radius: 999px;
  background: #fff;
  color: #1a73e8 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.affsync-google-favorite__button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.affsync-google-favorite__button:hover {
  border-color: #b9cdf4;
  background: #f4f8ff;
  box-shadow: 0 2px 7px rgba(26, 115, 232, 0.14);
}
.affsync-google-favorite__button:focus-visible {
  outline: 3px solid rgba(26, 115, 232, 0.28);
  outline-offset: 2px;
}
@media (max-width: 600px) {
  .affsync-google-favorite {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
    padding: 15px;
  }
  .affsync-google-favorite__icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
  .affsync-google-favorite__copy {
    flex-basis: calc(100% - 52px);
    font-size: 14px;
  }
  .affsync-google-favorite__button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .affsync-google-favorite__button {
    transition: none;
  }
}
