.pricelynx-product-table {
font-family: 'Poppins';
margin: 20px 0;
border-radius: 8px;
padding: 10px;
}
.pricelynx-product-table a {
text-decoration: none !important;
}
.pricelynx-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
text-align: center;
}
.pricelynx-row {
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid #ddd;
border-radius: 8px;
padding: 10px;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin-bottom: 10px;
transition: 0.5s ease;
flex-wrap: nowrap; overflow: hidden; }
.pricelynx-row:hover {
box-shadow: rgb(0 0 0 / 40%) 0px 8px 16px;
}
.pricelynx-column {
flex: 1;
text-align: center;
padding: 5px 10px;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.retailer-logo img {
max-height: 40px;
max-width: 100px;
}
.stock-status {
font-size: 14px;
color: #333;
display: flex;
align-items: center;
justify-content: center;
gap: 5px; }
.status-dot {
display: inline-block;
width: 10px;
height: 10px;
margin-right: 8px;
border-radius: 50%;
}
.status-dot.in-stock {
background-color: #28a745;
}
.status-dot.out-of-stock {
background-color: #dc3545;
}
.price {
font-size: 16px;
font-weight: bold;
color: #000;
display: flex;
align-items: center;
justify-content: center; 
gap: 8px; 
}
.new-price {
color: #000;
font-weight: bold;
font-size: 16px;
}
.old-price {
text-decoration: line-through;
color: #a0a0a0;
margin-bottom: 10px;
font-size: 14px;
}
.buy-button {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.buy-button span {
display: inline-block;
background-color: #27ae60;
color: #fff !important;
font-weight: bold;
padding: 8px 15px;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s ease;
font-size: 14px;
}
.buy-button span:hover {
background-color: #35f285;
}
.pricelynx-price-display .prices span {
font-family: 'Poppins';
font-size: 14px;
}
.prices .current-price {
font-weight: bold;
}
.pricelynx-price-display .buy-button {
display: inline-block;
margin: 10px 0;
}
.product-details .pricelynx-price-display {
text-align: center;
}
.exclude-table-of-contents .pricelynx-no-products {
text-align:left;
}
.pricelynx-no-products {
font-style: italic;
font-family:"Poppins", Sans-serif;
font-size:12px;
margin-top: 10px;
text-align: center;
}
.product-details .pricelynx-no-products {
text-align: center;
}
@media (max-width: 1200px) {
.price {
flex-direction: column;
align-items:center;
}	
.old-price {
margin-top: 4px;
}
}
@media (max-width: 768px) {
.pricelynx-row {
flex-wrap: nowrap; overflow-x: auto; gap: 10px; }
.pricelynx-column {
flex: 1;
font-size: 12px; padding: 5px 5px; }
.retailer-logo img {
max-height: 30px;
max-width: 80px;
}
.stock-status {
font-size: 12px; }
.price .new-price {
font-size: 14px;
}
.price .old-price {
font-size: 12px;
margin-left: 5px;
}
.buy-button span {
padding: 6px 10px; font-size: 12px;
}
}
@media (max-width:450px){
.status-dot.in-stock {
display:none;
}
}
@media (max-width: 420px) {
.buy-button span {
font-size:10px;
}
@media (max-width: 380px) {
.price .new-price {
font-size:12px;
}