.fiverr-gig-container {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    background: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.fiverr-gig-container img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 5px;
}
.fiverr-gig-container h3 {
    font-size: 18px;
    margin-bottom: 8px;
}
.fiverr-gig-container p {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}
.fiverr-gig-price {
    font-weight: bold;
    font-size: 16px;
    color: #27ae60;
}
