@media screen and ( max-width: 767px )
{
	/* Display */

	.legal-billet-mega .billet-mega-about
	{
		flex-wrap: wrap;
	}

	.legal-billet-mega .mega-about-links {
		column-gap: 0.5rem;
	}

	/* Position */

	.legal-billet-mega .social-links::before {
		width: 2.25rem;
		height: 2.25rem;
	}

	.legal-billet-mega h3:not( :empty ),
	.legal-billet-mega h4:not( :empty ) {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	/* Width and Height */
	
	.legal-billet-mega .mega-about-afillate,
	.legal-billet-mega .mega-about-links
	{
		flex-basis: 100%;
	}

	.legal-billet-mega.legal-author .mega-about-logo img {
		width: var( --Spacing-12 );
    	height: var( --Spacing-12 );
	}

	/* Typography */

	.legal-billet-mega .mega-about-name {
		font-weight: 500;
	}

	.legal-billet-mega li {
		font-size: 14px;
        line-height: 20px;
	}
}

@media screen and ( min-width: 768px ) {

	/* Display */

	.legal-billet-mega .mega-about-links {
		column-gap: var( --Spacing-04 );
	}

	/* Position */

	.legal-billet-mega .mega-about-afillate
	{
		margin-left: auto; 
	}
	
	.legal-billet-mega .mega-about-links
	{
		margin-left: auto;
	}

	.legal-billet-mega .social-links::before {
		width: 2.75rem;
		height: 2.75rem;
	}

	.legal-billet-mega.legal-author .mega-about-options {
		margin-right: var( --Spacing-07 );
	}

	.legal-billet-mega h3:not( .legal-bonus h3 ):not( :empty ),
	.legal-billet-mega h4:not( :empty ) {
		margin-top: var( --Spacing-05 );
		margin-bottom: var( --Spacing-07 );
	}

	/* Width and Height */

	.legal-billet-mega.legal-author .mega-about-logo img {
		width: 4.375rem;
		height: 4.375rem;
	}

	/* Typography */

	.legal-billet-mega .mega-about-name {
		font-weight: 600;
	}

	.legal-billet-mega li {
		font-size: 16px;
	}

	.legal-billet-mega:not( .legal-horizontal ) li {
    	line-height: 22px;
	}
}

/* Display */

.legal-billet-mega .billet-mega {
	display: flex;
	flex-wrap: wrap;
}

.legal-billet-mega .billet-mega-about {
	display: flex;
	align-items: center;
	column-gap: var( --Spacing-04 );
	row-gap: 18px;
}

.legal-billet-mega .mega-about-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.legal-billet-mega .mega-about-review {
	display: inline-block;
}

.legal-billet-mega.legal-image .billet-mega-content,
.legal-billet-mega.legal-horizontal .billet-mega-content {
	display: flex;
	flex-wrap: wrap;
}

.legal-billet-mega.legal-horizontal .billet-mega-content {
	row-gap: 16px;
}

.legal-billet-mega .mega-about-afillate {
	display: flex;
	align-items: center;
	justify-content: center;
}

.legal-billet-mega div.mega-about-afillate:not( .legal-disabled ) {
	cursor: pointer;
}

/* .legal-billet-mega .mega-about-afillate[href=""]  */
.legal-billet-mega .legal-disabled {
	pointer-events: none;
}

.legal-billet-mega .mega-about-review[href=""] {
	pointer-events: none;
}

.legal-billet-mega .mega-about-links {
	display: flex;
}

.legal-billet-mega .legal-license {
	display: flex;
	align-items: center;
	column-gap: 6px;
}

.legal-billet-mega .legal-license::before {
	display: flex;
	align-items: center;
	justify-content: center;
}

.legal-billet-mega .social-links::before {
	display: flex;
	align-items: center;
	justify-content: center;
}

.legal-billet-mega .billet-mega-tnc {
	display: flex;
}

.legal-billet-mega .billet-mega-tnc.legal-active {
	flex-wrap: wrap;
}

.legal-billet-mega .billet-mega-tnc:not( .legal-active ) p:not( :first-of-type ),
.legal-billet-mega .billet-mega-tnc.legal-active .billet-mega-tnc-control,
.legal-billet-mega .billet-mega-tnc.legal-short-tnc .billet-mega-tnc-control {
	display: none;
}

/* Position */

.legal-billet-mega {
	margin-bottom: 24px;
}

.legal-billet-mega .billet-mega-about,
.legal-billet-mega .billet-mega-content {
	padding: 20px;
}

.legal-billet-mega .social-links::before {
	position: relative;
	overflow: hidden;
}

.legal-billet-mega .mega-tnc-info {
	margin: 0px;
}

.legal-billet-mega .billet-mega-content p:not( .legal-contextbox ):not( .legal-overview ):not( .legal-attention ) {
	margin-top: var( --Spacing-04 );
}

.legal-billet-mega .mega-about-afillate {
	padding: 10px 18px;
}

.legal-billet-mega:not( .legal-horizontal ) p:not( .legal-contextbox ):not( .legal-overview ):not( .legal-attention ):not( :last-child ):not( .billet-mega-tnc p ) {
	margin-bottom: var( --Spacing-04 );
} 

.legal-billet-mega.legal-horizontal p:not( :last-child ) {
    padding-bottom: 0px;
}

.legal-billet-mega h3:empty,
.legal-billet-mega h4:empty {
    margin-top: 0px;
	margin-bottom: 0px;
}

.legal-billet-mega:not( .legal-horizontal ) .billet-mega-content .legal-list-pros,
.legal-billet-mega:not( .legal-horizontal ) .billet-mega-content .legal-list-cons,
.legal-billet-mega:not( .legal-horizontal ) .billet-mega-content > ul:not( .legal-highlight ):not( [style] ),
.legal-billet-mega:not( .legal-horizontal ) .billet-mega-content > ol:not( .legal-highlight ):not( [style] ) {
	padding-left: 0px;
	margin-left: 1.125rem;
}

.legal-billet-mega .billet-mega-content > .legal-list-pros li,
.legal-billet-mega .billet-mega-content > .legal-list-cons li,
.legal-billet-mega .billet-mega-content > ul:not( .legal-highlight ):not( [style] ) li,
.legal-billet-mega .billet-mega-content > ol li {
	padding-left: calc(24px + 12px);
}

.legal-billet-mega.legal-horizontal .billet-mega-content > ul:not( .legal-override ):not( .legal-highlight ):not( [style] ) {
	padding-top: 0px;
    padding-bottom: 0px;
	padding-left: 0px;
}

.legal-billet-mega .legal-license {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px 8px 2px 3px;
}

.legal-billet-mega .billet-mega-footer {
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
}

.legal-billet-mega .billet-mega-tnc {
	padding-top: 32px;
	padding-right: 24px;
  	padding-bottom: 12px;
	padding-left: 24px;
	margin-top: -24px;
}

/* Width and Height */

.legal-billet-mega .billet-mega-content {
	width: calc(100% - (20px * 2));
}

.legal-billet-mega.legal-default .billet-mega-about,
.legal-billet-mega.legal-image .billet-mega-about,
.legal-billet-mega.legal-no-controls .billet-mega-about,
.legal-billet-mega.legal-horizontal .billet-mega-about,
.legal-billet-mega.legal-author .billet-mega-about {
	flex-basis: 100%; 
}

.legal-billet-mega:not( .legal-billet-mega.legal-author ) .mega-about-logo {
	width: 70px;
	height: 70px;
}

.legal-billet-mega .mega-about-logo img {
	height: auto;
}

.legal-billet-mega .legal-license::before {
	width: 16px;
	height: 16px;
}

.legal-billet-mega .mega-about-afillate {
	min-width: 128px;
	min-height: 30px;
}

.legal-billet-mega .billet-mega-content p:not( .legal-contextbox ):not( .legal-overview ):not( .legal-attention ),
.legal-billet-mega.legal-horizontal .billet-mega-content p,
.legal-billet-mega.legal-horizontal .billet-mega-content ul {
	width: 100%;
}

.legal-billet-mega .billet-mega-footer {
	width: 100%;
}

/* Background */

.legal-billet-mega .billet-mega {
	background-color: var(--Base-base-01);
	border-radius: 24px 24px 18px 18px;
	border: 1px solid var(--Base-base-09);
}

.legal-billet-mega .billet-mega-about {
	border-bottom: 1px solid var(--Base-base-09);
}

.legal-billet-mega .mega-about-logo {
	border: 1px solid var(--Base-base-09);
	overflow: hidden;
}

.legal-billet-mega:not( .legal-author ) .mega-about-logo {
	background-size: contain;
	border-radius: 12%;
	background-color: var(--Logo-background);
}

.legal-billet-mega.legal-author .mega-about-logo {
	background-size: cover;
	border-radius: 50%;
}

.legal-billet-mega .social-links:hover.social-links::before {
	border: 1px solid var( --Base-purple_button_hover );
	transition: 0.4s;
}

.legal-billet-mega .mega-about-afillate {
	background-color: var( --Base-purple_button );
	border-radius: 60px;
}

.legal-billet-mega .mega-about-afillate:hover {
	background-color: var( --Base-purple_button_hover );
}

.legal-billet-mega .social-links::before {
	border-radius: 0.5rem;
	border: 1px solid var( --Base-base-04 );
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	box-sizing: border-box;
}

.legal-billet-mega.legal-horizontal {
	background-color: var(--Base-base-01);
}

.legal-billet-mega .legal-license {
	border-radius: 16px;
	background-color: var(--Base-base-02);
}

.legal-billet-mega .legal-license::before {
	background-color: var(--primary-blue-Blue-80);
	border-radius: 50%;
}

.legal-billet-mega .billet-mega-tnc {
	border-radius: 0px 0px 24px 24px;
	border-left: 1px solid var(--Base-base-09);
	border-right: 1px solid var(--Base-base-09);
	border-bottom: 1px solid var(--Base-base-09);
}

/* Typography */

.legal-billet-mega .mega-about-afillate,
.legal-billet-mega .mega-about-review,
.legal-billet-mega .content-title-link,
.legal-billet-mega .mega-about-name,
.legal-billet-mega .mega-about-name,
.legal-billet-mega .mega-about-post,
.legal-billet-mega .mega-about-prefix,
.legal-billet-mega.legal-horizontal .billet-mega-content a,
.legal-billet-mega .billet-mega-content p,
.legal-billet-mega .billet-mega-tnc {
	font-family: var( --legal-font-primary );
    font-style: normal;
}

.legal-billet-mega .mega-about-afillate,
.legal-billet-mega .mega-about-review {
	font-size: 14px;
	line-height: 20px;
}

.legal-billet-mega .mega-about-afillate {
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	color: var(--Base-base-01);
}

.legal-billet-mega .mega-about-review {
	font-weight: 400;
	color: var( --Base-link );
}

.legal-billet-mega .mega-about-review:hover {
	color: var( --Base-link-hover );
}

.legal-billet-mega .content-title-link {
	color: var( --Base-base-09 );
	text-decoration: none;
}

.legal-billet-mega .mega-about-name {
	font-size: 1rem;
  	line-height: 1.375rem;
  	color: var( --Base-base-09 );
}

.legal-billet-mega .mega-about-post {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
	color: var( --Base-base-05 );
}

.legal-billet-mega .mega-about-prefix {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 28px;
	color: rgba(10, 10, 10, 0.85);
}

.legal-billet-mega .social-links {
	text-decoration: none;
}

.legal-billet-mega .social-links:hover.social-links::before {
	color: var( --Base-purple_button_hover );
	transition: 0.4s;
}

.legal-billet-mega .social-links::before {
	font-family: var( --legal-font-icons );
	font-size: 1.25rem;
	line-height: 1.25rem;
  	color: var( --Base-base-04 );
}

.legal-billet-mega .social-link-twitter::before {
	content: '\F119';
}

.legal-billet-mega .social-link-facebook::before {
	content: '\F117';
}

.legal-billet-mega .social-link-linkedin::before {
	content: '\F118';
}

.legal-billet-mega .legal-license {
	font-size: 13px;
	line-height: 26px;
}

.legal-billet-mega .legal-license::before {
	content: '\F10D';
	font-family: var(--legal-font-icons);
    line-height: 12px;
    font-size: 12px;
	font-weight: 600;
	color: var( --Base-base-01 );
}

.legal-billet-mega.legal-horizontal .billet-mega-content a {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: var( --Base-base-09 );
}

.legal-billet-mega.legal-horizontal .billet-mega-content a:hover {
	text-shadow: 0 0 0.6px var(--Base-base-09);
}

.legal-billet-mega .billet-mega-content p {
	font-size: 1rem;
	font-weight: 400;
    line-height: 1.625rem;
	color: var( --Base-base-09 );
}

.legal-billet-mega.legal-horizontal li {
	line-height: 26px;
}

.legal-billet-mega .mega-tnc-info,
.legal-billet-mega .billet-mega-tnc-control {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

.legal-billet-mega .mega-tnc-info,
.legal-billet-mega .mega-tnc-info .mega-tnc-link {
	color: var( --Base-base-05 );
}

.legal-billet-mega .billet-mega-tnc:not( .legal-active ) p {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.legal-billet-mega .billet-mega-tnc-control:hover {
	text-shadow: 0 0 0.35px var(--Base-base-09);
}

.legal-billet-mega .billet-mega-tnc-control::before {
	content: attr( data-default );
	color: var( --Base-base-08 );
	cursor: pointer;
	white-space: nowrap;
}

.legal-billet-mega .mega-tnc-info::after {
	content: attr( data-text );
}