/*
 Theme Name:   SmartMag Child
 Theme URI:    http://example.com/smart-mag-child/
 Description:  Thème enfant pour SmartMag
 Author:       Votre nom ou nom de votre entreprise
 Author URI:   http://example.com
 Template:     smart-mag
 Version:      1.0.0
*/
.comment-form .form-field {
    width: calc(100% - 15px) !important;
}

#rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    max-width: 100%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1;
}

#rating span {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.star {
    width: 16px;
    height: 16px;
    margin: 0 2px;
    background-size: contain;
    background-repeat: no-repeat;
}

.full-star {
    background-image: url('full-star-icon.svg'); /* Remplacez par l'URL de l'icône */
}

.half-star {
    background-image: url('half-star-icon.svg'); /* Remplacez par l'URL de l'icône */
}

.empty-star {
    background-image: url('empty-star-icon.svg'); /* Remplacez par l'URL de l'icône */
}
.source {
    font-size: 90%;
    font-style: italic;
    text-align: right;
    display: block
}
.s-head-modern .sub-title {
    color: inherit !important;
}