.thaiartisan .activityPage{
	background: #fafbfd;
}

.thaiartisan .activityPage .container{
	max-width: 1200px;
	margin: auto;
	min-height: 100px;
	padding: 20px;
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.thaiartisan .activityPage .container .input{
	background: #fff;
    display: flex;
    border: 1px solid #ebeced;
    padding: 8px 20px 8px 12px;
    width: 100%;
}

.thaiartisan .activityPage .container .input .label{
    width: 100%;
	text-align: center;
	user-select: none;
}

.thaiartisan .activityPage .container .filterContainer{
	width: 100%;
	position: relative;
}

.thaiartisan .activityPage .container .filter{
	position: absolute;
    top: 50px;
    display: flex;
    gap: 10px;
    font-family: "Sarabun", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #BD2527;
    z-index: 2;
    flex-direction: column;
    max-height: 250px;
    overflow-y: auto;
}

.thaiartisan .activityPage .container .article{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}