/* Post Meta */
/* Intro Paragraph */
.dtr-brief-intro {
    font-size: 21px;
    line-height: 1.5;
    color:#000;
    margin-bottom: 20px;
	font-weight:400;
}
.dtr-brief-intro h3,
.dtr-author-wrap h3,
.faq-main-heading,
.dtr-summary-box-wrap h3,
.dtr-resources h3 {
	margin-bottom:16px !important;
	font-weight:500;
}
/* Acknowledgement */
.dtr-acknowledgement-intro {
	margin-bottom: 20px;
	font-style: italic;
}
/* Horizontal Divider */
.dtr-section-divider {
    border: 0;
    border-top: 1px solid #000;
    margin: 30px 0;
}
/* In Brief */
.dtr-summary-box-wrap {
    margin-top: 30px;
}
.dtr-summary-box-wrap h3 {
	margin-bottom:16px;
}
.dtr-summary-box {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #000;
}
.dtr-summary-box ul, .dtr-post-content ul, .dtr-resources ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}
.dtr-summary-box ul {
	margin-bottom:0 !important;
}

/* Resources */
.dtr-resources {
	margin: 30px 0 0 0;
}
.dtr-resources-wrap {
	padding: 15px;
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 10px;
}

.dtr-resources-wrap li {
	color:#000;
}
.dtr-resources-wrap li a {
	color:#4285F4;
	text-decoration:underline;
}
.dtr-resources-wrap li a:hover {
	color:#4285F4;
	text-decoration:none;
}
.dtr-resources-wrap li a b {
	color:#4285F4;
}
.dtr-resources-wrap li::before {
    content: "\f103"; /* WordPress Dashicons Link icon */
    font-family: dashicons;
    position: absolute;
    left: 0;
    top: 2px;
    color: #000; /* Your brand color */
    font-size: 16px;
}
body .dtr-resources-wrap ul li {
    position: relative;
    padding: 0 0 0 25px !important;
    margin-bottom: 12px;
    line-height: 1.6;
    list-style: none;
}
.dtr-resources-wrap ul {
    padding:0 !important;
	margin:0 !important;
}


/*== Accordion ==*/
.faq-main-heading {
	font-size: 18px;
    font-weight: 500;
	margin-bottom:16px;
}
.single-post .accordion-item {
    border-bottom: 1px solid #ebebeb;
    background: #fff;
}
.dtr-accordion .accordion-item {
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 10px;
}

.dtr-accordion.accordion-flush .accordion-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, .10) !important;
}

.dtr-accordion.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .10) !important;
}

.dtr-accordion.accordion-flush .accordion-button {
    position: relative;
    margin: 0;
    padding: 15px 70px 15px 15px;
    border: 0;
    outline: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
    background-color: #f2f2f2;
    color: #000;
	width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: left;
	cursor: pointer;
}

.single-post .accordion-button, .page .accordion-button {
    background: #fbfbfb !important;
}

.dtr-accordion .accordion-button:focus {
    box-shadow: none;
    border: 0;
    outline: 0;
}

.dtr-accordion .accordion-button.collapsed {
    background-color: transparent !important;
    color: #000;
}

.dtr-accordion .accordion-button::after, .dtr-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.dtr-accordion .accordion-button::after, .dtr-accordion .accordion-button:not(.collapsed)::after {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 13px;
    font-family: 'icomoon';
    content: "\e913";
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #000;
    background-color:#000;
    color: #fff;
    border-radius: 9999px;
	
}

