/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

@import url('css/_helpers.css');
@import url('css/_tables.css');
@import url('css/_gradients.css');
@import url('css/_impreza-overrides.css');

h1, h2, h3, h4, h5, h6 {
	word-wrap: break-word;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	color: white;
}

.popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.popup-modal {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 1024px;
    width: 95%;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    overflow-y: auto;
    max-height: 90vh;
}

.popup-close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
}

.flex-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
}

.flex-table-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem;
    border-bottom: 1px solid #ddd;
}

.flex-table-header {
    font-weight: bold;
    background: #f7f7f7;
}

.flex-table-row > div {
    flex: 1;
    word-break: break-word;
}

.popup-content h4 {
    margin-top: 1.5rem;
}
.colour-swatch {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-clip: content-box;
}