body {
  font-family: 'gira-sans';
  font-weight: 400;
  line-height: 1.15;
  overflow-x: hidden;
  color: black;
  font-size: 1.25rem;
}

main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 4rem 2rem;
}

form#new-creative {
	border-radius: 4px;
	background-color: #f5f2eb;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
	margin-top: 4px;
	padding: 1.5rem;
}

.acf-field input, .acf-field textarea, .acf-field select {
  font-family: 'gira-sans';
  font-weight: 400;
  line-height: 1.15;
  overflow-x: hidden;
  color: black;
  font-size: 1.05rem !important;
}

label {
  font-family: 'gira-sans';
  font-weight: 400;
  line-height: 1.15;
  color: black;
  font-size: 1.05rem;
}

.acf-label {
  font-weight: 500;
  font-size: 1.15rem;
}

p.description {
  font-size: 0.95rem;
  font-weight: 300;
}

.acf-repeater-add-row {
  font-family: 'gira-sans';
  font-weight: 400;
  line-height: 1.15;
  color: white;
  font-size: 0.95rem;
	background-color: rgb(219, 126, 1);
	border-radius: 4px;
	padding: 0.5rem;
	margin-bottom: 4px;
}

.acf-form-submit {
	padding: 1rem;
}

.acf-form-submit .acf-button {
 font-family: 'gira-sans';
  font-weight: 400;
  line-height: 1.15;
  color: white;
  font-size: 1.05rem;
	background-color: rgb(219, 126, 1);
	border-radius: 4px;
	padding: 0.75rem 1rem;
	margin-bottom: 4px;
	border: none;
}

.back__btn {
 font-family: 'gira-sans';
  font-weight: 400;
  line-height: 1.15;
  color: white;
  font-size: 1.05rem;
	background-color: rgb(219, 126, 1);
	border-radius: 4px;
	padding: 0.75rem 1rem;
	margin-bottom: 4px;
	border: none;
	display: block;
	max-width: max-content;
	margin: 1rem auto 0 auto;
}

.upload-message {
	  font-size: 0.95rem;
  font-weight: 300;
	font-style: italic;
}

.intro__image img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 4px;
}

.updated__message {
	text-align: center;
}

.updated__message h1 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
