.crowntable_block_table li{
    list-style: none;
}
.crowntable_block_table li{
    font-size: 14px;
    display: flex;
    gap: 9px;
    align-items: center;
}
.crowntable_block_table ul{
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.crowntable_block_table li:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 30px;
    background: #F8FCFF;
    display: block;
}
.crowntable_block_content_title{
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px;
}
.crowntable_block_content_title strong{
    background:url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center/cover;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}


	
}

@media screen and (max-width: 991px){
    .crowntable_block_content_title{
        font-size: 22px;
    }
	

}
@media screen and (min-width: 991px){
    .crowntable_block_content_title{
        font-size: 32px;
    }
}
.crowntable_block_content_text p:not(:last-of-type){
	margin-bottom:20px;
}
.crowntable_block_content_text p:last-of-type{
    margin-bottom: 0;
}
.crowntable_block_cover{
    display: flex;
    gap: 43px;
    align-items: center;
}
.crowntable_block_table table{
    border-radius: 12px;
	min-width: 700px;
}
.crowntable_block_table{
       overflow-x: scroll;
}
table p{
    margin-bottom: 0;
}
tbody tr:first-of-type{
    background: linear-gradient(180deg, rgba(11, 49, 57, 0.2) 0%, rgba(20, 124, 192, 0.2) 100%);
}
body tbody tr td{
    padding: 14px;
}
tbody tr:first-of-type td:not(:last-of-type){
    border-right: 1px solid #000;
}
tbody tr:first-of-type td p{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 130%;
}
tbody tr:last-of-type td{
    border-bottom: 0 !important;
}
tbody tr:not(:first-of-type) td:last-of-type{
    border-bottom: 1px solid #1E2A35;
}
tbody tr:not(:first-of-type) td:not(:first-of-type){
    background: #000000;
}
tbody tr:not(:first-of-type) td:not(:last-of-type){
    border-bottom: 1px solid #1E2A35;
    border-right: 1px solid #1E2A35;
}
tbody tr:not(:first-of-type) td:first-of-type{
    background: linear-gradient(180deg, rgba(11, 49, 57, 0.2) 0%, rgba(20, 124, 192, 0.2) 100%);
}
tbody tr:not(:first-of-type) td p{
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
}
table tbody td{
    border: 0;
}

.crowntable_block_table__button {
    padding: 18px;
    max-width: fit-content;
    min-width: 300px;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .crowntable_block_cover .crowntable_block_content_title{
        text-align: center;
    }
}

@media screen and (min-width: 1260px){
    body .crowntable_block_cover.display_on_tablet{
        gap: 20px;
    }
	
	.crowntable_block_table {
    min-width: 590px;
}
}
@media screen and (max-width: 1260px){
		body .crowntable_block_cover {
    display: block;
	}
   
	body .crowntable_block_table{
    margin-top: 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 1260px){
    body .display_on_tablet{
        flex-direction: column;
    }
    .crowntable_block_cover.display_on_tablet .crowntable_block_table{
        display: block !important;
    }
}

@media screen and (max-width: 440px){
    .crowntable_block_table__button {
        min-width: 100%;
    }
}
