
:root {
	--nested-list-indent: 0em !important;
}

.dblm-tab-scroll-wrapper {
	position: relative;
}

.dblm-tab-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

.dblm-tab-scroll::-webkit-scrollbar {
	display: none;
}

.dblm-tab-scroll {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.dblm-tab-arrow {
	position: absolute;
	top: 23%;
	transform: translateY(-23%);
	font-size: 24px;
	color: #888;
	background: white;
	padding: 5px 10px;
	cursor: pointer;
	z-index: 1;
	user-select: none;
	display: none;
}

.dblm-tab-arrow-left {
	left: 0;
}

.dblm-tab-arrow-right {
	right: 0;
}

@media (max-width: 768px) {
	.dblm-tab-arrow {
		display: block;
	}
}

.dblm-tab-menu {
	display: flex;
	gap: 30px;
	list-style: none;
	padding: 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.dblm-tab-menu li {
	padding: 8px 0;
	cursor: pointer;
	position: relative;
	font-weight: 500;
	color: #000;
}

.dblm-tab-menu li.active::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #f2b800;
}

.dblm-group-wrap {
	display: none;
}

.dblm-group-wrap.active {
	display: block;
}

.dblm-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.dblm-card {
	min-width: 0;
	border: 0;
	background: #f7f7f7;
	border-radius: 0;
	transition: box-shadow .2s;
}

.dblm-card a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 20px;
}

.dblm-card-inner {
	display: flex;
	align-items: center;
	gap: 25px;
}

.dblm-icon img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.icon-info {
	display: flex;
	align-items: center;
	width: 100%;
	border-top: #d4a011 solid .5px;
	padding-top: 24px;
	gap: 15px;
}

.dblm-title {
	flex: 1;
	font-family: "Lora", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-transform: capitalize;
}

.dblm-arrow img {
	width: 18px;
	height: auto;
}

.dblm-tab-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.dblm-tab-menu {
	flex-wrap: nowrap;
	min-width: max-content;
}

.dblm-tab-scroll::-webkit-scrollbar {
	display: none;
}

.dblm-tab-scroll {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
}

@media (max-width: 991px) {
	.dblm-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.dblm-grid {
		grid-template-columns: 1fr;
	}
	
	.dblm-tab-menu {
		display: flex;
		flex-wrap: nowrap;
		min-width: max-content;
		list-style: none;
		padding: 0;
		margin: 0 30px 25px 30px;
		/* leave space for arrows */
		gap: 30px;
	}
}

.page-banner {
	margin-top: -80px;
	padding-top: 80px;
}

/* Apply Poppins to all form fields globally */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], textarea, select, button, .elementor-field, .elementor-field-textual {
	font-family: "Poppins", sans-serif !important;
}

/* Make entire search form rounded and styled */
#rounded-search .e-search-form {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 999px;
	padding-left: 20px;
	overflow: hidden;
	height: 44px;
	position: relative;
	max-width: 100%;
}

/* Input field styling */
#rounded-search .e-search-input {
	border: none;
	background: transparent;
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #000;
	outline: none;
	height: 44px;
	padding: 4px 4px 4px 0px;
}

.gmi.gmi-zoom-search {
	background: #d4a011;
	border: none;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 8px;
	cursor: pointer;
	flex-shrink: 0;
}

#rounded-search .e-search-input::placeholder {
	color: #aaa;
	opacity: 1;
}

/* Search button */
.rounded-search .e-search-submit {
	background: #d4a011;
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	cursor: pointer;
	flex-shrink: 0;
}

#rounded-search .e-search-submit svg {
	fill: #fff;
	width: 16px;
	height: 16px;
	margin: 0;
}

#rounded-search .e-search-label {
	display: none;
}

.elementor-button-info .elementor-button {
	background-color: #fff !important;
	color: #d4a011;
	border: 1px solid #d4a011;
	font-weight: 500;
}

.elementor-button-info .elementor-button:hover {
	background-color: #d4a011 !important;
	color: #fff;
}

/* Initial header state */
.site-header {
	transition: background-color .3s ease;
	background-color: transparent;
}

/* Make entire search form rounded and styled */
#rounded-search-top .e-search-form {
	display: flex;
	align-items: center;
	background: #f7f7f7;
	border-radius: 999px;
	padding-left: 20px;
	overflow: hidden;
	height: 44px;
	position: relative;
	max-width: 100%;
}

