@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/LinkDotNet.Blog.Web/Features/AboutMe/AboutMeCustomPage.razor.rz.scp.css */
/* _content/LinkDotNet.Blog.Web/Features/AboutMe/Components/Profile.razor.rz.scp.css */
.profile-card[b-8khdh8afi8] {
    display: inline-block;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 8px;
}

.profile-name[b-8khdh8afi8] {
    padding: 20px;
    font-size: 1.25em;
    line-height: 1.5em;
}

.profile-name:first-child[b-8khdh8afi8] {
    background: var(--tag-background);
}

.profile-image[b-8khdh8afi8] {
    padding: 30px;
    background: var(--tag-background);
}

.profile-image img[b-8khdh8afi8] {
    width: 100%;
    margin: auto;
    border-radius: 50vw;
    display: block;
}

.profile-keypoints[b-8khdh8afi8] {
    background-color: var(--tag-background);
    padding-top: 10px;
    padding-left: 2.5em;
    padding-right: 1.5em;
    list-style: none;
    margin-bottom: 0;
}

.profile-keypoints li[b-8khdh8afi8] {
    padding-bottom: 0.6em;
    letter-spacing: 0.05em;
}

/* As the MarkupComponent is a base class we have to use deep */
[b-8khdh8afi8] .profile-keypoints li p {
    display: inline;
}

.item-draggable[b-8khdh8afi8] {
    cursor: grab;
}
/* _content/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/SkillTable.razor.rz.scp.css */
.table-container[b-hrjxki2u6j] {
    overflow-x: auto;
}

.skill-table[b-hrjxki2u6j] {
    margin-top: 20px;
    width: 100%;
}

.skill-table td:first-of-type[b-hrjxki2u6j] {
    width:10%
}

.skill-table td[b-hrjxki2u6j] {
    width: 30%;
    border-top: 1px var(--bs-light) solid;
    vertical-align: top;
    min-width: 100px;
}

