#quote-icon {
    font-weight: bold;
    margin: 10px;
}
.quote-table {
    width: 100%;
    border-collapse: collapse;
}
.quote-table th, .quote-table td {
    border: 1px solid #ccc;
    padding: 8px;
}

.quote-thank-you-message {
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin: 20px 0;
    font-size: 16px;
    color: #4caf50;
    text-align: center;
}

/* Style for the message that appears after adding to quote */
.add-to-quote-msg {
    margin-top: 10px;
    padding: 10px;
    background-color: #f0f8ff;
    border: 1px solid #0073e6;
    border-radius: 5px;
    font-size: 16px;
    color: #0073e6;
}

.add-to-quote-msg a {
    color: #0073e6;
    text-decoration: none;
}

.add-to-quote-msg a:hover {
    text-decoration: underline;
}
