@import '_content/Blazored.Toast/Blazored.Toast.bundle.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 h1[b-ydb154jgwp] {
    line-height: 1;
    margin: 0 0 5px 0;
    font-size: 1.7rem;
}
.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;
}

@media (max-width: 400px) {
    .blog-card .description h1[b-ydb154jgwp] {
        font-size: 1.25rem;
    }
}
@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/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 */
.barcode[b-1zom1djqrz] {
    text-decoration: none;
    font-weight: 400;
    font-size: 2.5rem;
}

[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/Home/Components/SocialAccounts.razor.rz.scp.css */
/* Social Accounts Bar: Full width, matches blog post container */
.social-accounts-bar[b-pt57f8o2qa] {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

/* Social Icons Container: Fills bar, icons spaced with gap, icons take up all available space */
.social-icons-container[b-pt57f8o2qa] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
    padding: 1rem 0;
    box-sizing: border-box;
}

.social-icon-link[b-pt57f8o2qa] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    transition: transform 0.3s ease;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 80px;
    max-height: 80px;
    flex: 0 0 auto;
}

.social-icon-link[b-pt57f8o2qa]::before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: background-color 0.3s ease;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.social-icon-link:hover[b-pt57f8o2qa]::before {
    background-color: rgba(255, 255, 255, 0.5);
}

.social-icon-link:hover[b-pt57f8o2qa] {
    transform: scale(1.1);
}

.social-icon-link svg[b-pt57f8o2qa] {
    position: relative;
    z-index: 1;
    width: 60%;
    height: 60%;
    fill: currentColor;
    color: inherit;
}

/* Size classes for icons */
.icon-large[b-pt57f8o2qa] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
}
.icon-medium[b-pt57f8o2qa] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}
.icon-small[b-pt57f8o2qa] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
}

@media (max-width: 900px) {
    .social-accounts-bar[b-pt57f8o2qa] {
        max-width: 100%;
    }
    .social-icons-container[b-pt57f8o2qa] {
        gap: 8px;
    }
    .social-icon-link[b-pt57f8o2qa], .icon-large[b-pt57f8o2qa] {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }
}
@media (max-width: 600px) {
    .social-icons-container[b-pt57f8o2qa] {
        gap: 5px;
    }
    .social-icon-link[b-pt57f8o2qa], .icon-large[b-pt57f8o2qa], .icon-medium[b-pt57f8o2qa] {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
    }
}
/* _content/LinkDotNet.Blog.Web/Features/Home/Index.razor.rz.scp.css */
.newsletter-and-levelup-row[b-9pdcu9z7mx] {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 2rem auto;
}

.newsletter-embed[b-9pdcu9z7mx] {
	flex: 1 1 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 320px;
	max-width: 400px;
}

.levelup-section[b-9pdcu9z7mx] {
	flex: 2 1 400px;
	min-width: 320px;
	max-width: 600px;
	display: flex;
	align-items: center;
}

/* Responsive layout for smaller screens */
@media (max-width: 900px) {
	.newsletter-and-levelup-row[b-9pdcu9z7mx] {
		flex-direction: column;
		max-width: 100%;
		gap: 1.5rem;
	}

	.newsletter-embed[b-9pdcu9z7mx], .levelup-section[b-9pdcu9z7mx] {
		max-width: 100%;
		min-width: 0;
	}
}
/* _content/LinkDotNet.Blog.Web/Features/LandingPages/Newsletter/NewsletterSponsorship.razor.rz.scp.css */
/* Center content before pricing tables */
.content-wrapper[b-z8hbj56c3r] {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.content-wrapper[b-z8hbj56c3r] {
		padding: 0 15px;
	}
}

/* Pricing table container styles */
.pricing-tables-container[b-z8hbj56c3r] {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	gap: 20px;
	padding: 0 15px;
}

