/* Styles Specific to PrEP Selection */

/* Some colors defined here */
:root {
	/* Maybe add color definitions here at some point */
}

.choice-columns {margin-top: 20px;}

/* Limit choice buttons to half width */
.compare-buttons {margin-bottom: 20px;}

.compare-buttons > div, .prep-choices-block {
	-webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

/* The section which contains the various PrEP detailed blocks */
.prep-choices-block {}

/* 4e358f */
.choice-button-active {background-color: #d90368 !important;}
/* .choice-button-active {background-color: #d9ff68 !important;} */

/* Class to initially hide all Selections */
.choice-hidden {
	display: none !important; 
}

/* Columne width for desktop */
.choice-columns > div {max-width: 33%;}


@media screen and (max-width: 799px)  {
/* Columne width for mobile */
.choice-columns > div {max-width: 49.5%;}
}

.title-sticky {position: sticky; position: --webkit-sticky; top: 0; background-color: #fff5fa; padding-bottom: 15px;}
.stickydiv {position: sticky; position: --webkit-sticky; top: 70px;}

/* notes

choice-daily-truvada
choice-on-demand-truvada
choice-daily-descovy
choice-injectable-apretude

prep-choices-block -> daily-truvada choice-hidden

*/