.tag-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 10px;
}    
.tag-item a {
    padding: 4px 7px;
    border-radius: 5px;
    border: 1px solid currentColor;
    color: var(--color--gray-200);
    transition: 0.3s;
    position: relative;
    z-index: 1;
}                 
.tag-item a:hover {
    color: var(--color--white);
    border: 1px solid var(--color--red);
    background-color: var(--color--red);
}

.emoji-picker {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px;
    display: none;
    width: 580px;
    max-width: calc(100vw - 40px);
    z-index: 1000
}


#commentEditor.expanded .emoji-picker {
    bottom: 50px;
}

.emoji-picker.show {
    display: block;
    animation: .3s slideUp;
}

.emoji-picker {
    background: var(--bg2);
    box-shadow: var(--elevated-shadow);
}


.emoji-tabs {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-color);
}

.emoji-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 40px);
    gap: 4px;
    max-height: 200px;
    overflow-y: auto;
    padding: 5px;
}

.emoji-item {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 4px;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}



@media screen and (min-width: 1200px) {
    .btn--player-select span:last-child {
        display: none;
    }
	pay-invoice{
		height: auto !important;
	}
}

@media screen and (max-width: 1200px) {
    .kp-link .logo-link {
        display: block !important;
    }

.layout--agreement .heading--main{
	display: block;
}

.footer-content--links{
	justify-content: center;
	margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
    .player {
        order: 2 !important;
    }
	.timer {
        order: 2;
    }
	.Plot{
		order: 4 !important;
		margin-bottom: 10px;
	}
	
}

.conteiner main .title-list .card-title{
	max-width: 178px !important;
}

