.mekevo-selection {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 96px;
}

.mekevo-selection__header {
  display: flex;
  margin-bottom: 30px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.mekevo-selection__header span,
.mekevo-selection__brand {
  color: #1999a5;
  font-size: 10px;
  font-weight: 800;
}

.mekevo-selection__header h1 {
  margin: 8px 0 0;
  font-size: 36px;
  line-height: 1.1;
}

.mekevo-selection__header p {
  max-width: 640px;
  margin: 10px 0 0;
  color: #727279;
  font-size: 13px;
  line-height: 1.6;
}

.mekevo-selection__header > strong {
  white-space: nowrap;
  font-size: 12px;
}

.mekevo-selection__list {
  border-top: 1px solid rgba(17, 17, 20, 0.16);
}

.mekevo-selection__item {
  display: grid;
  min-height: 148px;
  padding: 16px 0;
  grid-template-columns: 116px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(17, 17, 20, 0.13);
}

.mekevo-selection__media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: #ddd;
}

.mekevo-selection__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mekevo-selection__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.mekevo-selection__title {
  color: #111114;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}

.mekevo-selection__sku {
  color: #74747b;
  font-size: 11px;
  font-weight: 750;
}

.mekevo-selection__item-actions,
.mekevo-selection__footer {
  display: flex;
  gap: 8px;
}

.mekevo-selection__item-actions button,
.mekevo-selection__footer button,
.mekevo-selection__browse {
  display: inline-flex;
  min-height: 44px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid #111114;
  border-radius: 4px;
  background: transparent;
  color: #111114;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.mekevo-selection__whatsapp,
.mekevo-selection__send {
  border-color: #31c878 !important;
  background: #31c878 !important;
  color: #07150d !important;
}

.mekevo-selection__footer {
  padding-top: 24px;
  justify-content: flex-end;
}

.mekevo-selection__empty {
  padding: 80px 20px;
  text-align: center;
}

.mekevo-selection__empty h2 {
  margin: 0;
  font-size: 24px;
}

.mekevo-selection__empty p {
  margin: 12px 0 24px;
  color: #74747b;
}

.mekevo-selection-toast {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 1600;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: #111114;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

@media (max-width: 700px) {
  .mekevo-selection {
    width: calc(100% - 24px);
    padding-top: 36px;
  }

  .mekevo-selection__header {
    align-items: flex-start;
  }

  .mekevo-selection__header h1 {
    font-size: 28px;
  }

  .mekevo-selection__item {
    min-height: 126px;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
  }

  .mekevo-selection__item-actions {
    grid-column: 1 / -1;
  }

  .mekevo-selection__item-actions button {
    flex: 1;
  }

  .mekevo-selection__footer {
    flex-direction: column-reverse;
  }

  .mekevo-selection-toast {
    right: 12px;
    bottom: calc(84px + env(safe-area-inset-bottom));
    left: 12px;
    text-align: center;
  }
}
