.content-area {
    margin-top: 3px;
    margin-bottom: 80px;
}

.custom-loop-title {
	font-family: 'Jost', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.5;
	color: var(--global-palette3);
	margin-bottom: 1px;
	margin-top: 7px;
	display: block;
}

.custom-loop-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}

.custom-loop-title a:hover {
	color: inherit;
	text-decoration: none;
}

.home h1 {
	font-size: 44px;
	text-align: center;
}


.onlyfans-heading {
	text-align:center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: -15px;
	margin-top: 50px;
}

.breadcrumbs {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	  padding-left: 32px;
    padding-top: 14px;
	  padding-bottom: 14px;
	
}

.breadcrumbs {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 32px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.breadcrumbs a {
    color: #255fdd;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.breadcrumbs a:hover {
    color: #1b48aa;
    text-decoration: underline;
}

.breadcrumbs span,
.breadcrumbs .current {
    color: #333;
    font-weight: 500;
}

.breadcrumbs .separator {
    margin: 0 0.4em;
    color: #adb5bd;
}

.header-menu-container ul#primary-menu li.sexdater a {
    color: #2eccba !important;
    font-weight: 800;
}


.custom-mobile-menu {
    position: relative;
    padding: 10px 15px 20px 15px;
}

.custom-mobile-menu .menu-custom-mobile-menu-container { width: 100%; }


.custom-mobile-menu .menu-custom-mobile-menu-container ul#menu-custom-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 20px;
    list-style: none;
}

.custom-mobile-menu .menu-custom-mobile-menu-container ul#menu-custom-mobile-menu li.sexdater a {
    color: #2eccba !important;
    font-weight: 800;
}


.ad-placement {
    position: relative;
    background: #F7FAFC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 0 0;
    z-index: 1;
}

.ad-placement-single {
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 30px 0;
    z-index: 1;
}


.entry-hero-container-inner .entry-header {
    padding: 25px 0;
}


.entry-content .no-table-borders td,
.entry-content .no-table-borders th {
  border-bottom: none;
}

.entry-content .kb-table td p:empty {
  display: none;
}

.entry-content .kb-table td p {
  margin: 0;
}


.pricing-table .kb-table-row {
  position: relative;
}

.pricing-table .row-discount {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #e63946;
    color: #fff;
    font-size: 12px;
    padding: 1px 8px;
    font-weight: 600;
    border-radius: 999px;
}


.pricing-table table {
    border-collapse: separate;
    border-spacing: 1rem;
}

.pricing-table td {
    position: relative;
    background: #f7f9fc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    vertical-align: top;
}

.pricing-table td p {
    margin: 0;
}

