

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

.yrm-modal {
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.yrm-modal-content {
    background: white;
    width: 40rem;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.yrm-tab232s23213 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
}

.yrm-tab232 {
    flex: 1;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #555;
}

.yrm-tab232.active {
    border-bottom: 3px solid #007782;
    color: #007782;
    font-weight: bold;
}

.yrm-user-info {
    text-align: center;
    margin-bottom: 30px;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.yrm-user-info h3 {
    margin: 0 0 10px 0;
    font-size: 26px;
    color: #007782;
}

.yrm-user-info .yrm-stars23 {
    margin: 10px 0;
}

.yrm-stars23 {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 10px 0;
}

.yrm-stars23 i {
    color: #007782;
    font-size: 18px;
}

.yrm-comment-count {
    font-size: 14px;
    color: #555;
}

.yrm-dividerw2 {
    height: 1px;
    background: #eee;
    margin: 20px 0;
}

.yrm-comment-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.yrm-comment-section h4 {
    margin: 0;
    font-size: 19px;
    color: #007782;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.yrm-comment-section .yrm-date {
    font-size: 12px;
    color: #555;
    margin-right: 3px;
}

.yrm-tag3s8s2323 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}

.yrm-tag3s8 {
    display: flex;
    align-items: center;
    background: #eee;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 13px;
    color: #007782;
    cursor: pointer;
}

.yrm-tag3s8 .yrm-count {
    background: #007782;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    font-size: 12px;
}

.yrm-comment-content {
    margin: 15px 0;
}

.yrm-rating-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.yrm-rating-bar .yrm-stars23 {
    display: flex;
}

.yrm-rating-bar .yrm-rating-text {
    font-size: 16px;
    color: #007782;
}

.yrm-rating-bar .yrm-rating-number {
    font-size: 14px;
    color: #007782;
    margin-left: 10px;
}

.yrm-rating-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.yrm-rating-item {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.yrm-circle23sd {
    width: 48px;
    height: 40px;
    border-radius: 50%;
    background-color: #007782;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    gap: 3px;
}

.yrm-circle23sd i {
    color: white;
}

.yrm-line3gss {
    flex-grow: 1;
    height: 4px;
    background-color: #007782;
}

.yrm-rating-number {
    font-size: 15px;
    color: #007782;
    min-width: 30px;
    text-align: right;
}

.yrm-unique-experience {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    justify-content: center;
}

.yrm-unique-stars23 {
    display: flex;
    margin-left: 10px;
}

.yrm-unique-stars23 i {
    color: #007782;
    font-size: 19px;
    margin-right: 2px;
}

.yrm-unique-stars23 .yrm-gray {
    color: #ddd;
}

.yrm-unique-experience span {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    color: #007782;
    cursor: pointer;
    margin-left: 10px;
}

.yrm-tab232s23213 .yrm-success-container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007782;
    padding: 5px;
    border-radius: 8px;
    margin: 12px 0;
    margin-left: 10px;
}

.yrm-tab232s23213 .yrm-success-container .yrm-success-icon {
    color: #007782;
    font-size: 18px;
    margin-right: 10px;
    margin-top: -20px;
}

.yrm-tab232s23213 .yrm-success-container .yrm-success-text {
    font-size: 18px;
    color: #007782 !important;
    margin-top: -20px;
}

/* Yorum Yapma Formu Stilleri */
.yrm-yorum-yapma-formu {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.yrm-yildiz-secimi {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.yrm-yildiz-secimi label {
    margin-right: 15px;
    font-size: 16px;
    color: #333;
    margin-top: 27px;
}

.yrm-yildiz-secimi .yrm-yildizlar {
    display: flex;
}

.yrm-yildiz-secimi input {
    display: none;
}

.yrm-yildiz-secimi label i {
    color: #ccc;
    font-size: 28px;
    cursor: pointer;
    transition: color 0.2s;
}

.yrm-yildiz-secimi input:checked ~ label i,
.yrm-yildiz-secimi label:hover i,
.yrm-yildiz-secimi label:hover ~ label i {
    color: #007782;
    margin-top: 2px;
}

textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    resize: none;
    font-size: 14px;
    margin-bottom: 15px;
}

button {
    background-color: #00c4b4;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.2s;
}

button:hover {
    background-color: #01626b;
    color: white;
    border-bottom: 1px solid #e2e2e2;
   
}

/* Başarı ve Hata Mesajları için Stiller */
.yrm-success-message {
    color: green;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

.yrm-error-message {
    color: red;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

/* Telefon görünümü için medya sorgusu */
@media (max-width: 1280px) {
    .yrm-modal-content {
        width: 600px;
        padding: 20px;
    }

    .yrm-line3gss {
        width: 250px;
    }
}

@media (max-width: 600px) {
    .yrm-modal-content {
        width: 90%;
        padding: 15px;
    }

    .yrm-line3gss {
        width: 150px;
    }

    .yrm-user-info h3 {
        font-size: 20px;
    }

    .yrm-rating-item {
        gap: 10px;
    }
}