.ghh-wrapper {
    max-width: 380px;
    padding: 18px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #ffffff;
}

.ghh-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.ghh-wrapper label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.ghh-wrapper input,
.ghh-wrapper button {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
}

.ghh-wrapper button {
    background: #2c7be5;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.ghh-inline {
    display: flex;
    gap: 8px;
}

.ghh-sonuc-blok {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.ghh-uyari {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 8px;
    font-size: 14px;
}

.ghh-tibbi-not {
    font-size: 13px;
    color: #555;
    border-top: 1px dashed #ccc;
    padding-top: 8px;
}
