/* For author archive page titles */
.author .archive-title .vcard a.url.fn.n,
/* For author links in post meta (adjust if your theme uses different classes) */
.td-post-author-name a,
.post-author a, /* Add other common selectors if needed */
.entry-meta .author a {
    pointer-events: none; /* Makes the link unclickable */
    cursor: default;      /* Changes mouse cursor to normal */
    text-decoration: none; /* Removes underline if present */
    color: inherit;       /* Makes it inherit the color of surrounding text */
}

/* Optional: If you want to ensure it looks exactly like plain text */
.author .archive-title .vcard a.url.fn.n:hover,
.td-post-author-name a:hover,
.post-author a:hover,
.entry-meta .author a:hover {
    text-decoration: none; /* No underline on hover */
    /* Add any other style resets if the theme applies hover styles */
}


/* JoomSport */
body[class*="single-joomsport"] .td-module-meta-info, body[class*="single-jswprediction"] .td-module-meta-info {
	display: none!important;
}

#joomsport-container .navbar-header, 
#joomsport-container .heading {
	padding: 0;
}

#joomsport-container img {
	margin-bottom: 0;
}

[dir="rtl"] #joomsport-container .pull-right {
	float: left!important;
}

[dir="rtl"] #joomsport-container [class*="col-"] {
	float: right;
}

[dir="rtl"] #joomsport-container .text-right {
    text-align: left;
}


[dir="rtl"] #joomsport-container [style*="text-align:left"] {
	text-align: right!important;
}

[dir="rtl"] #joomsport-container div.selection {
	padding-left: 0px;
}

[dir="rtl"] .data {
	float: left;
	margin-right: 1%;
}

[dir="rtl"] #joomsport-container .matchvenue {
	text-align: left;
}

[dir="rtl"] #jsMatchViewID .matchvenue img {
	margin: 0 5px 0 0;
}

[dir="rtl"] #jsMatchViewID .matchdtime img {
	margin: 0 0 0 5px;
}

.selection .jspred_filterround .selectpicker {
	margin: 0 10px 0 0!important;
	text-align: right!important;
}

#joomsport-container .jsPredStatDIvFE img, #joomsport-container .jsSquadContent .jsSubs > img {
	display: inline-block;
}