.c-share-feedback__content {
max-width: 800px;
}

.c-comment {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
transition: box-shadow .2s ease-in-out;
background-color: var(--colors-white);
padding: 20px 28px; 
border-radius:20px;
background-color: #fff;
}

.c-comment .comment-area {
background-color: #fff !important;
}

.p-show-post__header-col {
background-color: var(--colors-white);
border-radius: 20px;
padding: 28px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
transition: box-shadow .2s ease-in-out;
}

#p-home button {
}

#p-home .p-home__welcome-col>:first-child {
background-color: transparent !important;
border: 0;
}

.c-button {
background-color: #369CD6;
color: #fff;
padding: 15px;
font-weight: 700;
font-size: 17px;
border-radius: 8px;
border: 1px solid var(--colors-gray-200);
}

.c-button:hover {
background-color: #000;
color: #fff;
padding: 15px;
font-weight: 700;
font-size: 17px;
}

.flex-y.flex--divide-4>*,.flex-y.flex--divide-4>*:last-child, .flex-y.flex--divide-4>*:first-child {

border-radius: 20px;
margin-top: 24px;
padding: 34px 28px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
transition: box-shadow .2s ease-in-out;
background-color: var(--colors-white);
}

.flex-y.flex--divide-4>*:first-child {
margin-top: 0;
}

.text-title {
font-weight: 700
}

#p-home .p-home__posts-col {
background-color: transparent; 
border: 0;
}

.c-dropdown {
background-color: var(--colors-white);
}