/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for the Astra theme
Author: Nadir
Author URI: https://yourwebsite.com
Template: astra
Version: 1.0.0
*/

/* Custom styles go here */

.traveler-items-grid{
    display: flex;
}
.main-product-image {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.product-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.gallery-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.seller-profile p {
    margin: 10px 0;
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
}

.product-description {
    margin-top: 20px;
    line-height: 1.7;
}

/* start profile products*/
.p1user-posts{
	display:flex;
}

.l1posts{
	list-style-type: none;
}
.l1posts a{
    	padding: 5px 20px;
    	border-radius: 20px;
    	border: 1px solid #eee;
    	margin-right: 10px;
    	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    	background-color: #fff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        color: #444;
}
.l1posts a:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    color: #2b57ff;
}



/* end profile products*/