/* Input field styling */
#rounded-search-top .e-search-input {
	border: none;
	background: transparent;
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #000;
	outline: none;
	height: 44px;
	padding: 4px 4px 4px 0px;
}

#rounded-search-top .e-search-input::placeholder {
	color: #aaa;
	opacity: 1;
}

/* Search button */
#rounded-search-top .e-search-submit {
	background: #d4a011;
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	cursor: pointer;
	flex-shrink: 0;
}

#rounded-search-top .e-search-submit svg {
	fill: #fff;
	width: 16px;
	height: 16px;
	margin: 0;
}

#rounded-search-top .e-search-label {
	display: none;
}

.gm-dropdown-menu li .gm-grid-container {
	padding: 0;
}

@media (min-width: 1024px) {
	body .gm-navbar .gm-container {
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin: 0 auto;
		max-width: 1440px;
	}
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right {}

.offence-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.offence-term-card {
	display: block;
	text-align: left;
}

.offence-term-card a {
	text-decoration: none;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	color: inherit;
}

.term-flex {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
	gap: 16px;
}

.term-icon {
	width: 30px;
	height: 30px;
	object-fit: contain;
	flex-shrink: 0;
	margin-top: 3px;
}

.term-text {
	flex: 1;
}

.term-title {
	font-weight: 600;
	margin: 0 0 4px;
	color: #333;
	font-family: "Poppins";
	font-size: 14px;
}

.term-description {
	color: #666;
	margin: 0;
}

.elementor-widget-text-editor p:first-child, .main-content h2 {
	margin-top: 0;
	padding-top: 0;
}

.breadcrumb {
	font-size: 14px;
	margin-bottom: 20px;
}

.breadcrumb a {
	text-decoration: none;
	color: #0073aa;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.elementor-toc__list-item-text.elementor-item-active {
	position: relative;
	padding-left: 24px;
}

.elementor-toc__list-item-text.elementor-item-active::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	background-color: #000;
	/* arrow color */
	mask: url("https://www.criminalsolicitorsmelbourne.com.au/nitropack_static/DJqTrgiTwFmigVXCfhAlTFHXtYmtiFVu/assets/images/source/rev-133b94d/dblm2025dev.wpenginepowered.com/wp-content/uploads/2025/05/Interface-Icons.svg#icon-arrow-right") no-repeat center;
	-webkit-mask: url("https://www.criminalsolicitorsmelbourne.com.au/nitropack_static/DJqTrgiTwFmigVXCfhAlTFHXtYmtiFVu/assets/images/source/rev-133b94d/dblm2025dev.wpenginepowered.com/wp-content/uploads/2025/05/Interface-Icons.svg#icon-arrow-right") no-repeat center;
	mask-size: contain;
	-webkit-mask-size: contain;
}

.elementor-toc__list-item-text.elementor-item-active {
	font-weight: bold;
}

.elementor-toc__list-wrapper > .elementor-toc__list-item {
	margin-bottom: .5em;
	padding: 16px;
	border-bottom: 1px solid #d4a011;
}

.elementor-toc__list-wrapper .elementor-toc__list-wrapper .elementor-toc__list-item {
	padding: 0;
	border: none;
}

.elementor-toc__body {
	padding: 0 !important;
}

body {
	margin: 0;
	padding: 0;
}

body .elementor-button-info .elementor-button {
	background-color: #fff;
	color: #d4a011;
	border: 1px solid #d4a011;
	font-weight: 500;
}

body .elementor-button-info .elementor-button:hover {
	background-color: #d4a011;
	color: #fff;
}

body .body-content p a {
	text-decoration: underline;
}

body .body-content h2 {
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
}

body .body-content ul li::marker, body .body-content ol li::marker {
	color: #d4a011;
}

body .body-content table {
	width: 100%;
}

body .body-content table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #d4a011;
	font-family: Arial, sans-serif;
}

body .body-content table th {
	background-color: #f9f9f9;
	font-weight: bold;
	text-align: left;
}

body .body-content table td, body .body-content table th {
	border: 1px solid #d4a011;
	padding: 12px;
	vertical-align: top;
}

/* Default: show on desktop */
.floating-buttons {
	display: flex;
}

