.search-container {max-width: 1000px;margin: 30px auto;padding: 0 20px;}.search-title {font-size: 24px;margin-bottom: 20px;}.result-card {background: white;border-radius: 8px;box-shadow: 0 2px 10px rgba(0,0,0,0.05);padding: 20px;margin-bottom: 20px;display: flex;gap: 20px;transition: transform 0.3s;}.result-card:hover {transform: translateY(-2px);}.result-card img {width: 140px;height: 100px;object-fit: cover;border-radius: 6px;}.result-content {flex: 1;}.result-content h3 {margin: 0 0 10px;font-size: 18px;}.result-content p {margin: 0 0 10px;color: #666;font-size: 14px;}.result-content a {text-decoration: none;font-size: 14px;}@media (max-width: 600px) {.search-container{width: 100%;}.search-container a{width: fit-content;}.result-card img {height: auto;}}.suggested-section {padding: 40px 20px;background: var(--primaryMild);;}.suggested-title {max-width: 1200px;margin: 0 auto 20px;font-size: 22px;font-weight: bold;text-align: center;}.suggested-posts {max-width: 1200px;margin: 0 auto;display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 20px;}.suggested-card {background: white;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 12px rgba(0,0,0,0.06);transition: transform 0.3s ease;}.suggested-card:hover {transform: translateY(-4px);}.suggested-card img {width: 100%;height: 160px;object-fit: cover;}.suggested-card .card-content {padding: 16px;}.suggested-card h3 {font-size: 16px;margin: 0 0 10px;}.suggested-card a {text-decoration: none;font-size: 14px;}