/*
Theme Name: ossin.ng
Theme URI: https://ossin.ng/
Template: cl-classified
Author: ossing
Author URI: https://ossin.ng/
Description: OSSIN is a digital marketplace where users find and offer verified goods and services across Nigeria.
Tags: buy,sell,exchange,services,products
Version: 2.0.2.1772297420
Updated: 2026-02-28 16:50:20

*/


/* Make the form fit the sidebar nicely */
.listing-sidebar .fep-form,
.listing-sidebar form.fep-form {
	margin-top: 12px;
}

.fep-login-note {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-top: 12px;
}




.message-seller-btn{
display:block;
background:#0073aa;
color:#fff;
padding:12px;
text-align:center;
border-radius:6px;
text-decoration:none;
margin-top:10px;
font-weight:600;
}

.message-seller-btn:hover{
background:#005177;
}


















#ossin-mobile-bottom-nav {
	display: none;
}

@media screen and (max-width: 768px) {

	#ossin-mobile-bottom-nav {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		background: #ffffff;
		border-top: 2px solid #e5e5e5;
		box-shadow: 0 -3px 18px rgba(0,0,0,0.12);
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 14px 0;
		z-index: 999999;
	}

	#ossin-mobile-bottom-nav a {
		flex: 1;
		text-align: center;
		text-decoration: none;
		color: #111;
		font-size: 16px;
		font-weight: 700;
		padding: 6px 0;
	}

	body {
		padding-bottom: 95px !important;
	}
}