.floating-buttons {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 9999;
}

.floating-button {
	display: flex;
	align-items: center;
	transition: background .3s ease;
}

.floating-button img {
	margin-right: 0px;
	display: inline-block;
}

.floating-buttons .mobile-svg {
	display: none;
}

/* Hide on screens smaller than 1024px */
@media screen and (max-width: 1023px) {
	.floating-buttons {
		left: 0;
		bottom: -30px;
		top: auto !important;
		width: 48%;
		flex-direction: row;
		display: none;
		border-radius: 0 18px 0 0;
		background: #d4a011;
		padding: 7px;
	}
	
	.floating-buttons .mobile-svg {
		display: block;
	}
	
	.floating-buttons .desktop-svg {
		display: none !important;
	}
	
	.floating-buttons .es-badge-title {
		display: none !important;
	}
	
	body .floating-buttons .es-badge-container {
		border-radius: 0 !important;
		padding: 0 !important;
	}
	
	.floating-buttons a {
		background: #d4a011;
		border-radius: 25px;
	}
}

.floating-buttons.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.elementor-toc__list-item .elementor-toc__list-wrapper {
	margin: 0;
}

.bullet-classic .elementor-post__title a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	transform: translateY(-50%);
	width: 6px;
	height: 7px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%206%207'%3E%3Ccircle%20cx%3D'3'%20cy%3D'3.54688'%20r%3D'3'%20fill%3D'%23D4A011'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.bullet-classic .elementor-post__title a {
	position: relative;
	padding-left: 16px;
	/* space for the bullet */
	display: inline-block;
}

.gm-navigation-drawer.gm-navigation-drawer--open {
	width: 80%;
}

.gm-navigation-drawer.gm-navigation-drawer--open .gm-mega-menu__item__title {
	font-weight: 400 !important;
}

.gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::after, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::before {
	background-color: #000 !important;
}

.gm-navigation-drawer--mobile .gm-navbar-nav > .gm-menu-item > .gm-anchor, .gm-navigation-drawer--mobile .gm-dropdown-menu .gm-anchor {
	font-weight: 400 !important;
}

.gm-navigation-drawer--mobile .gm-navigation-drawer .gm-caret {
	color: #000 !important;
}

.es-badge-container {
	padding: 0 !important;
	margin: 0 !important;
}

.es-layout-sidebar-inner {
	display: block !important;
}

.es-badge-total-reviews {
	color: #fff !important;
}

.elementor-toc__list-item .elementor-toc__list-wrapper {
	margin-inline-start: 12px !important;
}

.ez-toc-heading-level-2 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #d4a011;
}

.ez-toc-heading-level-2 {
	font-size: 14px !important;
}

.ez-toc-heading-level-3 {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

#ez-toc-container ul.ez-toc-list li.first-active > a {
	color: #a36e03 !important;
	padding-left: 20px;
}

#ez-toc-container ul.ez-toc-list li.first-active > a:before {
	content: "";
	position: absolute;
	left: 10px;
	margin-top: 10px;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	background-color: #000;
	mask: url("https://www.criminalsolicitorsmelbourne.com.au/nitropack_static/DJqTrgiTwFmigVXCfhAlTFHXtYmtiFVu/assets/images/source/rev-133b94d/www.criminalsolicitorsmelbourne.com.au/wp-content/uploads/2025/05/Interface-Icons.svg#icon-arrow-right") no-repeat center;
}

.ez-toc-title-toggle {
	display: none !important;
}

div#ez-toc-container {
	border: 0 !important;
}

div#ez-toc-container ul li, div#ez-toc-container ul li a {
	font-weight: 400 !important;
	font-size: 14px !important;
}

.dblm-lawyer-name {
	text-align: center;
}

#main-content p a:not(.elementor-button-link) {
	text-decoration: underline;
	color: blue;
}

.elementor-widget-text-editor p a {
	text-decoration: underline;
	color: blue;
}

.dblm-author-hover {
	position: relative;
	isolation: isolate;
	z-index: 1000;
}

.elementor-widget-post-info, .elementor-post-info {
	position: relative;
	z-index: 1000;
	overflow: visible;
}

