.external-share-panel {
  margin: 0 0 14px;
  padding: 12px;
  border: 1px solid #dce8d9;
  border-radius: 12px;
  background: #f7faf5;
}

.external-share-title {
  display: block;
  margin-bottom: 9px;
  color: #33513b;
  font-size: 12px;
  font-weight: 600;
}

.external-share-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.external-share-button {
  display: inline-flex;
  min-width: 0;
  min-height: 40px;
  padding: 8px 10px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfd5bc;
  border-radius: 10px;
  background: #fff;
  color: #21462e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}

.external-share-button-primary {
  border-color: #5f9567;
  background: #e8f4e6;
  color: #174528;
}

.external-share-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.external-share-status {
  min-height: 18px;
  margin: 7px 0 0;
  color: #66756b;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 360px) {
  .external-share-button {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 12px;
  }
}
