.second-round { display:flex; gap:20px; }
	.second-round-item { width:50%; margin-bottom:18px;}
	.second-round-image { width:140px; height:140px; display:block; margin:0 auto 12px; text-align: center; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
	.second-round-text { text-align: center;}
	.second-round-name { display:block; margin-bottom:5px; font-size: 16px; line-height: 24px; color: #2C2C2C;}
	.second-round-name strong { font-family:'robotocondensed-bold', sans-serif;}
	.second-round-allianca-name { display:block; margin-bottom:5px; font-family:'robotocondensed-bold', sans-serif;  font-size: 16px; line-height: 19px; }
	.second-round-rate {  margin-bottom:5px; }
	.second-round-rate i { display:block; margin-bottom:9px; color: #999999; font-family:'robotocondensed-bold', sans-serif; font-size: 16px; line-height: 19px; text-align: center;}
	.second-round-rate u { text-decoration: none; display:block; font-size: 30px; line-height: 47px; font-family:'robotocondensed-bold', sans-serif; text-align: center; }
	.second-round-item .progress { margin:0; width:100%; position:relative;}
	.second-round-item .progress:before { content:''; width:1px; height:36px; position:absolute; left:50%; top:-6px; background:#000;}
	.second-round-item.alliance-color-kilicdaroglu .progress { display: flex; flex-direction: row-reverse; }
	.second-round-item.alliance-color-kilicdaroglu .progress .current > span { float:right;}

    .second-round-info { display:flex; flex-wrap:wrap; gap:10px; margin:8px 0 28px; }
    .second-round-info-item { width:calc(33.33% - 7px); text-align: center;}
    .second-round-info-item span { display:block; margin-bottom:5px; font-size: 13px; line-height: 15px; color: #666666; }
    .second-round-info-item p { font-family:'robotocondensed-bold', sans-serif; font-size: 14px; line-height: 16px; color: #666666; }

    .first-round-result-container { position:relative;}
    .first-round-result-container:after { content:''; position: absolute; width: 100%; height: 72px; left: 0px; bottom: -19px; background: #EAEAEA; z-index:-1;}
    .first-round-result { display:flex; gap:20px; margin:0 auto 40px; padding:55px 10px 10px; background: #FFFFFF; border: 0.5px solid #717171; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); position:relative;}
    .first-round-result .first-round-result-title { position:absolute; top:9px; left:50%; text-align: center; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); }
    .first-round-result .first-round-result-title span { display:block; color: #000; font-size: 18px; line-height: 21px; font-family:'robotocondensed-bold', sans-serif; }
    .first-round-result .first-round-result-title i { font-size:14px; line-height:16px; color: #6E6E6E; }
    .first-round-item { flex:1; }
    .first-round-item-text { display:flex; align-items: center; justify-content: space-between; margin-bottom:10px; }
    .first-round-item-text i { font-size: 12px; line-height: 16px; color: #848484; }
    .first-round-item-text span { font-size: 18px; line-height: 21px; font-family:'robotocondensed-bold', sans-serif; }
    .first-round-item.alliance-color-kilicdaroglu .first-round-item-text { flex-direction: row-reverse; }
    .first-round-item .progress { width:100%; height:12px; margin:0; position:relative;}
    .first-round-item .progress:before { content: ''; width: 1px; height: 18px; position: absolute; left: 50%; top: -3px; background: #000; }
    .first-round-item.alliance-color-kilicdaroglu .progress { display: flex; flex-direction: row-reverse; }
    .first-round-item.alliance-color-kilicdaroglu .progress .current > span { float:right;}

@media (min-width:370px) { 
    .second-round-name { font-size: 18px; }
    .second-round-rate u { font-size:40px;}
    .first-round-item-text i { font-size:14px;}
}

@media (min-width: 768px) { 
    .second-round { gap:24px;}
    .second-round-info-item span { font-size: 14px; line-height: 16px;}
    .second-round-info-item p { font-size: 16px; line-height: 19px;}
}

@media (min-width: 992px) {
    .second-round-item { display:flex; }
		.second-round-image { flex-shrink: 0; width:160px; height:160px; z-index:2; }
		.second-round-text {width:100%; padding-left: 24px; padding-top: 17px; text-align: left;}
		.second-round-name { font-size:24px; margin-bottom:7px;}
		.second-round-rate { display:flex; align-items: center; justify-content: space-between; margin-top:-9px; margin-bottom:9px;}
		.second-round-rate i { font-size:18px; margin-bottom:0;}
		.second-round-rate u {font-size:36px;}
		.second-round-item .progress { width: calc(100% + 60px); margin-left: -60px; }

		.second-round-item.alliance-color-kilicdaroglu { flex-direction: row-reverse; }
		.second-round-item.alliance-color-kilicdaroglu .second-round-rate { flex-direction: row-reverse;}
		.second-round-item.alliance-color-kilicdaroglu .second-round-text { padding-left:0; padding-right:24px; text-align: right; }
		.second-round-item.alliance-color-kilicdaroglu .progress { margin-left:0; margin-right:-60px; }

        .second-round-info {gap:0; margin-top:-30px; justify-content: center;}
        .second-round-info-item { width:auto; padding:0 15px; position:relative;}
        .second-round-info-item span { display:block; margin-bottom:5px;}
        .second-round-info-item:after { content:''; width:1px; height:46px; background-color: #848484; position:absolute; top:0; right:0; }
        .second-round-info-item:last-child:after { display:none;}

        .first-round-result { max-width:616px; padding-top:26px;}
        .first-round-item-text { justify-content: inherit;}
        .first-round-item-text span { margin-left:10px; margin-right:10px;}
        .first-round-item-text i { font-size:16px; line-height:18px;}
        
        .second-round-info-item span { font-size: 16px; line-height: 19px;}
        .second-round-info-item p { font-size: 18px; line-height: 21px;}

        body.dailysabah .second-round-info-item,
        body.anews .second-round-info-item { padding:0 10px; }
		
 }

 @media (min-width: 1200px) {
    .second-round-image { width:180px; height:180px; }
		.second-round-name { font-size:28px; line-height:28px; margin-bottom:7px;}
		.second-round-allianca-name { font-size:18px;}
		.second-round-rate i { font-size:20px; }
		.second-round-rate u {font-size:40px;}
        .second-round-item .progress { width: calc(100% + 50px); margin-left: -50px; }

        .second-round-info { margin-top:-42px; }
        .second-round-info-item { padding:0 30px; }
        body.dailysabah .second-round-info-item,
        body.anews .second-round-info-item { padding:0 15px; }

        .first-round-result { max-width:754px; gap:44px; padding: 26px 18px 13px; }

      
}
