.wrap {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
h1, h2 {
    color: #333;
}
.widefat th {
    background: #f7f7f7;
}
.widefat{
    margin-top: 10px;
}

.button-small {
    margin-top: 5px;
    margin-right: 5px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
}
.button-small:hover {
    background: #005177;
}
.delete-cutelink {
    background: #d63638;
}
.delete-cutelink:hover {
    background: #b62b2d;
}
.copy-animation {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
    transition: all 0.8s ease-out;
}
.cute-links-search-container {
    position: relative;
    display: inline-block;
}

#search-cute-links {
    padding-right: 35px; /* Space for icon */
    width: 250px;
}

#cute-links-search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
}

#cute-links-search-btn .dashicons {
    font-size: 18px;
    color: #666;
}

