.color-input-wrapper {
    position: relative;
    width: 100%;
    height: 34px;
    border: 1px solid black;
    cursor: crosshair;
}

.color-input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: crosshair;
}

.color-display {
    width: 100%;
    height: 100%;
    background-color: #3e7d36; /* Default display color */
    cursor: crosshair;
}