.no-hostel-container {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    text-align: center;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #eaeaea;
}

.no-hostel-icon {
    font-size: 4rem;
    color: #ff6b6b;
    margin-bottom: 1rem;
}

.no-hostel-title {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.no-hostel-message {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.action-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.btn {
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background-color: #4a6cf7;
    color: white;
    border: none;
}

.btn-primary:hover {
    background-color: #3a5ce4;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: white;
    color: #4a6cf7;
    border: 1px solid #4a6cf7;
}

.btn-secondary:hover {
    background-color: #f5f8ff;
    transform: translateY(-2px);
}

.search-tips {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-align: left;
}

.search-tips h3 {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 0.5rem;
}

.search-tips ul {
    padding-left: 1.2rem;
    margin: 0;
    color: #666;
}

.search-tips li {
    margin-bottom: 0.4rem;
}
