.my-custom-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.my-custom-post-item {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 10px;
}

.my-custom-post-item h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 10px 10px 0px;
}
.my-custom-post-item h2:hover{
    text-decoration: underline;
}

.my-custom-post-thumbnail {
    border: 2px solid whitesmoke;
    padding: 6px;
}

.my-custom-post-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.my-custom-post-content {
    line-height: 1.6;
}

.pb-2{
    padding-bottom: 20px;
}

.pt-2{
    padding-top: 20px;
}

.custom-link{
    font-size: 20px;
    padding: 4px;
    color: white;
    background: forestgreen;
}

.p-1{
    padding: 10px;
}

.custom-submit{
    color: white;
    padding: 4px;
    margin: 10px 0px 10px 0px;
    background: forestgreen;
    width: 150px;
}


.custom-button{
    padding: 5px 20px 5px 20px;
    margin: 10px;
}
.my-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.my-popup-content {
    background-color: #fff;
    padding: 100px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.my-popup-buttons {
    margin-top: 20px;
}

.close-button {
    position: absolute; 
    top: 10px; 
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
};

.custom-profile-button {
    text-align: center;
    margin-top: 20px;
}
.custom-profile-button .button {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}
.custom-profile-button .button:hover {
    background-color: #0056b3;
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
    border: 2px solid yellow;
}  

.flex-child:first-child{
    margin-right: 20px;
} 
.flex-child:second-child{
    margin-right: 20px;
} 



:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --gold: #c4ae59;
    --navy: #1d2b48;
}

.btn.v2 {
	padding: 10px 100px 10px 20px;
	transition: color 0.2s ease;
	
	&::before {
		background-color: linear-gradient(90deg, darken(var(--navy), 5%) 50%, var(--navy) 50%);
		content: '';
		height: 100%;
		right: 0;
		position: absolute;
		top: 0;
		transition: transform 0.2s ease;
		width: 200%;
		z-index: -1;
	}
	
	&::after {
		background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2MCAxMS40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCAxMS40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0M0QUU1OTt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJQYXRoXzE2NzciIGNsYXNzPSJzdDAiIGQ9Ik01OC43LDUuMkw0NS41LDBsMi4zLDUuMUgxOGwtNC4yLTQuMkgwbDQuOSw0LjlMMCwxMC41aDEzLjhMMTgsNi4zaDI5LjhsLTIuMyw1LjFsMTMuMi01LjIKCUw2MCw1LjdMNTguNyw1LjJ6IE01NC42LDYuNGwtNi43LDIuNmwxLjItMi42SDU0LjZ6IE0zLjEsOS4zbDMtM2gxMC4ybC0zLDNIMy4xeiIvPgo8L3N2Zz4K") center/contain no-repeat;
		content: '';
		display: block;
		height: 12px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 60px;
		z-index: 1;
	}
	
	&::after {
		right: 20px;
		transition: transform 0.2s ease;
	}
	
	&:hover {
		color: lighten(var(--gold), 10%);
		
		&::before {
			transform: translateX(50%);
		}
		
		&::after {
			transform: translate(10px, -50%);
		}
	}
}

.btn {
	color: white;
	cursor: pointer;
	font: bold 1.7rem 'Barlow Condensed';
	letter-spacing: 0.1rem;
	overflow: hidden;
	padding: 10px 100px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.button-card{
    align-items: center;
	background-color: #5b7b98;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    margin-top: 20px;
}

.button-p{
    color: #ddd;
    font-style: italic;
}

.survey_questions{
    margin-top: 10px;
}

.download-button{
    margin-top: 5px;
    /* display: block; */
    /* width: 115px; */
    /* height: 25px; */
    background: #0f75bc;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
}

.mt-15{
    margin-top: 15px;
}

.comment_avatar img{
    display: block;
    height: auto;
    max-width: 100%;
    width: 80px !important;
}