.ds-event__title {
    &:has(.event-restricted) {
        display: flex;
        flex-direction: column;

        a {
            margin-bottom: 5px;
        }
    }
}

.event-restricted {
    font-size: 14px;
    background-color: #00B3B4;
    width: fit-content;
    border-radius: 15px;
    padding-inline: 10px;
    text-transform: uppercase;
	color: white;
	font-weight: 600;
}

.terms {
	p {
		margin-bottom: 5px;
	}
}

.ds-single-event__content {
	p {
		&:empty {
			display: none;
		}
	}
}

.djsu-share {
	display: flex;
	align-items: center;
	gap: 8px;
	
	a {
		width: 32px;
		height: 32px;
		flex-shrink: 0;
		border: 1px solid #E3E3E5;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 2px;
		
		img {
			border-radius: 0;
		}
	}
	
	.share-label {
		font-weight: 700;
		font-size: 18px;
		color: #8C8C8D;
		margin: 0;
		margin-right: 10px;
		text-transform: uppercase;
	}
}
