/*
** DO NOT EDIT THIS FILE! All changes will be overwritten.
** edit the master in app/assets/stylesheets/themes/napaonline/templates/_core.scss,
** then run script/activate-theme napaonline
*/
@import url("https://fonts.googleapis.com/css?family=Dynalight&display=swap");
/* line 2, ../../../../home/matt/.rvm/gems/ruby-3.3.1@canyonero7/gems/neat-1.6.0/app/assets/stylesheets/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
** app/assets/stylesheets/_core.scss
** installed by ./script/activate-theme napaonline
** at Tue Nov 18 11:25:34 AM PST 2025 on wendigo
*/
/* line 10, app/assets/stylesheets/gift_receipts.scss */
main, body, html {
  background: white;
  text-align: center;
}

/* line 15, app/assets/stylesheets/gift_receipts.scss */
.top-pad {
  height: 1rem;
}

/* line 17, app/assets/stylesheets/gift_receipts.scss */
#print-button-wrapper {
  position: absolute;
  top: 2rem;
  right: 4rem;
}

/* line 23, app/assets/stylesheets/gift_receipts.scss */
.logo-box {
  text-align: center;
  margin: 2rem 0 0;
}

/* line 26, app/assets/stylesheets/gift_receipts.scss */
.logo-box img {
  width: 20%;
}

/* line 29, app/assets/stylesheets/gift_receipts.scss */
h1, h2 {
  text-align: center;
  color: red;
  font-size: 4rem;
  font-family: 'Dynalight', cursive;
}

/* line 36, app/assets/stylesheets/gift_receipts.scss */
h2 {
  margin: 1rem 0 0;
}

/* line 37, app/assets/stylesheets/gift_receipts.scss */
h1 {
  margin: 1rem 0 2rem;
}

/* line 39, app/assets/stylesheets/gift_receipts.scss */
.caption {
  font-size: 1rem;
  clear: both;
  color: #888;
}

/* line 45, app/assets/stylesheets/gift_receipts.scss */
.item-row {
  display: block;
  clear: both;
}

/* line 15, ../../../../home/matt/.rvm/gems/ruby-3.3.1@canyonero7/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
.item-row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 49, app/assets/stylesheets/gift_receipts.scss */
.item-row .item-box {
  text-align: center;
}

/* line 52, app/assets/stylesheets/gift_receipts.scss */
.item-row .image-box img {
  margin: 1rem auto;
}

/* line 57, app/assets/stylesheets/gift_receipts.scss */
.item-row.slice-1 .image-box img {
  max-width: 40%;
}

/* line 60, app/assets/stylesheets/gift_receipts.scss */
.item-row.slice-2 {
  display: table-row;
}

/* line 63, app/assets/stylesheets/gift_receipts.scss */
.item-row.slice-2 .item-box {
  display: table-cell;
  vertical-align: bottom;
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 48.9361702128%;
}

/* line 38, ../../../../home/matt/.rvm/gems/ruby-3.3.1@canyonero7/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
.item-row.slice-2 .item-box:last-child {
  margin-right: 0;
}

/* line 69, app/assets/stylesheets/gift_receipts.scss */
.item-row.slice-2 .image-box img {
  max-width: 75%;
}
