.where-image-used-container {
    margin-top: 20px;
}

.where-image-used-search {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.where-image-used-search input[type="text"] {
    width: 300px;
    margin-right: 10px;
}

.where-image-used-results {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.where-image-used-table-container {
    margin-top: 15px;
}

.where-image-used-table-container table {
    width: 100%;
    border-collapse: collapse;
}

.where-image-used-table-container th {
    text-align: left;
    padding: 12px;
    background: #f8f9fa;
}

.where-image-used-table-container td {
    padding: 12px;
    vertical-align: middle;
}

.where-image-used-table-container tr:hover {
    background-color: #f8f9fa;
}

/* Media Modal Styles */
.media-sidebar .where-image-used-section {
    /* Editing only the dialog when inserting an image */
    padding-bottom: 15px;
}

.where-image-used-section {
    clear: both;
    padding-top: 15px;
    padding-bottom: 35px;
}

.where-image-used-section h3 {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.where-image-used-content {
    margin: 0;
    padding: 0;
}

.where-image-used-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.where-image-used-list li {
    margin: 0 0 15px 0;
    padding: 0;
}

.where-image-used-list li:last-child {
    margin-bottom: 0;
}

.where-image-used-list a {
    color: #0073aa;
}

.where-image-used-list a:hover {
    color: #00a0d2;
}

/* Make page titles bold but keep Edit links normal */
.where-image-used-list .page-title {
    font-weight: bold;
    margin-right: 6px;
}