.skill-table td div[b-hrjxki2u6j] {
    display: inline-block;
    margin-right: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
}
/* _content/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/SkillTag.razor.rz.scp.css */
.skill-tag[b-2trsqngop0] {
    padding: 8px;
    border-radius: 5px;
    background-color: var(--tag-background);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.skill-tag img[b-2trsqngop0] {
    padding-right: 12px;
    width: 36px;
}
/* _content/LinkDotNet.Blog.Web/Features/AboutMe/Components/TabbedNavigation.razor.rz.scp.css */
.nav>.nav-item>button[b-qvdl3dwchv] {
    border: 0;
    background: transparent !important;
    color: var(--bs-body-color) !important;
}
/* _content/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor.rz.scp.css */
.extra-buttons[b-c18xfn0r1z] {
	opacity: 0.25;
}

.extra-buttons:hover[b-c18xfn0r1z] {
	opacity: 1;
}
/* _content/LinkDotNet.Blog.Web/Features/Components/ConfirmDialog.razor.rz.scp.css */
.actions[b-37583odbzy] {
    float:right;
}

.actions *[b-37583odbzy] {
    margin-left: 5px;
    margin-top: 25px;
    width: 125px;
}
/* _content/LinkDotNet.Blog.Web/Features/Components/PreviewImage.razor.rz.scp.css */
img[b-6tes1xpv5g] {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* _content/LinkDotNet.Blog.Web/Features/Components/ShortBlogPost.razor.rz.scp.css */
.blog-card[b-ydb154jgwp] {
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin: 1rem auto 1.6%;
    line-height: 1.4;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    transform: scale(1.0);
    transition: transform 0.35s;
    content-visibility: auto;
    contain-intrinsic-size: 300px;
}

.blog-card:hover[b-ydb154jgwp] {
    transform: scale(1.05);
    transition: 1s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.blog-card a[b-ydb154jgwp] {
    color: inherit;
}

.blog-card .meta[b-ydb154jgwp] {
    position: relative;
    z-index: 0;
    height: 200px;
}
.blog-card .details[b-ydb154jgwp],
.blog-card .details ul[b-ydb154jgwp] {
    margin: auto;
    padding: 0;
    list-style: none;
}
.blog-card .details[b-ydb154jgwp] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.5s;
    background: rgba(0, 0, 0, 0.6);
    color: var(--bs-white);
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
}
.blog-card .details a[b-ydb154jgwp] {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline;
}
.blog-card .details ul li[b-ydb154jgwp] {
    display: inline-block;
}

.blog-card .details li[b-ydb154jgwp]:before {
    margin-right: 10px;
}

.blog-card .details li ul[b-ydb154jgwp]:before {
    margin-right: 10px;
}

.blog-card .details .tags li[b-ydb154jgwp] {
    margin-right: 2px;
}

.blog-card .details .tags ul[b-ydb154jgwp]:before {
    font-family: 'icons';
    font-weight: 900;
    content: "\e936";
}

.blog-card .description[b-ydb154jgwp] {
    padding: 1rem;
    background: var(--background);
    position: relative;
    z-index: 1;
}

.blog-card .description .header[b-ydb154jgwp] {
	display: flex;
	justify-content: space-between;
}

.blog-card .description .read-more[b-ydb154jgwp] {
    text-align: right;
}
.blog-card .description .read-more a[b-ydb154jgwp] {
    display: inline-block;
    position: relative;
}
.blog-card .description .read-more a[b-ydb154jgwp]:before {
    font-family: 'icons';
    content: '\ea42';
		display: inline-block;
    font-weight: 900;
    text-decoration: none;
    margin-right: -5px;
    opacity: 0;
    transition: margin 0.3s, opacity 0.3s;
		vertical-align: bottom;
}
.blog-card .description .read-more a:hover[b-ydb154jgwp]:before {
    margin-right: 8px;
    opacity: 1;
		display: inline-block;
}

.blog-card .read-time[b-ydb154jgwp]:before {
    font-family: 'icons';
    font-weight: 900;
    content: "\e94f";
}

.blog-card p[b-ydb154jgwp] {
    position: relative;
    margin: 1rem 0 0;
}
.blog-card p:first-of-type[b-ydb154jgwp] {
    margin-top: 1.25rem;
}
.blog-card p:first-of-type[b-ydb154jgwp]:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
}
.blog-card:hover .details[b-ydb154jgwp] {
    left: 0;
}

.goto-tag[b-ydb154jgwp] {
	color: white !important;
}

.goto-tag:hover[b-ydb154jgwp] {
	color: #D7D7D7 !important;
}

.schedule[b-ydb154jgwp] {
	background-color: #28a745;
}

.draft[b-ydb154jgwp] {
	background-color: #ff8700;
}

.card-title[b-ydb154jgwp] {
    font-weight: 600;
    line-height: 1.3;
    margin-right: 1rem;
}

.card-content[b-ydb154jgwp] {
    font-weight: 300;
}

@media (min-width: 640px) {
    .blog-card[b-ydb154jgwp] {
        flex-direction: row;
        max-width: 1200px;
    }
    .blog-card .meta[b-ydb154jgwp] {
        flex-basis: 30%;
        height: auto;
    }
    .blog-card .description[b-ydb154jgwp] {
        flex-basis: 70%;
    }
    .blog-card .description[b-ydb154jgwp]:before {
        transform: skewX(-3deg);
        content: "";
		background: var(--background);
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .blog-card.alt[b-ydb154jgwp] {
        flex-direction: row-reverse;
    }
    .blog-card.alt .description[b-ydb154jgwp]:before {
        left: inherit;
        right: -10px;
        transform: skew(3deg);
    }
    .blog-card.alt .details[b-ydb154jgwp] {
        padding-left: 25px;
    }
}
/* _content/LinkDotNet.Blog.Web/Features/Components/ShortProjectPost.razor.rz.scp.css */
.blog-card[b-2nrkzxvsia] {
	display: flex;
	flex-direction: column;
	box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
	margin: 1rem auto 1.6%;
	line-height: 1.4;
	border-radius: 5px;
	overflow: hidden;
	z-index: 0;
	transform: scale(1.0);
	transition: transform 0.35s;
	content-visibility: auto;
	contain-intrinsic-size: 300px;
}

.blog-card:hover[b-2nrkzxvsia] {
	transform: scale(1.05);
	transition: 1s ease;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.blog-card a[b-2nrkzxvsia] {
	color: inherit;
}

.blog-card .meta[b-2nrkzxvsia] {
	position: relative;
	z-index: 0;
	height: 200px;
}
.blog-card .details[b-2nrkzxvsia],
.blog-card .details ul[b-2nrkzxvsia] {
	margin: auto;
	padding: 0;
	list-style: none;
}
.blog-card .details[b-2nrkzxvsia] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	margin: auto;
	transition: left 0.5s;
	background: rgba(0, 0, 0, 0.6);
	color: var(--bs-white);
	padding: 10px;
	width: 100%;
	font-size: 0.9rem;
}
.blog-card .details a[b-2nrkzxvsia] {
	-webkit-text-decoration: dotted underline;
	text-decoration: dotted underline;
}
.blog-card .details ul li[b-2nrkzxvsia] {
	display: inline-block;
}

.blog-card .details li[b-2nrkzxvsia]:before {
	margin-right: 10px;
}

.blog-card .details li ul[b-2nrkzxvsia]:before {
	margin-right: 10px;
}

.blog-card .details .tags li[b-2nrkzxvsia] {
	margin-right: 2px;
}

.blog-card .details .tags ul[b-2nrkzxvsia]:before {
	font-family: 'icons';
	font-weight: 900;
	content: "\e936";
}

.blog-card .description[b-2nrkzxvsia] {
	padding: 1rem;
	background: var(--background);
	position: relative;
	z-index: 1;
}

.blog-card .description .header[b-2nrkzxvsia] {
	display: flex;
	justify-content: space-between;
}

.blog-card .description .read-more[b-2nrkzxvsia] {
	text-align: right;
}
.blog-card .description .read-more a[b-2nrkzxvsia] {
	display: inline-block;
	position: relative;
}
.blog-card .description .read-more a[b-2nrkzxvsia]:before {
	font-family: 'icons';
	content: '\ea42';
	display: inline-block;
	font-weight: 900;
	text-decoration: none;
	margin-right: -5px;
	opacity: 0;
	transition: margin 0.3s, opacity 0.3s;
	vertical-align: bottom;
}
.blog-card .description .read-more a:hover[b-2nrkzxvsia]:before {
	margin-right: 8px;
	opacity: 1;
	display: inline-block;
}

.blog-card .read-time[b-2nrkzxvsia]:before {
	font-family: 'icons';
	font-weight: 900;
	content: "\e94f";
}

.blog-card p[b-2nrkzxvsia] {
	position: relative;
	margin: 1rem 0 0;
}
.blog-card p:first-of-type[b-2nrkzxvsia] {
	margin-top: 1.25rem;
}
.blog-card p:first-of-type[b-2nrkzxvsia]:before {
	content: "";
	position: absolute;
	height: 5px;
	width: 35px;
	top: -0.75rem;
	border-radius: 3px;
}
.blog-card:hover .details[b-2nrkzxvsia] {
	left: 0;
}

.goto-tag[b-2nrkzxvsia] {
	color: white !important;
}

.goto-tag:hover[b-2nrkzxvsia] {
	color: #D7D7D7 !important;
}

.schedule[b-2nrkzxvsia] {
	background-color: #28a745;
}

.draft[b-2nrkzxvsia] {
	background-color: #ff8700;
}

.card-title[b-2nrkzxvsia] {
	font-weight: 600;
	line-height: 1.3;
	margin-right: 1rem;
}

.card-content[b-2nrkzxvsia] {
	font-weight: 300;
}

@media (min-width: 640px) {
	.blog-card[b-2nrkzxvsia] {
		flex-direction: row;
		max-width: 1200px;
	}
	.blog-card .meta[b-2nrkzxvsia] {
		flex-basis: 30%;
		height: auto;
	}
	.blog-card .description[b-2nrkzxvsia] {
		flex-basis: 70%;
	}
	.blog-card .description[b-2nrkzxvsia]:before {
		transform: skewX(-3deg);
		content: "";
		background: var(--background);
		width: 30px;
		position: absolute;
		left: -10px;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.blog-card.alt[b-2nrkzxvsia] {
		flex-direction: row-reverse;
	}
	.blog-card.alt .description[b-2nrkzxvsia]:before {
		left: inherit;
		right: -10px;
		transform: skew(3deg);
	}
	.blog-card.alt .details[b-2nrkzxvsia] {
		padding-left: 25px;
	}
}
/* _content/LinkDotNet.Blog.Web/Features/Components/ShortServicePost.razor.rz.scp.css */
.blog-card[b-qhknx0evzi] {
	display: flex;
	flex-direction: column;
	box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
	margin: 1rem auto 1.6%;
	line-height: 1.4;
	border-radius: 5px;
	overflow: hidden;
	z-index: 0;
	transform: scale(1.0);
	transition: transform 0.35s;
	content-visibility: auto;
	contain-intrinsic-size: 300px;
}

.blog-card:hover[b-qhknx0evzi] {
	transform: scale(1.05);
	transition: 1s ease;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.blog-card a[b-qhknx0evzi] {
	color: inherit;
}

.blog-card .meta[b-qhknx0evzi] {
	position: relative;
	z-index: 0;
	height: 200px;
}
.blog-card .details[b-qhknx0evzi],
.blog-card .details ul[b-qhknx0evzi] {
	margin: auto;
	padding: 0;
	list-style: none;
}
.blog-card .details[b-qhknx0evzi] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	margin: auto;
	transition: left 0.5s;
	background: rgba(0, 0, 0, 0.6);
	color: var(--bs-white);
	padding: 10px;
	width: 100%;
	font-size: 0.9rem;
}
.blog-card .details a[b-qhknx0evzi] {
	-webkit-text-decoration: dotted underline;
	text-decoration: dotted underline;
}
.blog-card .details ul li[b-qhknx0evzi] {
	display: inline-block;
}

.blog-card .details li[b-qhknx0evzi]:before {
	margin-right: 10px;
}

.blog-card .details li ul[b-qhknx0evzi]:before {
	margin-right: 10px;
}

.blog-card .details .tags li[b-qhknx0evzi] {
	margin-right: 2px;
}

.blog-card .details .tags ul[b-qhknx0evzi]:before {
	font-family: 'icons';
	font-weight: 900;
	content: "\e936";
}

.blog-card .description[b-qhknx0evzi] {
	padding: 1rem;
	background: var(--background);
	position: relative;
	z-index: 1;
}

.blog-card .description .header[b-qhknx0evzi] {
	display: flex;
	justify-content: space-between;
}

.blog-card .description .read-more[b-qhknx0evzi] {
	text-align: right;
}
.blog-card .description .read-more a[b-qhknx0evzi] {
	display: inline-block;
	position: relative;
}
.blog-card .description .read-more a[b-qhknx0evzi]:before {
	font-family: 'icons';
	content: '\ea42';
	display: inline-block;
	font-weight: 900;
	text-decoration: none;
	margin-right: -5px;
	opacity: 0;
	transition: margin 0.3s, opacity 0.3s;
	vertical-align: bottom;
}
.blog-card .description .read-more a:hover[b-qhknx0evzi]:before {
	margin-right: 8px;
	opacity: 1;
	display: inline-block;
}

.blog-card .read-time[b-qhknx0evzi]:before {
	font-family: 'icons';
	font-weight: 900;
	content: "\e94f";
}

.blog-card p[b-qhknx0evzi] {
	position: relative;
	margin: 1rem 0 0;
}
.blog-card p:first-of-type[b-qhknx0evzi] {
	margin-top: 1.25rem;
}
.blog-card p:first-of-type[b-qhknx0evzi]:before {
	content: "";
	position: absolute;
	height: 5px;
	width: 35px;
	top: -0.75rem;
	border-radius: 3px;
}
.blog-card:hover .details[b-qhknx0evzi] {
	left: 0;
}

.goto-tag[b-qhknx0evzi] {
	color: white !important;
}

.goto-tag:hover[b-qhknx0evzi] {
	color: #D7D7D7 !important;
}

.schedule[b-qhknx0evzi] {
	background-color: #28a745;
}

.draft[b-qhknx0evzi] {
	background-color: #ff8700;
}

.card-title[b-qhknx0evzi] {
	font-weight: 600;
	line-height: 1.3;
	margin-right: 1rem;
}

.card-content[b-qhknx0evzi] {
	font-weight: 300;
}

@media (min-width: 640px) {
	.blog-card[b-qhknx0evzi] {
		flex-direction: row;
		max-width: 1200px;
	}
	.blog-card .meta[b-qhknx0evzi] {
		flex-basis: 30%;
		height: auto;
	}
	.blog-card .description[b-qhknx0evzi] {
		flex-basis: 70%;
	}
	.blog-card .description[b-qhknx0evzi]:before {
		transform: skewX(-3deg);
		content: "";
		background: var(--background);
		width: 30px;
		position: absolute;
		left: -10px;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.blog-card.alt[b-qhknx0evzi] {
		flex-direction: row-reverse;
	}
	.blog-card.alt .description[b-qhknx0evzi]:before {
		left: inherit;
		right: -10px;
		transform: skew(3deg);
	}
	.blog-card.alt .details[b-qhknx0evzi] {
		padding-left: 25px;
	}
}
/* _content/LinkDotNet.Blog.Web/Features/Home/Components/Footer.razor.rz.scp.css */
#footer[b-cg2ge08i6u] {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}
/* _content/LinkDotNet.Blog.Web/Features/Home/Components/IntroductionCard.razor.rz.scp.css */
.introduction-background[b-suwgjxa6hg] {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--profile-background);
}

.introduction-container[b-suwgjxa6hg] {
    height: 438px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 0.5fr 1fr 1fr 1fr;
    gap: 10px;
    grid-template-areas:
    ". . . . ."
    ". . profile-picture . ."
    ". profile-text profile-text profile-text ."
    ". profile-text profile-text profile-text .";
}

.profile-picture[b-suwgjxa6hg] {
    grid-area: profile-picture;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: white;
    margin: auto;
    box-shadow: 0 0 0 4px white;
    background-image: var(--profile-image);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.profile-text[b-suwgjxa6hg] {
    margin: auto;
    grid-area: profile-text;
    font-size: clamp(1.0rem, 0.6479rem + 1vw, 1.4rem);
    line-height: clamp(1.5em, 0.6479rem + 1.1268vw, 2.25em);
    text-align: center;
}
/* _content/LinkDotNet.Blog.Web/Features/Home/Components/NavMenu.razor.rz.scp.css */
.nav-brand.barcode[b-1zom1djqrz]{
	color: #6C1C88;
}

.barcode[b-1zom1djqrz] {
    text-decoration: none;
    font-weight: 400;
    font-size: 2.4rem;
}

[b-1zom1djqrz] .navbar-nav li {
    padding-left: 1rem;
    white-space: nowrap;
}
/* _content/LinkDotNet.Blog.Web/Features/Home/Components/SearchInput.razor.rz.scp.css */
.search-bar[b-ci36u4vssy] {
    border: 2px solid;
    display: flex;
    border-radius: 100vh;
    overflow: hidden;
    height: 40px;
    padding: 3px;
    width: 40px;
    position: relative;
    transition: width 300ms ease-in-out;
}

.search-bar-input[b-ci36u4vssy] {
    flex-grow: 1;
    padding: 0 .5em;
    border: 0;
    opacity: 0;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    font-weight: 400;
    color: var(--bs-navbar-color);
}

.search-bar-input:focus[b-ci36u4vssy] {
    outline: 0;
}
.search-bar-button[b-ci36u4vssy] {
    border: 0;
    border-radius: 100vh;
    margin-left: auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent;
	/*
		TODO: That is really ugly
		The problem is that every other button is behind nav-
	 */
	color: var(--bs-navbar-color);
}

.search-bar:focus-within[b-ci36u4vssy] {
    width: 170px;
}

.search-bar:focus-within .search-bar-input[b-ci36u4vssy] {
    cursor: initial;
    opacity: 1;
    z-index: initial;
    max-width: 130px;
}
/* _content/LinkDotNet.Blog.Web/Features/MyServices/MyServicesPage.razor.rz.scp.css */
/* _content/LinkDotNet.Blog.Web/Features/Projects/ProjectsPage.razor.rz.scp.css */
/* _content/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/ReadingIndicator.razor.rz.scp.css */
.progress-container[b-vxlpi90xkf] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 1.5s;
}

.progress-container.visible[b-vxlpi90xkf] {
    opacity: 1;
}

@keyframes fadeOut-b-vxlpi90xkf {
     to {
         opacity: 0;
     }
 }

.progress-circle[b-vxlpi90xkf] {
    width: 50px;
    height: 50px;
}

.progress-bg[b-vxlpi90xkf] {
    fill: none;
    stroke: #f3f3f3;
    stroke-width: 4;
}

.progress-bar[b-vxlpi90xkf] {
    fill: none;
    stroke: #4caf50;
    stroke-width: 4;
    stroke-linecap: round;
    transform-origin: center;
    transform: rotate(-90deg);
    stroke-dasharray: 100, 100;
    stroke-dashoffset: 100;
}

[data-bs-theme='light'] .progress-bg[b-vxlpi90xkf] {
    stroke: #444444;
}
/* _content/LinkDotNet.Blog.Web/Features/ShowBlogPost/ShowBlogPostPage.razor.rz.scp.css */
.blog-container[b-gj8cwnhyng] {
    background: var(--background);
    width: clamp(60%, 2vw, 90%);
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
}

.blogpost-tag[b-gj8cwnhyng]:before {
    font-family: 'icons';
    font-weight: 900;
    content: "\e936";
}

.blogpost-content[b-gj8cwnhyng] {
    padding-top: 20px;
    overflow-x: hidden;
}

.blogpost-content img[b-gj8cwnhyng] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 700px) {
    .blog-outer-box .blog-container[b-gj8cwnhyng] {
        width: 90%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .blog-outer-box .blog-container[b-gj8cwnhyng] {
        width: 80%;
    }
}