.collapse:not(.show) {
    display: none;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.dtr-accordion .accordion-button:not(.collapsed)::after {
    font-family: 'icomoon';
    content: "\e913";
    background-color:#fff;
    color: #000;
}

.dtr-accordion-title {
    margin: 0 !important;
    padding: 0;
}

.dtr-accordion .accordion-body {
    padding: 10px 70px 15px 15px;
    border: 0;
}

.dtr-accordion .accordion-collapse.collapse.show .accordion-body, .dtr-accordion .accordion-collapse.collapsing .accordion-body {
    background-color: #f2f2f2;
    color: #000;
}

.dtr-accordion.accordion-flush .accordion-button, .dtr-accordion.accordion-flush .accordion-body {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-body p:last-child {
	margin-bottom: 0;
}

/* Export PDF */
.pdf-v-1 a {
	text-transform: uppercase;
	font-size: 14px; 
	font-weight: 500; 
	padding: 12px 30px; 
	margin: 0; 
	border: 1px solid #000;  
	border-radius: 9999px; 
	background-color: #fff; 
	color: #000;
	position: relative;
	padding-left: 40px;
}
.pdf-v-1 a img {
	background: #000;
	color: #fff;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	line-height: 30px;
	text-align: center;
	padding: 6px;
}

.pdf-v-2 a {
	font-size: 14px; 
	font-weight: 300; 
	padding: 12px 30px; 
	margin: 0; 
	border: 1px solid #000;  
	border-radius: 9999px; 
	background-color: #fff; 
	color: #000 !important;
	position: relative;
	padding-left: 40px;
}
.pdf-v-1 a:hover,
.pdf-v-2 a:hover,
.pdf-v-3 a:hover {
	color: #fff !important;
}
.pdf-v-2 a img {
	background: #000;
	color: #fff;
	position: absolute;
	left: 5px;
	top: 4px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	line-height: 30px;
	text-align: center;
	padding: 6px;
}


.pdf-v-3 a {
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border-radius: 9999px;
    background-color: #fff;
    color: #000;
    position: relative;
    padding-left: 45px;
	padding-right: 10px;
    display: block;
    line-height: 37px;
}
.pdf-v-3 a img {
	background: #000;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    line-height: 28px;
    text-align: center;
    padding: 8px;
}

/* Author */
.dtr-author-wrap {
	margin-top: 30px;
}
.dtr-author-info {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 10px;
}

.dtr-author-title {
    font-size: 30px;
    line-height: 34px;
    margin: 0 !important;
}

.dtr-author-description {
    margin: 10px 0 0 0;
    font-style: italic;
    font-size: 14px;
}

.dtr-user-url {
    display: block;
}

.dtr-user-url, .dtr-author-description .dtr-social-list {
    margin: 15px 0 0 0;
}

.dtr-author-info .dtr-author-link {
    display: block;
}

.dtr-author-avatar {
    min-width: 130px;
    width: 130px;
    height: 130px;
    margin-right: 30px;
}

.dtr-author-avatar img {
    border-radius: 9999px;
}

.dtr-author-jobtitle {
    font-weight: 500;
	margin:0 !important;
}

.dtr-author-page-link {
    margin-top: 20px;
}

.dtr-protected-msg {
    text-align: left;
}
.dtr-user-url, .dtr-social-list {
	padding-left: 0px;
}

.elementor a.dtr-icon-btn,
.elementor a.dtr-icon-btn:hover,
.kaamfu-book-a-demo a:hover {
	color:#fff !important;
}



.dtr-social-circle li, .dtr-social-square li {
    margin: 2px;
}

.text-left .dtr-social li:first-child, .dtr-social-circle.text-left .dtr-social li:first-child, .dtr-social-square.text-left .dtr-social li:first-child {
    margin-left: 0;
    margin-right: 2px;
}

.text-right .dtr-social li:last-child, .dtr-social-circle.text-right .dtr-social li:last-child, .dtr-social-square.text-right .dtr-social li:last-child {
    margin-left: 2px;
    margin-right: 0;
}

.dtr-social li a {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--dtr-radius-round);
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0;
    text-align: center;
	color: #000;
}

.dtr-social-square .dtr-social li a {
    border-radius: var(--dtr-square);
}

.dtr-social a::before {
    line-height: 40px;
    color: inherit;
}

.dtr-social-default .dtr-social li a {
    width: auto;
    height: auto;
    margin: 5px 20px 5px 0;
    font-size: 18px;
}

.dtr-social-default .dtr-social a::before {
    line-height: 1em;
}

.text-right.dtr-social-default {
    margin: 5px 0 5px 20px;
}

.dtr-author-social {
	margin:0 !important;
}

.dtr-author-social li a {
    border: 0;
}

.dtr-social-share-list li a {
    width: auto;
    height: auto;
    margin: 5px 20px;
    font-size: 32px;
}

.dtr-social li a::after {
    display: none;
}

/*== social icons ==*/
.dtr-social a::before, .dtr-social a i, .dtr-social-share-list li a::before {
    display: inline-block;
    font-family: 'icomoon';
    vertical-align: middle;
    font-weight: var(--dtr-normal);
}

.dtr-social .dtr-facebook::before, .dtr-social-share-list .dtr-facebook-share::before {
    content: "\e92c";
}

.dtr-social .dtr-twitter::before, .dtr-social-share-list .dtr-twitter-share::before {
    content: "\e96f";
}

.dtr-social .dtr-pinterest::before, .dtr-social-share-list .dtr-pinterest-share::before {
    content: "\e94d";
}

.dtr-social .dtr-google::before, .dtr-social-share-list .dtr-google-share::before {
    content: "\e933";
}

.dtr-social .dtr-linkedin::before, .dtr-social-share-list .dtr-linkedin-share::before {
    content: "\e93a";
}

.dtr-social .dtr-instagram::before, .dtr-social-share-list .dtr-instagram-share::before {
    content: "\e979";
}

.dtr-social .dtr-threads::before {
    content: "\e96b";
}

.dtr-social .dtr-behance::before {
    content: "\e90e";
}

.dtr-social .dtr-skype::before {
    content: "\e962";
}

.dtr-social .dtr-vimeo::before {
    content: "\e970";
}

.dtr-social .dtr-mail::before {
    content: "\e92b";
}

.dtr-social .dtr-youtube::before {
    content: "\e978";
}

.dtr-social .dtr-dribbble::before {
    content: "\e926";
}

.dtr-social .dtr-yelp::before {
    content: "\e977";
}

.dtr-social .dtr-whatsapp::before {
    content: "\e971";
}

.dtr-social .dtr-telegram::before {
    content: "\e968";
}

.dtr-social .dtr-dropbox::before {
    content: "\e927";
}

.dtr-social .dtr-github::before {
    content: "\e931";
}

.dtr-social .dtr-messenger::before {
    content: "\e93d";
}

.dtr-social .dtr-slack::before {
    content: "\e963";
}

.dtr-social .dtr-stack::before {
    content: "\e964";
}

.dtr-social .dtr-medium::before {
    content: "\e93c";
}

.dtr-social .dtr-mastodon::before {
    content: "\e93b";
}

.dtr-social .dtr-globe::before {
    content: "\e932";
}

.dtr-social a:focus {
    outline: none;
}

.dtr-social-default .dtr-social li a {
    background-color: transparent;
    border-color: transparent;
}
/* SSRN Icon - Assuming you have an svg for this as well */
.dtr-social .dtr-ssrn::before {
    content: "";
    display: inline-block;
    width: 28px; /* Adjust size as needed */
    height: 20px;
    background-image: url("../images/ssrn.png"); /* Update if filename differs */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	/* Grayscale Filter */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Safari support */
}

/* Ragsdale Framework Icon */
.dtr-social .dtr-ragsdale::before {
    content: "";
    display: inline-block;
    width: 20px; 
    height: 20px;
    background-image: url("../images/ragsdaleframework-logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	/* Grayscale Filter */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Safari support */
}

.dtr-social .dtr-prospus::before {
    content: "";
    display: inline-block;
    width: 20px; 
    height: 20px;
    background-image: url("../images/prospus-logo-full.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	/* Grayscale Filter */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Safari support */
}
.dtr-social li, .dtr-social-share-list li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 !important;
	padding:0 !important;
}