[class*="elfsight-app"] [class*="es-header-write-review"] {
    background: transparent !important;
    border: 1px solid #197BFF !important;
    border-radius: 50px !important;
    color: #197BFF !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    text-transform: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    cursor: pointer;
    transition: background-color .2s ease;
}
[class*="elfsight-app"] [class*="es-header-write-review"]:hover {
    background: rgba(25, 123, 255, .08) !important;
}
[class*="elfsight-app"] [class*="es-header-write-review"] [class*="es-button-base-overlay"] {
    padding: 9px 22px !important;
    border-radius: 50px !important;
    background: transparent !important;
    color: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
[class*="elfsight-app"] [class*="es-header-write-review"] [class*="es-button-base-ellipsis"] {
    border-radius: 50px !important;
    background: transparent !important;
    box-shadow: none !important;
}
.es-button-base-ellipsis { border-radius: 50px !important; }
