.hs-breadcrumb{
	color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
}

.hs-breadcrumb a{
	color:#fff;
	text-decoration:none;
}

.hs-breadcrumb span{
	color:#fff;
}


/* Container */
.hs-latest-posts{
    padding: 24px 14px 0 14px;
}

/* Title */
.hs-latest-title{
    color:#1db8ff;
    font-size:18px;
    margin-bottom:20px;
}

/* Item layout */
.hs-latest-item{
    display:flex;
    gap:16px;
    margin-bottom:20px;
    align-items:flex-start;
}

/* IMAGE FIX (120x120) */
.hs-latest-thumb img{
    width:120px !important;
    height:120px !important;
    object-fit:cover !important;
    border-radius:14px;
    display:block;
	background-position: center !important
}

/* Content */
.hs-latest-content{
    flex:1;
}

/* Category pill */
.hs-latest-cat{
    font-size:12px;
    background:#2b2b2f;
    padding:6px 12px;
    border-radius:20px;
    color:#f6b94c;
    display:inline-block;
    margin-bottom:8px;
    font-weight:500;
}

/* Title */
.hs-latest-post-title{
    margin: 4px 0 10px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.hs-latest-post-title a{
    color:#fff;
    text-decoration:none;
}

/* DATE ROW WITH ICON */
.hs-latest-date{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    color:#a0a0a0;
}

/* ICON SIZE */
.hs-latest-date img{
    width:16px;
    height:16px;
}

/* Wrapper */
.custom-single-cat .elementor-icon-list-text{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

/* Each category pill */
.custom-single-cat .elementor-icon-list-text span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 15px;
    background:#ffffff;
    border-radius:50px;
    font-family:'Poppins', sans-serif;
    font-weight:600;
    font-size:14px;
    line-height:18px;
    letter-spacing:0;
    text-transform:uppercase;
    color:#000000;
}

/* Remove default Elementor spacing issues */
.custom-single-cat .elementor-icon-list-items{
    margin:0;
    padding:0;
}

.custom-single-cat .elementor-icon-list-item{
    margin:0;
}


.hs-social-share {
    position: fixed;
    top: 402px;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hs-social-share i.fab.fa-facebook-f {
    font-size: 20px;
}
.hs-share-label {
    background: #f1f1f1;
    color: #333;
    font-size: 12px;
    padding: 6px 6px;
    margin-bottom: 0px;
}

.hs-share-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

/* Colors */
.hs-share-btn.fb { background: #3b5998; }
.hs-share-btn.ln { background: #0077b5; }
.hs-share-btn.tw { background: #000; }
.hs-share-btn.mail { background: #ccc; color:#000; }

/* Hover */
.hs-share-btn:hover {
    opacity: 0.85;
}
.hs-share-btn img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.custom-des-style table {
	margin-bottom: 30px;
}

.custom-des-style ul {
    list-style: none;
    padding-left: 0;
	margin-bottom: 30px;
}

.custom-des-style ul li {
    position: relative;
    padding-left: 32px;
}

.custom-des-style ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background: url('https://www.thehypesociety.com.au/staging/wp-content/uploads/2026/03/list-icon.svg') no-repeat center;
    background-size: contain;
}
.custom-des-style p {
    margin-top: 0;
    margin-bottom: 20px;
}
.custom-des-style a {
    color: #fff;
    text-decoration: underline;
}

/* Responsive css */
@media (max-width: 767px) {
	
	.custom-author-style-new .elementor-image-box-wrapper {
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.custom-des-style table {
		margin-bottom: 30px;
		display: block;
		overflow-x: auto;
	}
	.custom-author-style-new figure.elementor-image-box-img {
		width: 80px !important;
	}
}