.elementor-widget-post-info:has(.dblm-author-hover.is-open), .elementor-widget-post-info:has(.dblm-author-hover:hover), .elementor-widget-post-info:has(.dblm-author-hover:focus-within), .elementor-post-info:has(.dblm-author-hover.is-open), .elementor-post-info:has(.dblm-author-hover:hover), .elementor-post-info:has(.dblm-author-hover:focus-within), .dblm-author-popup-layer {
	z-index: 99990;
}

.dblm-author-card {
	position: absolute;
	left: 50%;
	top: calc(100% + 12px);
	z-index: 99999;
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	width: min(360px, calc(100vw - 32px));
	gap: 14px;
	padding: 15px;
	color: #222;
	background: #fff;
	border: 1px solid rgba(212, 160, 17, .35);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .16);
	font-family: "Poppins", sans-serif;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, -8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.dblm-author-card.is-above {
	top: auto;
	bottom: calc(100% + 12px);
	transform: translate(-50%, 8px);
}

.dblm-author-card::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -7px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-left: 1px solid rgba(212, 160, 17, .35);
	border-top: 1px solid rgba(212, 160, 17, .35);
	transform: translateX(-50%) rotate(45deg);
}

.dblm-author-card.is-above::after {
	top: auto;
	bottom: -7px;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid rgba(212, 160, 17, .35);
	border-bottom: 1px solid rgba(212, 160, 17, .35);
}

.dblm-author-card::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -16px;
	height: 16px;
	background: transparent;
}

.dblm-author-card.is-above::before {
	top: auto;
	bottom: -16px;
}

.dblm-author-hover:hover .dblm-author-card, .dblm-author-hover:focus-within .dblm-author-card, .dblm-author-hover.is-open .dblm-author-card {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.dblm-author-card__avatar {
	display: block;
	width: 62px !important;
	height: 62px !important;
	max-width: 62px !important;
	max-height: 62px !important;
	aspect-ratio: 1/1;
	flex: 0 0 62px;
	border-radius: 50%;
	object-fit: cover !important;
	object-position: center top;
	background: #f7f7f7;
}

.dblm-author-card__content {
	min-width: 0;
}

.dblm-author-card__name {
	display: block;
	margin: 0 0 6px;
	color: #111;
	font-family: "Lora", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
}

.dblm-author-card__bio {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 0;
	color: #555;
	font-size: 12.5px;
	line-height: 1.45;
}

.dblm-author-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
}

.dblm-author-card__profile-links, .dblm-author-profile-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.dblm-author-card__profile-links {
	gap: 7px;
	margin-top: 10px;
}

.dblm-author-card__profile-link, .dblm-author-profile-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #fff !important;
	background: #222;
	border-radius: 50%;
	text-decoration: none !important;
	transition: background-color .18s ease, transform .18s ease;
}

.dblm-author-card__profile-link {
	width: 30px !important;
	height: 30px !important;
	padding: 0 !important;
	border-radius: 50% !important;
}

.dblm-author-card__profile-link:hover, .dblm-author-card__profile-link:focus, .dblm-author-profile-link:hover, .dblm-author-profile-link:focus {
	color: #fff !important;
	transform: translateY(-1px);
}

.dblm-author-card__profile-link--linkedin, .dblm-author-profile-link--linkedin {
	background: #0a66c2;
}

.dblm-author-card__profile-link--lawconnect, .dblm-author-profile-link--lawconnect {
	background: #1f4f7a;
}

.dblm-author-card__profile-link--awards, .dblm-author-profile-link--awards {
	background: #d4a011;
}

.dblm-author-card__profile-icon, .dblm-author-profile-icon {
	color: inherit;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.dblm-author-card__profile-link--linkedin .dblm-author-card__profile-icon {
	font-size: 13px;
	text-transform: none;
}

.dblm-author-card__profile-link--awards .dblm-author-card__profile-icon {
	position: relative;
	width: 14px;
	height: 14px;
	color: transparent;
}

.dblm-author-card__profile-link--awards .dblm-author-card__profile-icon::before {
	content: "";
	position: absolute;
	inset: 1px 2px 5px;
	border: 2px solid #fff;
	border-top-width: 4px;
	border-radius: 2px 2px 6px 6px;
}

.dblm-author-card__profile-link--awards .dblm-author-card__profile-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateX(-50%);
}

