.slingshot-header-search-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 220px;
  max-width: 320px;
}
.slingshot-header-search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  opacity: 0.6;
  z-index: 1;
}
.slingshot-header-search {
  flex: 1 1 auto;
  padding-left: 36px !important;
  box-sizing: border-box;
}
.slingshot-header-clear-btn {
  background: none;
  border: none;
  color: var(--vsc-fg-muted);
  font-size: 1.3em;
  cursor: pointer;
  padding: 0 8px;
  margin-left: -32px;
  opacity: 0.7;
  transition: opacity 0.2s;
  height: 32px;
  width: 32px;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  z-index: 2;
}
.slingshot-header-clear-btn.visible {
  display: flex;
  background: transparent !important;
}
@media (max-width: 767px) {
  .slingshot-header-search-wrapper {
    min-width: 0;
    max-width: 100%;
  }
}
.slingshot-search-none-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 32px 0;
  font-size: 1.15em;
  color: var(--vsc-fg-muted);
}
/* Header and Search Layout */
.slingshot-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.slingshot-header-title {
  margin: 0;
  font-size: 2em;
  font-weight: 700;
  color: var(--vsc-fg);
}
.slingshot-header-search {
  min-width: 220px;
  max-width: 320px;
  padding: 8px 12px;
  font-size: 1em;
  border-radius: 6px;
  border: 1px solid var(--vsc-border);
  background: var(--vsc-surface);
  color: var(--vsc-fg);
}

@media (max-width: 767px) {
  .slingshot-header-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .slingshot-header-title {
    font-size: 1.4em;
  }
  .slingshot-header-search {
    min-width: 0;
    max-width: 100%;
    font-size: 1em;
  }
}
/* Slingshot List/Card Styles */
.slingshot-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slingshot-card {
  border: 1.5px solid var(--vsc-border);
  border-radius: 8px;
  background: var(--vsc-surface);
  padding: 0;
  overflow: hidden;
}

.slingshot-card-top {
  display: flex;
  flex-direction: row;
  padding: 12px 12px 6px 12px;
  gap: 24px;
}
.slingshot-card-col {
  flex: 1 1 0;
  min-width: 0;
}
.slingshot-card-col-main {
  flex: 4 1 0;
  min-width: 0;
}
.slingshot-card-col-meta {
  flex: 1 1 0;
  min-width: 160px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.slingshot-card-col-actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 100px;
}

.slingshot-recipients {
  font-size: 1em;
  font-weight: 500;
  color: var(--vsc-fg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.slingshot-subject {
  font-size: 1em;
  font-weight: 600;
  margin-top: 2px;
  color: var(--vsc-fg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.slingshot-note {
  font-size: 1em;
  color: var(--vsc-fg-muted);
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.slingshot-senton {
  color: var(--vsc-fg-muted);
}
.slingshot-expires-soon {
  color: var(--vsc-error);
}

.slingshot-icons {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 4px;
}
.icon-access,
.icon-download,
.icon-lock {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon-access-public { background-image: url('../images/public.svg'); }
.icon-access-internal { background-image: url('../images/internal.svg'); }
.icon-access-private { background-image: url('../images/private.svg'); }
.icon-download-unlimited { background-image: url('../images/infinite.svg'); }
.icon-download-onetime { background-image: url('../images/one.svg'); }
.icon-download-viewonly { background-image: url('../images/play.svg'); }
.icon-lock { background-image: url('../images/password.svg'); }
.icon-lock-off { background-image: url('../images/no-password.svg'); }

.slingshot-card-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  background: var(--vsc-bg-secondary);
  border-top: 1px solid var(--vsc-border-light);
  padding: 12px;
  min-height: 3px;
  max-height: 60px;
  overflow: hidden;
}
.slingshot-file-icon {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-image: url('../images/file-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 3px;
}
.slingshot-file-list {
  font-size: 0.98em;
  color: var(--vsc-fg-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
  max-height: calc(1.3em * 3);
}

.slingshot-field-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  margin-bottom: 2px;
}
.slingshot-field-icon {
  width: 22px;
  height: 22px;
  opacity: 0.2;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 2px;
}
.slingshot-icon-recipient { background-image: url('../images/email.svg'); }
.slingshot-icon-subject { background-image: url('../images/subject.svg'); }
.slingshot-icon-note { background-image: url('../images/note.svg'); }
.slingshot-icon-note-required { background-image: url('../images/note-required.svg'); }
.slingshot-icon-clock { background-image: url('../images/clock.svg'); }
.slingshot-icon-gear { background-image: url('../images/gear.svg'); }
.slingshot-icon-calendar { background-image: url('../images/calendar.svg'); }


.slingshot-meta-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.slingshot-actions-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media (max-width: 767px) {
  .slingshot-card-top {
    flex-direction: column;
    gap: 0px;
    padding: 12px 12px 8px 12px;
  }
  .slingshot-card-col-meta, .slingshot-card-col-actions {
    align-items: flex-start;
    text-align: left;
    min-width: 0;
  }
  .slingshot-card-col-actions {
    margin-top: 8px;
  }
  .slingshot-card-bottom {
    padding: 10px 12px;
  }
  .slingshot-meta-row {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }
  .slingshot-actions-row {
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
  }
  .slingshot-card-col-actions {
    align-items: flex-start;
  }
  .slingshot-field-empty {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .slingshot-file-icon {
    display: none;
  }
  .slingshot-list {
    gap: 14px;
  }
  .slingshot-card {
    border-radius: 10px;
  }
}
.slingshot-placeholder {
  display: inline;
  opacity: 0.10;
  color: var(--vsc-fg);
}
.slingshot-btn-manage, .slingshot-btn-share, .slingshot-btn-pickup {
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.meta-wrapper {
  display: flex;
  gap: 6px;
  margin: 0px;
  margin-left: 8px;
}