/* V227: distribuicao proporcional do cartao e paineis fotograficos. */
#personalizationPanel .cv-perso-photo-summary {
  grid-template-rows: minmax(0, 1fr) auto;
}

#personalizationPanel .cv-perso-photo-actions {
  height: 100%;
  min-height: 0;
  grid-template-rows: repeat(3, minmax(32px, 1fr));
  align-content: stretch;
  padding-block: 3px;
  box-sizing: border-box;
}

#personalizationPanel .cv-perso-photo-actions .cv-photo-history-button,
#personalizationPanel .cv-perso-photo-actions .cv-photo-edit,
#personalizationPanel .cv-perso-photo-actions .cv-photo-studio-button,
#personalizationPanel .cv-perso-photo-actions .cv-photo-change,
#personalizationPanel .cv-perso-photo-actions .settings-remove {
  height: 100% !important;
  align-self: stretch;
}

.photo-preview-card.photo-studio-v227 .photo-adjust-panel {
  height: 128px;
  min-height: 128px;
  max-height: 128px;
  align-content: start;
  scrollbar-gutter: stable;
}

.photo-preview-card.photo-studio-v227 .photo-control-tray:not([hidden]) {
  align-self: end;
}

.photo-preview-card.photo-studio-v227.is-studio-open .photo-studio-side {
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 100%;
}

.photo-preview-card.photo-studio-v227.is-studio-open .photo-preview-workspace {
  grid-auto-rows: minmax(0, 1fr);
  align-items: stretch;
}

.photo-preview-card.photo-studio-v227.is-studio-open .photo-preview-editor {
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 100%;
}

.photo-preview-card.photo-studio-v227.is-studio-open .photo-studio-side .photo-studio-review {
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-content: stretch;
}

.photo-preview-card.photo-studio-v227.is-studio-open .photo-studio-path {
  align-self: stretch;
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-content: stretch;
}

.photo-preview-card.photo-studio-v227.is-studio-open .photo-studio-review-actions {
  align-self: end;
}

@media (max-width: 720px) {
  .photo-preview-card.photo-studio-v227 .photo-adjust-panel {
    height: 124px;
    min-height: 124px;
    max-height: 124px;
  }
}

@media (max-width: 390px) {
  #personalizationPanel .cv-perso-photo-actions {
    padding-block: 2px;
  }
}
