@@ -3745,6 +3745,9 @@ span.highlighted {
37453745 line-height : 28px ;
37463746 color : # 444444 ;
37473747 margin-top : 1em ; }
3748+ @media (max-width : 1320px ) {
3749+ # select_sponsorship_benefits_container h4 {
3750+ font-size : 16px ; } }
37483751# select_sponsorship_benefits_container p {
37493752 font-size : 18px ;
37503753 line-height : 28px ;
@@ -3801,8 +3804,8 @@ span.highlighted {
38013804 border-bottom : 1px solid # e6e8ea ; }
38023805 # select_sponsorship_benefits_container # benefitsTable .row .col : not (first-child ) {
38033806 width : 10% ;
3804- padding : 0 1 em ;
3805- text-align : center ; }
3807+ text-align : center ;
3808+ margin : 0 0.25 em ; }
38063809 @media (max-width : 1200px ) {
38073810 # select_sponsorship_benefits_container # benefitsTable .row .col : not (first-child ) {
38083811 width : 30% ; } }
@@ -3814,34 +3817,45 @@ span.highlighted {
38143817 width : 70% ; } }
38153818 # select_sponsorship_benefits_container # benefitsTable .separator {
38163819 flex-shrink : 0 ;
3817- justify-content : flex-start ;
3818- border-bottom : 3 px solid # ffd343 ; }
3820+ border-bottom : 3 px solid # ffd343 ;
3821+ display : block ; }
38193822 # select_sponsorship_benefits_container # benefitsTable .separator h4 {
38203823 font-size : 23px ;
38213824 line-height : 29px ;
3822- font-weight : 700 ; }
3825+ font-weight : 700 ;
3826+ float : left; }
3827+ # select_sponsorship_benefits_container # benefitsTable .separator .toggle_btn {
3828+ margin-top : 2em ;
3829+ float : right;
3830+ cursor : pointer;
3831+ text-decoration : underline dotted; }
38233832 # select_sponsorship_benefits_container # benefitsTable .no-border {
38243833 border-bottom : none; }
38253834 # select_sponsorship_benefits_container # benefitsTable .package-input {
3826- cursor : pointer; }
3827- # select_sponsorship_benefits_container # benefitsTable .package-input .package-price {
3828- padding-bottom : 0.5em ; }
3835+ cursor : pointer;
3836+ padding-bottom : 0.5em !important ;
3837+ border : 1px solid # caccce ;
3838+ border-radius : 15px ; }
38293839 # select_sponsorship_benefits_container # benefitsTable .package-input .custom-fee {
38303840 font-size : 75% ;
38313841 display : none; }
3842+ # select_sponsorship_benefits_container # benefitsTable .package-input input {
3843+ display : none; }
38323844 # select_sponsorship_benefits_container # benefitsTable .package-input h4 {
38333845 transform : rotateY (35deg ); }
38343846 # select_sponsorship_benefits_container # benefitsTable .selected {
38353847 background-color : # e9f1f8 ;
3836- border-radius : 15px ;
3837- padding : 0.5em 1em !important ; }
3848+ border-radius : 15px ; }
38383849 # select_sponsorship_benefits_container # benefitsTable .selected img {
3850+ padding : 0.5em 1em ;
38393851 cursor : pointer; }
38403852 @media (max-width : 1200px ) {
38413853 # select_sponsorship_benefits_container # benefitsTable .benefit-within-package {
38423854 display : none; }
38433855 # select_sponsorship_benefits_container # benefitsTable .selected {
3844- background-color : transparent; } }
3856+ background-color : transparent; }
3857+ # select_sponsorship_benefits_container # benefitsTable .package-input .selected {
3858+ background-color : # e9f1f8 ; } }
38453859# select_sponsorship_benefits_container .custom-benefits {
38463860 margin : 2em 0 ;
38473861 padding : 0 2em ; }
@@ -3918,11 +3932,14 @@ span.highlighted {
39183932 # select_sponsorship_benefits_container # package-selection .package-input {
39193933 /* The internal disposition of the package name, price and checkbox for the mobile version differs
39203934 from the desktop one. To avoid having 2 type of HTML structures, we're rearranging how the
3921- items are being displayed using the order property.*/ }
3935+ items are being displayed using the order property.*/
3936+ margin : 0.25rem 0 !important ; }
39223937 # select_sponsorship_benefits_container # package-selection .package-input h4 {
3923- order : 2 ; }
3938+ order : 2 ;
3939+ padding-left : 1em ; }
39243940 # select_sponsorship_benefits_container # package-selection .package-input span {
3925- order : 3 ; }
3941+ order : 3 ;
3942+ padding-right : 1em ; }
39263943 # select_sponsorship_benefits_container # package-selection .package-input input {
39273944 order : 1 ; } }
39283945 @media (max-width : 1200px ) and (max-width : 640px ) {
0 commit comments