/* Custom styles for Pipe Specifications application */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.navbar-brand {
    font-weight: bold;
}

.pipe-card {
    background: white;
}

.pipe-card a {
    text-decoration: none;
    color: #0d6efd;
}

.pipe-card a:hover {
    text-decoration: underline;
}

.filter-section {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.form-select:disabled {
    opacity: 0.6;
}
