.top-phones-section {
	padding: 20px 0;
}

.phone-section {
	margin-bottom: 40px;
}

.section-title-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee2e6;
}

.phone-card {
	transition: transform 0.3s;
	margin-bottom: 20px;
	height: 100%;
}

.phone-card:hover {
	transform: translateY(-5px);
}

.phone-img-container {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background-color: #f8f9fa;
}

.phone-img-container img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.sidebar-card {
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.sidebar-card .card-body {
	padding: 20px;
}

.brand-item {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.brand-item:last-child {
	border-bottom: none;
}

.brand-item img {
	width: 20%;
	height: 100%;
	margin-right: 15px;
}

.guide-item {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.guide-item:last-child {
	border-bottom: none;
}

.guide-title {
	font-weight: 500;
	margin-bottom: 5px;
}

.guide-meta {
	font-size: 0.85rem;
	color: #6c757d;
}

@media (max-width: 767.98px) {
	.phone-img-container {
		height: 150px;
	}
	
	.sidebar-card {
		margin-top: 30px;
	}
}
.brand_link, .guide_link{
	text-decoration: none;
	color: #000000;
}
.no-found{
	color: #a38019;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    background: antiquewhite;
    padding: 20px;
}