
/* tag ignore */
/* ========== */
.tag_ignore {
	height:40px;
	width:100%;
	display:table;
	border-bottom:12px solid #ffffff;
}

.tag_ignore .text {
	font-size:2.4em;
	display:table-cell;
	vertical-align:middle;
}

.tag_ignore.clicked .text {
	font-size:1.8em;
}

.tag_ignore .text .tag {
	font-weight:bold;
	color:#00c1f6;
	white-space: nowrap;
}

.tag_ignore .text .tag.ressort {
	color:#7bd400;
}

.tag_ignore .button {
    background-color:#7CD401;
    font-size: 1rem; 
    font-weight:600;
	color:#ffffff;
    border-radius: 2px;
    cursor: pointer;
    line-height: 1.3em;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top:calc(15px - 0.65em); /* (40px/2) - 5px - 0.65em */
    text-align: center;
    width: auto;
}

.tag_ignore.clicked .button {
	display:none;
}


/* mobile */
/* ====== */
@media screen and (max-width: 591px) {
	.tag_ignore {
		border-bottom-width:8px;
	}

	.tag_ignore .text {
		font-size:2.6em;
		width:60%;
	}

	.tag_ignore .text.smaller {
		font-size:2.0em;
	}

	.tag_ignore .text.smaller.em-hint {
		display: inline-block;
		background-color: #7bd400;
		color: #fff;
		padding: 6px 5px 6px 5px;
		border-radius: 2px;
	}

	.tag_ignore.clicked .text {
		font-size:1.8em;
		width:100%;
	}

	.tag_ignore .follow_button {
		font-size: 2.2em;
	}
}

