/* Artist Sheet Interface Styles */
#artistSheetIframe {
  width: 100%;
  /* Set to 75vh to guarantee tabs are visible above the fold */
  height: 80vh; 
  min-height: 600px;
  border: 1px solid #b08a38; /* Bootstrap border color */
  border-radius: 0.375rem; /* Bootstrap border radius */
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); /* Bootstrap shadow-sm */
  display: block;
}

/* Ensure the wrapper allows full width */
#artistSheetView {
  width: 100%;
  padding-bottom: 2rem;
}