.dblm-author-box {
	display: grid !important;
	grid-template-columns: 240px minmax(0, 1fr);
	align-items: start;
	gap: 34px;
	width: 100%;
	max-width: 960px;
	margin: 0 0 40px;
	padding: 0;
	color: #222;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-family: "Poppins", sans-serif;
}

.dblm-author-box__media {
	width: 240px;
}

.dblm-author-box__avatar {
	display: block;
	width: 240px !important;
	height: auto !important;
	max-height: 360px;
	aspect-ratio: auto;
	border-radius: 0;
	object-fit: contain;
	object-position: center top;
	background: #f7f7f7;
}

.dblm-author-box__content {
	min-width: 0;
}

.dblm-author-box__eyebrow {
	margin: 0 0 8px !important;
	color: #a36e03;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.dblm-author-box__name {
	margin: 0 0 20px !important;
	color: #111;
	font-family: "Lora", serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.12;
}

.dblm-author-box__bio {
	max-width: 780px;
	margin: 0 !important;
	color: #555;
	font-size: 16px;
	line-height: 1.75;
}

.dblm-author-box__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 22px;
}

.dblm-author-box__footer .dblm-author-profile-links {
	margin-top: 0;
}

.dblm-author-box .dblm-author-profile-links {
	gap: 10px;
}

.dblm-author-box .dblm-author-profile-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	min-width: 0;
	height: 42px;
	gap: 9px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
}

.dblm-author-box .dblm-author-profile-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.dblm-author-box .dblm-author-profile-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.dblm-author-profile-label {
	color: inherit;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	text-transform: none;
}

.dblm-author-box__archive-link {
	color: #a36e03 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
}

.dblm-author-box__archive-link:hover, .dblm-author-box__archive-link:focus {
	color: #000 !important;
	text-decoration: underline !important;
}

.dblm-author-static-card {
	position: relative;
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	align-items: start;
	gap: 18px;
	width: min(390px, 100%);
	padding: 12px;
	color: #222;
	background: #fff;
	border: 1px solid rgba(212, 160, 17, .55);
	border-radius: 5px;
	box-shadow: 0 18px 46px rgba(0, 0, 0, .12);
	font-family: "Poppins", sans-serif;
	text-align: left;
}

.dblm-author-static-card__avatar {
	margin-top: 10px;
}

.dblm-author-static-card .author-title {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
}

.dblm-author-static-card--wide {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	align-items: start;
	gap: 28px;
	width: min(760px, 100%);
	padding: 34px;
	border-radius: 14px;
	text-align: left;
}

.dblm-author-static-card--arrow::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	width: 24px;
	height: 24px;
	background: #fff;
	border-left: 1px solid rgba(212, 160, 17, .55);
	border-top: 1px solid rgba(212, 160, 17, .55);
	transform: translateX(-50%) rotate(45deg);
}

.dblm-author-static-card__avatar {
	display: block;
	width: 74px !important;
	height: 74px !important;
	max-height: none;
	margin: 0;
	object-fit: contain;
	object-position: center top;
	background: #fff;
}

.dblm-author-static-card--wide .dblm-author-static-card__avatar {
	width: 120px !important;
	height: 120px !important;
	max-height: none;
	margin: 0;
}

.dblm-author-static-card__name {
	margin: 0 0 6px !important;
	color: #111;
	font-family: "Lora", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.18;
}

.dblm-author-static-card--wide .dblm-author-static-card__name {
	margin: 0 0 14px !important;
	font-size: 34px;
	line-height: 1.12;
}

.dblm-author-static-card__bio {
	display: -webkit-box;
	overflow: hidden;
	max-width: none;
	margin: 0 !important;
	color: #555;
	font-size: 13px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.dblm-author-static-card--wide .dblm-author-static-card__bio {
	max-width: 560px;
	margin: 0 !important;
	font-size: 20px;
	line-height: 1.45;
	-webkit-line-clamp: 4;
}

.dblm-author-static-card__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
	margin-top: 12px;
}

.dblm-author-static-card--wide .dblm-author-static-card__links {
	justify-content: flex-start;
	gap: 14px;
	margin-top: 24px;
}

.dblm-author-static-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px !important;
	height: 30px !important;
	color: #fff !important;
	border-radius: 50%;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

.dblm-author-static-card--wide .dblm-author-static-card__link {
	width: 60px !important;
	height: 60px !important;
}

