.sg-687b2b8a-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: inherit;
}

.sg-687b2b8a-container {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-top: 5px solid #3498db;
    padding: 30px;
    position: relative;
    transition: transform 0.3s ease;
}

.sg-687b2b8a-container:hover {
    transform: translateY(-2px);
}

.sg-687b2b8a-category {
    display: inline-block;
    background: #3498db;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sg-687b2b8a-title {
    margin: 0 0 10px 0;
    color: #333;
}

.sg-687b2b8a-meta {
    display: flex;
    gap: 15px;
    color: #777;
    font-size: 14px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.sg-687b2b8a-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sg-687b2b8a-image img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.sg-687b2b8a-content {
    line-height: 1.6;
    color: #444;
}

.sg-687b2b8a-links {
    margin-top: 30px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.sg-687b2b8a-links h3 {
    margin-top: 0;
    font-size: 18px;
}

.sg-687b2b8a-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sg-687b2b8a-links li {
    margin-bottom: 8px;
}

.sg-687b2b8a-links a {
    color: #3498db;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.sg-687b2b8a-links a:hover {
    text-decoration: underline;
}

.sg-687b2b8a-rating {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sg-687b2b8a-stars span {
    color: #ddd;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.2s;
}

.sg-687b2b8a-stars span.active,
.sg-687b2b8a-stars span:hover,
.sg-687b2b8a-stars span:hover ~ span {
    color: #f1c40f;
}
.sg-687b2b8a-stars:hover span {
    color: #ddd;
}
.sg-687b2b8a-stars span:hover,
.sg-687b2b8a-stars span:hover ~ span {
    /* Reverse logic for CSS hover based rating */
}

/* Correct hover for stars */
.sg-687b2b8a-stars {
    direction: rtl;
    display: inline-flex;
}
.sg-687b2b8a-stars span {
    direction: ltr;
}
.sg-687b2b8a-stars span:hover,
.sg-687b2b8a-stars span:hover ~ span {
    color: #f1c40f;
}
.sg-687b2b8a-stars[data-rating="1"] span:nth-last-child(-n+1),
.sg-687b2b8a-stars[data-rating="2"] span:nth-last-child(-n+2),
.sg-687b2b8a-stars[data-rating="3"] span:nth-last-child(-n+3),
.sg-687b2b8a-stars[data-rating="4"] span:nth-last-child(-n+4),
.sg-687b2b8a-stars[data-rating="5"] span:nth-last-child(-n+5) {
    color: #f1c40f;
}

.sg-687b2b8a-rating-msg {
    font-size: 14px;
    color: #27ae60;
}

.sg-687b2b8a-discussion {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.sg-687b2b8a-comment-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sg-687b2b8a-comment-box textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 80px;
    font-family: inherit;
}

.sg-687b2b8a-comment-box button {
    align-self: flex-start;
    background: #3498db;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.sg-687b2b8a-comment-box button:hover {
    background: #2980b9;
}

.sg-687b2b8a-login-msg {
    background: #fff3cd;
    color: #856404;
    padding: 10px 15px;
    border-radius: 4px;
    border-left: 4px solid #ffeeba;
}
