/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.error-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  /* Adds space between image and text */
  padding: 2rem;
  max-width: 1000px;
  margin: 2rem auto;
  background-color: #f9f9f9;
  border-left: 5px solid #e10339;
  border-radius: 10px;
}
.error-box img {
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.error-box-text {
  max-width: 600px;
}
.error-box-text h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.error-box-text p {
  font-size: 1.1rem;
  line-height: 1.6;
}
.error-box a {
  color: #e10339;
  text-decoration: underline;
}
.cta-submit-photo {
  display: inline-block;
  background: url('../../../../images/SubmitYourPhoto.png') no-repeat center center;
  background-size: contain;
  width: 400px;
  height: auto;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
.cta-submit-photo:hover {
  transform: scale(1.05);
}
.g-simplecontent-item-leading-content {
  display: none !important;
}
/*# sourceMappingURL=custom_12.css.map */