/* Individual pricing table styles */
.elementor-element.elementor-widget-price-table[b-z8hbj56c3r] {
	flex: 1;
	min-width: 300px;
	max-width: 350px;
	margin-bottom: 30px;
	display: flex;
	position: relative;
}

	.elementor-element.elementor-widget-price-table .elementor-widget-container[b-z8hbj56c3r] {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

.elementor-price-table[b-z8hbj56c3r] {
	display: flex;
	flex-direction: column;
	flex: 1;
}

	.elementor-price-table .elementor-price-table__features-list[b-z8hbj56c3r] {
		flex: 1;
	}

/* Pricing table styling */
.elementor-widget-price-table .elementor-widget-container[b-z8hbj56c3r] {
	overflow: hidden;
	background-color: #222; /* Dark background */
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

	.elementor-widget-price-table .elementor-widget-container:hover[b-z8hbj56c3r] {
		transform: translateY(-5px);
		box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
	}

.elementor-price-table .elementor-price-table__header[b-z8hbj56c3r] {
	background: #333; /* Darker header */
	padding: 20px 0;
	text-align: center; /* Center the header text */
}

.elementor-price-table .elementor-price-table__heading[b-z8hbj56c3r] {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-align: center; /* Center the heading text */
}

.elementor-price-table .elementor-price-table__price[b-z8hbj56c3r] {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	color: #ffffff; /* White text for price */
	font-weight: 800;
	font-size: 65px;
	padding: 40px 0;
}

.elementor-price-table .elementor-price-table__features-list[b-z8hbj56c3r] {
	list-style-type: none;
	margin: 0;
	padding: 0 15px;
	line-height: 1;
	color: #ffffff; /* White text for features */
}

	.elementor-price-table .elementor-price-table__features-list li[b-z8hbj56c3r] {
		font-size: 14px;
		line-height: 1.5;
		margin: 0;
		padding: 12px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

		.elementor-price-table .elementor-price-table__features-list li:last-child[b-z8hbj56c3r] {
			border-bottom: none;
		}

	.elementor-price-table .elementor-price-table__features-list svg[b-z8hbj56c3r] {
		margin-inline-end: 10px;
		fill: #4CAF50; /* Green icons */
		height: 1.3em;
		width: 1.3em;
	}

.elementor-price-table .elementor-price-table__footer[b-z8hbj56c3r] {
	padding: 30px 0;
	text-align: center; /* Center the footer content */
}

.elementor-price-table .elementor-price-table__button[b-z8hbj56c3r] {
	background-color: #4CAF50; /* Green button */
	color: white;
	font-weight: bold;
	padding: 12px 24px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
	display: inline-block;
	text-decoration: none;
	text-align: center; /* Center the button text */
	margin: 0 auto; /* Center the button */
}

	.elementor-price-table .elementor-price-table__button:hover[b-z8hbj56c3r] {
		background-color: #45a049; /* Darker green on hover */
	}

.elementor-price-table .elementor-price-table__additional_info[b-z8hbj56c3r] {
	margin: 15px 0 0;
	font-size: 13px;
	line-height: 1.4;
	color: #dddddd; /* Light grey for additional info */
	text-align: center; /* Center the additional info text */
}

/* Best value ribbon */
.elementor-price-table__ribbon[b-z8hbj56c3r] {
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(45deg) translate(35%, -50%);
	width: 150px;
	overflow: hidden;
	height: 150px;
	z-index: 1; /* Ensure ribbon appears above the pricing table */
}

.elementor-price-table__ribbon-inner[b-z8hbj56c3r] {
	text-align: center;
	left: 0;
	width: 200%;
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #4CAF50; /* Green ribbon */
	color: white;
}

/* Elementor heading and text editor styles */
.elementor-heading-title[b-z8hbj56c3r] {
	padding: 0;
	margin: 0;
	line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a[b-z8hbj56c3r] {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small[b-z8hbj56c3r] {
	font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium[b-z8hbj56c3r] {
	font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large[b-z8hbj56c3r] {
	font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl[b-z8hbj56c3r] {
	font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl[b-z8hbj56c3r] {
	font-size: 59px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap[b-z8hbj56c3r] {
	background-color: #69727d;
	color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap[b-z8hbj56c3r] {
	color: #69727d;
	border: 3px solid;
	background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap[b-z8hbj56c3r] {
	margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter[b-z8hbj56c3r] {
	width: 1em;
	height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap[b-z8hbj56c3r] {
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter[b-z8hbj56c3r] {
	display: inline-block
}
/* _content/LinkDotNet.Blog.Web/Features/ShowBlogPost/BlogPostComponent.razor.rz.scp.css */
.blog-container[b-x2n6zk06yv] {
    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-x2n6zk06yv]:before {
    font-family: 'icons';
    font-weight: 900;
    content: "\e936";
}

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

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

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

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

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .blog-outer-box .blog-container[b-x2n6zk06yv] {
        width: 80%;
    }
}
/* _content/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/Like.razor.rz.scp.css */
.clap-btn[b-liv0n9oyfb] {
    display: inline-block;
    Cursor: pointer;
    width: 32px;
    height: 32px;
    background: url('assets/ClapAnimation.webp') no-repeat 0 50%;
    background-size: 900%;
}

html[data-bs-theme='light'] .clap-btn[b-liv0n9oyfb] {
	filter: invert(100%);
}

.clap-active[b-liv0n9oyfb] {
    animation-name: animate-b-liv0n9oyfb;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: steps(8);
}

@keyframes animate-b-liv0n9oyfb {
     0%   { background-position: left;  }
     50%  { background-position: right; }
     100% { background-position: right; }
 }
/* _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/YearMonthDaySlugPage.razor.rz.scp.css */
.blog-container[b-wveu17ulk3] {
    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-wveu17ulk3]:before {
    font-family: 'icons';
    font-weight: 900;
    content: "\e936";
}

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

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

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

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .blog-outer-box .blog-container[b-wveu17ulk3] {
        width: 80%;
    }
}
/* _content/LinkDotNet.Blog.Web/Features/Testimonials/Components/TestimonialCard.razor.rz.scp.css */
.testimonial-card[b-44zplit2r7] {
    background: var(--bs-body-bg);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    border: 1px solid var(--bs-border-color);
    height: 100%;
}

.testimonial-card:hover[b-44zplit2r7] {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.testimonial-image[b-44zplit2r7] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.testimonial-avatar[b-44zplit2r7] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--bs-primary);
}

.testimonial-content[b-44zplit2r7] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.testimonial-text[b-44zplit2r7] {
    flex: 1;
    font-style: italic;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: var(--bs-body-color);
}

.testimonial-text[b-44zplit2r7]::before {
    content: '"';
    font-size: 2rem;
    color: var(--bs-primary);
    line-height: 0;
    margin-right: 0.25rem;
}

.testimonial-text[b-44zplit2r7]::after {
    content: '"';
    font-size: 2rem;
    color: var(--bs-primary);
    line-height: 0;
    margin-left: 0.25rem;
}

.testimonial-content-image[b-44zplit2r7] {
    margin-bottom: 1rem;
    text-align: center;
}

.testimonial-screenshot[b-44zplit2r7] {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--bs-border-color);
}

.testimonial-author[b-44zplit2r7] {
    text-align: center;
}

.testimonial-name[b-44zplit2r7] {
    font-weight: 600;
    color: var(--bs-body-color);
    margin-bottom: 0.25rem;
}

.testimonial-company[b-44zplit2r7] {
    font-weight: 500;
    color: var(--bs-primary);
    margin-bottom: 0.25rem;
}

.testimonial-role[b-44zplit2r7] {
    font-size: 0.9rem;
    color: var(--bs-secondary);
    font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-card[b-44zplit2r7] {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .testimonial-avatar[b-44zplit2r7] {
        width: 60px;
        height: 60px;
    }
    
    .testimonial-text[b-44zplit2r7] {
        font-size: 0.95rem;
    }
}

.testimonial-main-content[b-44zplit2r7] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.testimonial-spacer[b-44zplit2r7] {
    flex: 1 1 auto;
} 
/* _content/LinkDotNet.Blog.Web/Features/Testimonials/Components/TestimonialCategorySection.razor.rz.scp.css */
.testimonial-category[b-uipm8pjy3z] {
    margin-bottom: 3rem;
}

.testimonial-category-title[b-uipm8pjy3z] {
    color: var(--bs-body-color);
    margin-bottom: 1.5rem;
    font-weight: 600;
    border-bottom: 2px solid var(--bs-primary);
    padding-bottom: 0.5rem;
}

.testimonial-cards-container[b-uipm8pjy3z] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    overflow-x: auto;
    padding-bottom: 1rem;
}

.testimonial-card-wrapper[b-uipm8pjy3z] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-cards-container[b-uipm8pjy3z] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .testimonial-card-wrapper[b-uipm8pjy3z] {
        min-width: unset;
    }
    
    .testimonial-category-title[b-uipm8pjy3z] {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}

/* Horizontal scroll for smaller screens when needed */
@media (max-width: 1200px) and (min-width: 769px) {
    .testimonial-cards-container[b-uipm8pjy3z] {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
} 
/* _content/LinkDotNet.Blog.Web/Features/Testimonials/TestimonialsPage.razor.rz.scp.css */
.testimonials-page-title[b-msvqaorzpv] {
    color: var(--bs-body-color);
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.testimonials-page-description[b-msvqaorzpv] {
    margin-bottom: 2rem;
    text-align: center;
    color: var(--bs-body-color);
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonials-page-title[b-msvqaorzpv] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .testimonials-page-description[b-msvqaorzpv] {
        margin-bottom: 1.5rem;
        font-size: 0.95rem;
    }
} 
