/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.gold-silver-checker {
  background-color: var(--beige);
  padding: 1.5em 4%; }
  @media (max-width: 980px) {
    .gold-silver-checker {
      width: 108%;
      margin-left: -4%; } }
  @media (min-width: 981px) {
    .gold-silver-checker {
      padding: 2em; } }
  .gold-silver-checker h2 {
    margin: 0 0 2rem; }
  .gold-silver-checker .update .info {
    margin-bottom: 1em; }
    .gold-silver-checker .update .info .strong {
      font-weight: 500; }
  .gold-silver-checker .content {
    background-color: var(--dark-blue);
    padding: 2em;
    color: var(--white);
    position: relative; }
    .gold-silver-checker .content .text p {
      margin: 0; }
      .gold-silver-checker .content .text p:first-child {
        margin-bottom: 1rem; }
    .gold-silver-checker .content .info-popup-icon {
      position: absolute;
      top: 1em;
      right: 1em;
      height: 1.5rem;
      width: 1.5rem;
      background-color: #FFFFFF;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center; }
      .gold-silver-checker .content .info-popup-icon span {
        pointer-events: none; }
    .gold-silver-checker .content .info-popup {
      display: none;
      padding: 1em;
      background-color: #FFFFFF;
      box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.75);
      position: absolute;
      top: 50px;
      right: 0;
      width: 325px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      color: #000;
      z-index: 9; }
      @media (min-width: 981px) {
        .gold-silver-checker .content .info-popup {
          right: -340px;
          top: 30px;
          width: 350px; } }
      .gold-silver-checker .content .info-popup.hover {
        display: block; }
      .gold-silver-checker .content .info-popup p {
        margin: 0.25rem 0; }
  .gold-silver-checker .price-table {
    margin-top: 2em; }
  .gold-silver-checker .information .contact {
    background-color: var(--dark-blue);
    padding: 2em;
    text-align: center;
    color: var(--white);
    font-size: 20px; }
    .gold-silver-checker .information .contact .text {
      font-weight: 500; }
      .gold-silver-checker .information .contact .text span {
        display: block;
        color: var(--gold);
        font-family: "Bitter", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 26px;
        margin-bottom: .2em; }
    .gold-silver-checker .information .contact .phone {
      margin: 1em 0; }
      .gold-silver-checker .information .contact .phone a {
        color: var(--white); }
    .gold-silver-checker .information .contact .come-by {
      margin-top: 1em; }
      .gold-silver-checker .information .contact .come-by a {
        color: var(--white); }

/*# sourceMappingURL=gold-silver-checker.css.map */
