/*
  Sidebar v2 for PageForge pages.
  Suggested live location: /sidebar/sidebar-v2.css
  This file is intentionally scoped under .pf-sidebar-v2 so it does not affect legacy pages.
*/

.pf-sidebar-v2 {
  width: 166px;
  max-width: 166px;
  box-sizing: border-box;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.pf-sidebar-v2 *,
.pf-sidebar-v2 *::before,
.pf-sidebar-v2 *::after {
  box-sizing: border-box;
}

.pf-sidebar-v2 a {
  color: #003399;
}

.pf-sidebar-v2 img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.pf-sidebar-v2-menu {
  display: block;
  margin: 0 0 14px;
  padding: 0;
}

.pf-sidebar-v2-button,
.pf-sidebar-v2-button:link,
.pf-sidebar-v2-button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 49px;
  margin: 0 0 8px;
  padding: 0 10px;
  border: 1px solid #6d1f1f;
  border-radius: 6px;
  background: linear-gradient(#fff8df, #e7c45f);
  color: #4b0909;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 2px rgba(0, 0, 0, 0.22);
}

.pf-sidebar-v2-button:hover,
.pf-sidebar-v2-button:focus {
  background: linear-gradient(#ffffff, #f1d982);
  color: #250000;
  text-decoration: none;
}

.pf-sidebar-v2-button:focus,
.pf-sidebar-v2-donate-button:focus {
  outline: 2px solid #003399;
  outline-offset: 2px;
}

.pf-sidebar-v2-support {
  margin: 12px 0 16px;
  padding: 8px 6px;
  border-top: 1px solid #d6c280;
  border-bottom: 1px solid #d6c280;
  background: #fff8df;
}

.pf-sidebar-v2-support p {
  margin: 0;
}

.pf-sidebar-v2-alert-icon {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}

.pf-sidebar-v2-products {
  margin: 0;
  padding: 0;
}

.pf-sidebar-v2-product {
  margin: 0 0 18px;
  padding: 0;
  text-align: center;
}

.pf-sidebar-v2-product a,
.pf-sidebar-v2-product a:link,
.pf-sidebar-v2-product a:visited {
  display: block;
  text-decoration: none;
}

.pf-sidebar-v2-product a:hover,
.pf-sidebar-v2-product a:focus {
  text-decoration: underline;
}

.pf-sidebar-v2-product img {
  display: block;
  margin: 0 auto 5px;
}

.pf-sidebar-v2-product span {
  display: block;
}

.pf-sidebar-v2-donate {
  margin: 18px 0;
  padding: 0;
}

.pf-sidebar-v2-donate p {
  margin: 0;
}

.pf-sidebar-v2-donate-button,
.pf-sidebar-v2-donate-button:link,
.pf-sidebar-v2-donate-button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  min-height: 48px;
  margin: 0 auto;
  padding: 7px 10px;
  border: 1px solid #0f5a18;
  border-radius: 6px;
  background: linear-gradient(#f6fff1, #9bd176);
  color: #073b0d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pf-sidebar-v2-donate-button:hover,
.pf-sidebar-v2-donate-button:focus {
  background: linear-gradient(#ffffff, #b7e698);
  color: #032807;
  text-decoration: none;
}

.pf-sidebar-v2-quote {
  margin: 18px 0 0;
  padding: 9px 7px;
  border-top: 1px solid #cccccc;
  text-align: left;
  font-size: 13px;
  line-height: 1.35;
}

.pf-sidebar-v2-quote p {
  margin: 0 0 10px;
}

.pf-sidebar-v2-quote p:last-child {
  margin-bottom: 0;
}

.pf-sidebar-v2-attribution {
  text-align: right;
  font-weight: bold;
}
