@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
#block_certyfikaty .oid-certificate {
  background: #2b2b2b;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
#block_certyfikaty .oid-certificate__wrapper {
  background: #fff;
  width: 842px;
  height: 595px;
  position: relative;
}
#block_certyfikaty .oid-certificate__content {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  background-color: #fff;
  background-image: url("/wp-content/themes/exist/images/certificate.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#block_certyfikaty .oid-certificate__title {
  margin-top: 110px;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
#block_certyfikaty .oid-certificate__subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
  width: 100% !important;
}
#block_certyfikaty .oid-certificate__username {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin: 0 30px;
  padding: 15px 0;
}
#block_certyfikaty .oid-certificate__section {
  width: 800px;
  margin: 8px auto 0;
}
#block_certyfikaty .oid-certificate__section--ornaments {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
  width: 100% !important;
}
#block_certyfikaty .oid-certificate__section--footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#block_certyfikaty .oid-certificate__ornament {
  width: 130px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#block_certyfikaty .oid-certificate__ornament--left {
  background-image: url("/wp-content/themes/exist/images/certificate-ornament-l.png");
  margin-left: 20px;
}
#block_certyfikaty .oid-certificate__ornament--right {
  background-image: url("/wp-content/themes/exist/images/certificate-ornament-r.png");
  margin-right: 20px;
}
#block_certyfikaty .oid-certificate__course-label {
  width: 500px;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  color: #000;
}
#block_certyfikaty .oid-certificate__line {
  width: inherit;
  height: 2px !important;
  margin-bottom: 5px;
  background-color: #666;
}
#block_certyfikaty .oid-certificate__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
}
#block_certyfikaty .oid-certificate__logo {
  width: 200px;
  height: 110px;
  margin-left: 60px;
  background-position: top center;
  background-image: url("/wp-content/themes/exist/images/certificate-logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#block_certyfikaty .oid-certificate__sign {
  width: 260px;
  margin-right: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#block_certyfikaty .oid-certificate__sign-image {
  width: 100%;
  height: 82px;
  border-bottom: 2px double #666;
  background-image: url("/wp-content/themes/exist/images/certificate-sign.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#block_certyfikaty .oid-certificate__sign-organizer {
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin-top: 8px;
}
#block_certyfikaty .oid-certificate__error {
  text-align: center;
  color: #c00;
  padding: 40px 20px;
  font-weight: 600;
}
#block_certyfikaty .oid-certificate__printplace {
  background-color: #2b2b2b;
}
#block_certyfikaty .oid-certificate button {
  font-size: 1.4rem !important;
}
#block_certyfikaty .oid-certificate {
  /* === przycisk drukowania === */
}
#block_certyfikaty .oid-certificate__print-btn {
  display: inline-block;
  margin: 30px auto 0;
  background: #005E9C;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 1.4rem !important;
  cursor: pointer;
  transition: background 0.3s;
}
#block_certyfikaty .oid-certificate__print-btn:hover {
  background: #005E9C;
}