/* stylelint-disable-next-line max-line-length */
/* stylelint-disable-next-line max-line-length */
/* Creates CSS3 Variables and adds them to root
 * @params
 *  $map - expects a map that contains 'core', 'on', 'text', and 'state' maps
 * @output
 *  --{key}-rgb: {val} - rgb value of the key
 *  --{key}-color: rgb(var(--{key}-rgb)) - variable meant for css:color use
 *  --{key}-bg: var(--{key}-color) - bg color meant for css:background use
 */
.from-your-watchlist__state__container {
  margin: var(--ipt-pageMargin);
  text-align: center;
  padding: 1.5rem; }

.from-your-watchlist__status-prompt__container {
  margin-top: 0.5rem; }

.from-your-watchlist__status-prompt__title {
  font-weight: bold; }

.from-your-watchlist__status-prompt__content__baseAlt {
  color: var(--ipt-on-baseAlt-textSecondary-color); }

.from-your-watchlist__status-prompt__content__base {
  color: var(--ipt-on-base-textSecondary-color); }

.from-your-watchlist__state__button {
  margin-top: 2rem; }

.from-your-watchlist__ribbon {
  pointer-events: none; }


/*# sourceMappingURL=imdb.IMDbFromYourWatchlistReactFeature.0fcd49e659551da636dc.css.map*/