.dblm-author-static-card__link:hover, .dblm-author-static-card__link:focus {
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 18px rgba(0, 0, 0, .15);
}

.dblm-author-static-card__link--linkedin {
	background: #0a66c2;
}

.dblm-author-static-card__link--lawconnect {
	background: #1f4f7a;
}

.dblm-author-static-card__link--awards {
	background: #d4a011;
}

.dblm-author-static-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	color: inherit;
}

.dblm-author-static-card__icon svg {
	display: block !important;
	width: 15px !important;
	height: 15px !important;
	max-width: 15px !important;
	max-height: 15px !important;
	fill: currentColor !important;
}

.dblm-author-static-card--wide .dblm-author-static-card__icon, .dblm-author-static-card--wide .dblm-author-static-card__icon svg {
	width: 26px !important;
	height: 26px !important;
	max-width: 26px !important;
	max-height: 26px !important;
}

.dblm-author-static-card__profile {
	display: inline-block;
	margin-top: 10px;
	color: #a36e03 !important;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none !important;
}

.dblm-author-static-card--wide .dblm-author-static-card__profile {
	margin-top: 20px;
	font-size: 26px;
	line-height: 1.25;
}

.dblm-author-static-card__profile:hover, .dblm-author-static-card__profile:focus {
	color: #000 !important;
	text-decoration: underline !important;
}

@media (max-width: 767px) {
	.dblm-author-box {
		display: block !important;
		max-width: none;
	}
	
	.dblm-author-box__avatar {
		width: 160px !important;
		margin-bottom: 16px;
	}
	
	.dblm-author-box__name {
		font-size: 25px;
	}
	
	.dblm-author-static-card {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 16px;
		padding: 22px;
	}
	
	.dblm-author-static-card__avatar {
		width: 76px !important;
		height: 76px !important;
	}
	
	.dblm-author-static-card__name {
		font-size: 24px;
		margin-bottom: 8px !important;
	}
	
	.dblm-author-static-card__bio {
		font-size: 14px;
		-webkit-line-clamp: 4;
	}
	
	.dblm-author-static-card__links {
		gap: 9px;
		margin-top: 14px;
	}
	
	.dblm-author-static-card__link {
		width: 38px;
		height: 38px;
	}
	
	.dblm-author-static-card__icon, .dblm-author-static-card__icon svg {
		width: 18px;
		height: 18px;
	}
	
	.dblm-author-static-card__profile {
		margin-top: 12px;
		font-size: 18px;
	}
}

@media (max-width: 360px) {
	.dblm-author-static-card:not(.dblm-author-static-card--wide) {
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 12px;
		padding: 14px;
	}
	
	.dblm-author-static-card:not(.dblm-author-static-card--wide) .dblm-author-static-card__avatar {
		width: 62px !important;
		height: 62px !important;
	}
	
	.dblm-author-static-card:not(.dblm-author-static-card--wide) .dblm-author-static-card__name {
		font-size: 18px;
	}
	
	.dblm-author-static-card:not(.dblm-author-static-card--wide) .dblm-author-static-card__bio {
		-webkit-line-clamp: 3;
	}
}

.dblm-author-card__link {
	color: #a36e03 !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none !important;
}

.dblm-author-card__link:hover, .dblm-author-card__link:focus {
	color: #000 !important;
	text-decoration: underline !important;
}

@media (max-width: 767px) {
	.dblm-author-card {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 12px;
		left: 0;
		right: auto;
		top: calc(100% + 10px);
		bottom: auto;
		width: min(320px, calc(100vw - 24px));
		transform: translateY(-8px);
	}
	
	.dblm-author-card::after {
		left: 28px;
		top: -7px;
		bottom: auto;
		transform: rotate(45deg);
	}
	
	.dblm-author-card__avatar {
		width: 56px !important;
		height: 56px !important;
		max-width: 56px !important;
		max-height: 56px !important;
		flex-basis: 56px;
	}
	
	.dblm-author-card__bio {
		-webkit-line-clamp: 3;
	}
	
	.dblm-author-hover:hover .dblm-author-card, .dblm-author-hover:focus-within .dblm-author-card, .dblm-author-hover.is-open .dblm-author-card {
		transform: translateY(0);
	}
}
