.smb-wrapper {
	margin: 0 auto;
	max-width: 960px;
	padding: 20px;
	font-family: inherit;
}

.smb-section {
	margin-bottom: 32px;
}

.smb-section-title {
	font-size: 1.75rem;
	margin-bottom: 16px;
}

.smb-filter {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.smb-filter label {
	font-weight: 600;
	color: #0f172a;
}

.smb-filter select {
	min-width: 200px;
	padding: 6px 10px;
	border-radius: 6px;
	border: 1px solid #cbd5f5;
}

.smb-filter input[type="search"] {
	min-width: 220px;
	padding: 6px 10px;
	border-radius: 6px;
	border: 1px solid #cbd5f5;
}

.smb-filter-submit {
	padding: 6px 14px;
	border-radius: 6px;
	border: none;
	background: #1d4ed8;
	color: #fff;
	cursor: pointer;
}

.smb-filter-submit:hover,
.smb-filter-submit:focus {
	background: #1e40af;
}

.smb-item {
	display: flex;
	gap: 24px;
	padding: 20px;
	border: 1px solid #1f2937;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fff;
	/*align-items: center;*/
	flex-wrap: wrap;
	position:relative;
	color: #e5e7eb;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.35);
}

.smb-item.is-even {
	flex-direction: row-reverse;
}

.smb-item.is-featured {
	border-color: rgba(255, 0, 0, 0.45);
}
.smb-logo {
    flex: 0 0 180px;
    text-align: center;
  
    background: #f3f1f1;
    border-radius: 9px;
    align-items: center;
  
    justify-content: center;
	padding:20px;
}
.smb-logo a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.smb-logo-image {
	max-width: 160px;
	height: auto;
	display: inline-block;
}

.smb-logo-placeholder {
	width: 160px;
	height: 120px;
	background: rgba(15, 23, 42, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #cbd5f5;
	font-size: 0.9rem;
	border-radius: 8px;
}

.smb-content {
	flex: 1 1 280px;
}

.smb-title {
	margin: 0 0 10px;
    font-size: 2.25rem;
    color: #000;
    font-family: "Asap", Sans-serif;
}
.smb-text {
    margin-bottom: 14px;
    line-height: 1.6;
    color: #000;
}
.smb-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ff0000;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 8px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.smb-meta {
	font-size: 0.85rem;
	color: #93c5fd;
	margin-bottom: 10px;
}

.smb-button {
    display: inline-block;
    background: #f27f3d;
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 400;
    text-decoration: none !important;
}

.smb-button:hover,
.smb-button:focus {
	background: #1d4ed8;
	color: #fff;
}

.smb-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
}

.smb-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #e2e8f0;
	color: #0f172a;
	text-decoration: none;
}

.smb-social-link:hover,
.smb-social-link:focus {
	background: #cbd5f5;
	color: #0f172a;
}

.smb-address {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	color: #0f172a;
}

.smb-address .dashicons {
	color: #1e293b;
}

.smb-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.smb-pagination a,
.smb-pagination span {
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	font-size: 0.95rem;
}

.smb-pagination .current {
	background: #f2f6ff;
	border-color: #c5d4ff;
	font-weight: 600;
}

.smb-all-benefits.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.smb-loading {
	display: none;
	width: 40px;
	height: 40px;
	border: 4px solid #e2e8f0;
	border-top-color: #1d4ed8;
	border-radius: 50%;
	animation: smb-spin 0.8s linear infinite;
	margin: 20px auto;
}

.smb-all-benefits.is-loading .smb-loading {
	display: block;
}

.smb-empty {
	padding: 20px;
	text-align: center;
	color: #0f172a;
	font-weight: 600;
}
.smb-text h2 {
    display: none;
}
nav.smb-pagination a {
    text-decoration: none !important;
}
nav.smb-pagination {
    justify-content: center;
}
.smb-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}
.smb-filter-submit {
    padding: 14px 50px !important;
}
@media screen and (max-width:767px){
	.smb-filter {
		flex-wrap: wrap;
	}
		
}
@keyframes smb-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (min-width:641px){
	.smb-content {
		padding-left: 20px;
	}
}
@media (max-width: 640px) {
	
	.smb-item,
	.smb-item.is-even {
		flex-direction: column;
		text-align: left;
	}
	.smb-badge{
		position:relative;
		top:0;
		right:0px;
	}
	.smb-content {
		text-align: center;
	}
	.smb-logo {
		flex-basis: auto;
	}
}
