/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

/* Review Photos */
.review-photos {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.review-photos img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
}

/* Nested Comments */
.review-list .children {
    margin-left: 30px;
    border-left: 2px solid #eee;
    padding-left: 15px;
}

/* Reply Link */
.st-comment-reply {
    margin-top: 10px;
    font-size: 14px;
}
.st-comment-reply a {
    color: #5191FA;
    text-decoration: none;
}
.st-comment-reply a:hover {
    text-decoration: underline;
}