/* ATTIVITA' FORMATIVE - Ticket Header */
@media screen and (min-width:981px) {
    .said-ticket-header {
        display: flex;
        gap: 5.5%;
    }
    .said-ticket-header-col.ticket-image {
        margin-bottom: 0px;
    }
	.said-ticket-header-col:not(.ticket-image) {
		padding-top: 1.5em;
	}
}
.said-ticket-header-col {
    width:100%;
}

.said-ticket-header-col.ticket-image {
    background-size: cover;
    aspect-ratio: 4/5;
    margin-bottom: 2rem;
}

.said-ticket-header h1 {
	font-size: clamp(2.25rem, 0.5rem + 6vw, 4rem);
	letter-spacing: 1px;
    padding-bottom: 1em;
}
.said-ticket-header .stock {
	color: #000000 !important;
  	width: fit-content;
  	border: 1px solid;
  	padding: .1em .5em;
  	border-radius: 3px;
}
del {
	opacity:.5;
}
.said-ticket-header .data {
  	font-family: 'Mersad SemiBold',Helvetica,Arial,Lucida,sans-serif;
	padding-top: 1em;
  	padding-bottom: 0px;
  	font-size: 1.15rem;
}
.said-ticket-header .said-btn {
	text-align: initial;
}