/* Custom CSS - project Pinterest */

.site-logo img {
	height: 85px;
	width: auto;
}

.chung-project-top-cover figure {
	width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    position: relative;
    overflow: hidden;
}
.chung-project-top-cover figure img {
	position: absolute;
	bottom: 0;
	width: 100%;
	transform: translateY(100%);
    transition: all 1s;
}

.chung-project-overview {
    padding: 40px 0;
}
.chung-project-overview h1 {
    margin-top: 30px;
    font-size: 2.6rem;
    font-family: 'Neue Haas Grotesk', sans-serif;
	color: #ff0023;
}
.chung-project-overview .wp-block-columns {
    margin-bottom: 20px;
    gap: 0;
}
.chung-project-overview .wp-block-columns h4 {
	margin: 0;
    padding: 8px 16px;
    font-size: 18px;
    text-transform: uppercase;
}
.chung-project-overview .wp-block-columns p {
	margin: 8px 0;
	padding-left: 16px;
}
.chung-project-overview .wp-block-buttons {
	margin: 30px 0;
    padding-top: 15px;
}

.chung-project-group-cover .wp-block-cover__inner-container {
	max-width: 1200px !important;
	padding: 50px 15px;
}
.chung-project-group-cover h2 {
	text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0;
    padding-bottom: 15px;
}
.chung-project-group-cover h3 {
	font-size: 21px;
    margin: 20px 0;
    color: #3F6EA6;
}


.chung-project-group-cover .user-interview-qusetion {
	width: 80%;
    margin: 10px auto;
    padding: 10px 30px;
    border: 1px solid rgba(177, 193, 252, 0.5);
    font-style: italic;
    border-radius: 20px;
}
.chung-project-group-cover .tabgroup {
	width: 80%;
    margin: 20px 10% 40px 10%;
}
.chung-project-group-cover .tabgroup ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
.chung-project-group-cover .tabgroup .tablist {
	text-align: center;
}
.chung-project-group-cover .tabgroup .tab {
    display: inline-block;
    border-radius: 5px 5px 0 0;
    border: 1px solid #3F6EA6;
    border-bottom: 0;
    padding: 10px 0;
    cursor: pointer;
    width: 32%;
    text-align: center;
    letter-spacing: .05em;
    font-weight: bold;
    color: #3F6EA6;
}
.chung-project-group-cover .tabgroup .tab.active {
    background-color: #3F6EA6;
    color: #fff;
}
.chung-project-group-cover .tabgroup .contentlist {
    border-top: 1px solid #3F6EA6;
    background-color: rgba(177, 193, 252, 0.5);
}
.chung-project-group-cover .tabgroup .content:not(.active) {
    display: none;
}
.chung-project-group-cover .tabgroup .content {
    padding: 30px;
}

.chung-project-group-cover .user-interview-answer img {
	max-width: 150px;
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.chung-project-group-cover.competitors .research-detail {
	max-width: 700px;
    font-style: italic;
    color: #3F6EA6;
}
.chung-project-group-cover.competitors img,
.chung-project-group-cover.user-flow img {
	width: 100%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

.chung-project-group-cover .chung-grid-r4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.chung-project-group-cover .chung-grid-each {
    text-align: center;
}
.chung-project-group-cover .chung-grid-each span {
    display: block;
    color: #ff2a00;
    font-weight: 600;
}

.chung-project-group-cover .prototype-vid {
	text-align: center;
}

.chung-project-next-cover {
    min-height: unset;
}
.chung-project-next-cover .wp-block-cover__inner-container {
    max-width: 1200px !important;
    padding: 0 15px;
}
.chung-project-next-cover .next-link {
    text-align: center;
    color: white;
}
.chung-project-next-cover a {
    text-decoration: none;
}
.chung-project-next-cover a:hover {
    text-decoration: underline;
}
.chung-project-next-cover h4 {
    color: #fff;
    margin-top: 30px;
}
.chung-project-next-cover h2 {
    color: #b1c1fc;
}
.chung-project-next-cover .next-img-con {
    position: relative;
    overflow: hidden;
    margin-top: -2.2em;
}
.chung-project-next-cover .next-img {
    height: 100%;
    width: 100%;
    bottom: 0;
    transform: translateY(50%);
    transition: all .75s;
    text-align: center;
}


@media (max-width:800px) {
	.chung-project-group-cover .user-interview-question {
		width: 100%;
	}
	.chung-project-group-cover .tabgroup {
		width: 100%;
	    margin: 20px 0 40px;
	}

    .chung-project-next-cover .next-img-con {
        display: none;
    }
}

@media (max-width: 600px) {
	.chung-project-group-cover .chung-grid-r4 {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    gap: 20px;
	}
}