.az-mb-0 {
	margin-bottom:0
}
	
.az-grid {
	display:grid
}
	
.az-max-h-\[300px\] {
	max-height:300px
}
	
.az-grid-cols-2 {
	grid-template-columns:repeat(2,minmax(0,1fr))
}
	
.az-gap-10 {
	gap:2.5rem
}

.az-overflow-auto{
	overflow:auto
}
.az-border-2 {
	border-width:2px
}
.az-border-r-8 {
	border-right-width:8px
}
.az-bg-amber-100 {
	--tw-bg-opacity:1;
	background-color: #fff;
}
.az-text-xs {
	font-size:.75rem;line-height:1rem
}

/*'Tapestry Item**/
.p2o-tapestry__item {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	padding: 1rem;
}

/**Header Section**/
.p2o-tapestry__country {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
	border-bottom: 2px solid #F3F3F3;
}

/** Country Title**/
.p2o-tapestry__country span {
    color: #029EA5;
    font-size: 24px;
	font-weight: 600;
	padding-left: 15px;
}

/**Content Section**/
.p2o-tapestry__cats p{
    margin-top: 20px;
}