﻿/*COLORS*/
.wishlist-social-wrapper .a2a_kit {
  display: inline-flex;
  align-items: center;
}

.mn-embed-widget-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  order: -1;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: var(--blue-300, #176492);
  cursor: pointer;
  vertical-align: top;
  line-height: 0;
  appearance: none;
}
.mn-embed-widget-trigger:hover {
  background: var(--blue-300, #176492);
}
.mn-embed-widget-trigger img {
  display: block;
  width: 32px;
  height: 32px;
}

.mn-embed-modal-dialog {
  width: 793px;
  max-width: calc(100vw - 48px);
}

.mn-embed-modal-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
  max-height: calc(100vh - 48px);
  padding: 16px 20px;
  border-radius: 16px;
  overflow: hidden;
}
.mn-embed-modal-content .modal-header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 0 0 16px;
  border-bottom: 1px solid #d1d5db;
}
.mn-embed-modal-content .modal-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
.mn-embed-modal-content .modal-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  padding: 0;
}

.mn-embed-modal-close {
  position: absolute;
  right: 20px;
  top: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  opacity: 1;
  text-shadow: none;
}
.mn-embed-modal-close svg {
  display: block;
}

.mn-embed-modal-subtitle {
  margin: 4px 0 0;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}

.mn-embed-preview-label,
.mn-embed-code-label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: -4px;
  color: #444444;
}

.mn-embed-preview-frame {
  flex: 0 0 400px;
  height: 400px;
  min-height: 400px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.mn-embed-preview-frame .mn-arrangement-widget {
  height: 100%;
  width: 100%;
}
.mn-embed-preview-frame .mn-aw-root {
  height: 100%;
  box-shadow: none;
}
.mn-embed-preview-frame .mn-aw-score-wrap {
  flex: 1 1 auto;
  height: auto;
  max-height: none;
  min-height: 0;
}

.mn-embed-code-field {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  padding: 0;
  border: none !important;
  border-radius: 0;
  resize: none;
  margin-bottom: 0;
  background: transparent;
  color: #0b2c3c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  appearance: none;
  box-shadow: none !important;
  outline: none !important;
}
.mn-embed-code-field:focus, .mn-embed-code-field:focus-visible {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.mn-embed-code-row {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 56px;
  padding: 8px 8px 8px 16px;
  border-radius: 8px;
  background: #f3f4f6;
  overflow: hidden;
}

.mn-embed-copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 74px;
  min-width: 74px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 999px;
  background: #082f40;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.mn-embed-copy-btn.is-copied {
  background-color: #082f40;
  border-color: #082f40;
  color: #fff;
}
.mn-embed-copy-btn.is-copy-failed {
  background-color: #b91c1c;
  border-color: #b91c1c;
  color: #fff;
}
.mn-embed-copy-btn:hover, .mn-embed-copy-btn:focus, .mn-embed-copy-btn:active {
  background: #082f40;
  color: #fff;
}
