﻿.giftcard-settings-table th {
      font-size: .76rem;
      text-transform: uppercase;
      letter-spacing: .06em;
      color: #64748b;
      white-space: nowrap;
    }
    .giftcard-settings-table td {
      vertical-align: middle;
    }
    .giftcard-settings-row.is-dragging {
      opacity: 1;
      background: #fff;
      box-shadow: inset 0 0 0 2px rgba(13,110,253,.18);
    }
    .giftcard-settings-handle {
      border: 0;
      background: transparent;
      color: #64748b;
      cursor: grab;
      padding: .1rem;
      line-height: 1;
    }
    .giftcard-settings-handle:active {
      cursor: grabbing;
    }
    .giftcard-settings-type {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: .28rem .55rem;
      font-size: .72rem;
      font-weight: 700;
      background: #eef2ff;
      color: #3730a3;
    }
    .giftcard-settings-type--product {
      background: #ecfeff;
      color: #155e75;
    }
    .giftcard-settings-name-hint {
      margin-top: .35rem;
      font-size: .76rem;
      color: #64748b;
    }

