.wooprhis-frontend-container {
    margin: 15px 0;
    padding: 10px;
    border-left: 3px solid #9b5c8f;
    background: #fdfafd;
}

.wooprhis-lowest-price {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.wooprhis-history-link {
    color: #9b5c8f;
    text-decoration: underline;
    font-size: 0.9em;
    cursor: pointer;
}

.wooprhis-history-link:hover {
    color: #7d4a73;
}

#wooprhisModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

#wooprhisModal .modal-title {
    color: #9b5c8f;
    font-weight: 700;
}

.wooprhis-modal-description {
    font-size: 0.95em;
    color: #666;
    line-height: 1.5;
}

.wooprhis-chart-wrapper {
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.wooprhis-frontend-controls .btn-outline-primary {
    color: #9b5c8f;
    border-color: #9b5c8f;
}

.wooprhis-frontend-controls .btn-outline-primary:hover,
.wooprhis-frontend-controls .btn-outline-primary.active {
    background-color: #9b5c8f;
    border-color: #9b5c8f;
    color: #fff;
}
