/**
 * JoomRecipe Review Form Styles
 * @package    JoomRecipe
 * @copyright  2013-2019 JoomBoost, joomboost.com
 * @license    GNU/GPL http://www.gnu.org/copyleft/gpl.html
 */

/* Uppy Dashboard customizations */
#jr-review-uppy-dashboard .uppy-Dashboard-inner {
    border-radius: 8px;
}

#jr-review-uppy-dashboard .uppy-StatusBar-actionBtn--upload {
    display: none !important;
}

/* Existing review images container */
#existingReviewImages {
    margin-bottom: 15px;
}

/* Review image thumbnails */
.review-image-thumb {
    display: inline-block;
    position: relative;
}

.review-image-thumb img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 4px;
    object-fit: cover;
}

.review-image-thumb .btn-remove {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 10px;
    line-height: 1;
    padding: 2px 5px;
}

/* Progressive enhancement: Hide fallback upload when JS is enabled */
.js-enabled .jr-fallback-upload {
    display: none;
}

/* Show fallback upload when JS is disabled */
.no-js .jr-uppy-upload {
    display: none;
}
