/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2025 | 18:21:14 */
body.store-locator-plus_page_slp_manage_locations div#wpcsl_settings_group-map {
    display: none !important;
}

body.store-locator-plus_page_slp_manage_locations #wpcsl_settings_group-power span.title.grey--text {
	display: none !important;
}

body.store-locator-plus_page_slp_manage_locations table#manage_locations_table {
    min-width: 100% !important;
	max-width: 100% !important;
}

body.store-locator-plus_page_slp_manage_locations td {
	text-align: left;
}
body.store-locator-plus_page_slp_manage_locations th {
	width: auto !important;
	font-size: 14px !important;
}

body.store-locator-plus_page_slp_manage_locations .v-card.v-sheet.theme--light {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
body.store-locator-plus_page_slp_manage_locations .v-input {
    margin-left: 1rem !important;
}
body.store-locator-plus_page_slp_manage_locations .v-input img {
    max-width: 50% !important;
}
body.store-locator-plus_page_slp_manage_locations #manage_locations_table .location_image {
    max-width: 100%;
}
body.store-locator-plus_page_slp_manage_locations th#sl_image {
    width: 150px !important;
}

body.store-locator-plus_page_slp_manage_locations  table.dataTable thead th {
	padding-left: 10px !important;
}

/* Smaller Action Icons */
body.store-locator-plus_page_slp_manage_locations .dashicons-welcome-write-blog:before,
body.store-locator-plus_page_slp_manage_locations .dashicons-trash:before {
    font-size: 24px !important;
}
/* Center The Buttons */
body.store-locator-plus_page_slp_manage_locations .action_buttons {
    display: flex !important;
    gap: 8px !important;
    margin: auto !important;
}

/* Category Display within SLP */
body.store-locator-plus_page_slp_manage_locations span.category_icons {
    flex-direction: column !important;
    text-align: right !important;
}
body.store-locator-plus_page_slp_manage_locations th#sl_option_value {
    text-align: right;
}

/* Remove Country Column From "Locations" Table View */
body.store-locator-plus_page_slp_manage_locations td.slp_manage_locations_cell.country.column-sl_country,
body.store-locator-plus_page_slp_manage_locations th#sl_country{
    display: none !important;
}

/* Remove Address 2 Column From "Locations" Table View */
body.store-locator-plus_page_slp_manage_locations td.slp_manage_locations_cell.address-2.column-sl_address2,
body.store-locator-plus_page_slp_manage_locations th#sl_address2{
    display: none !important;
}

/* Remove Email From "Locations" Table View */
td.slp_manage_locations_cell.email.column-sl_email,
th#sl_email {
    display: none !important;
}

/* Remove Hours Column From "Locations" Table View */
td.slp_manage_locations_cell.hours.column-sl_hours,
th#sl_hours {
    display: none !important;
}

/* Remove Private Column From "Locations" Table View */
td.slp_manage_locations_cell.private.column-sl_private,
th#sl_private {
    display: none !important;
}

/* Remove Description Column From "Locations" Table View */
td.slp_manage_locations_cell.description.column-sl_description,
th#sl_description {
    display: none !important;
}
/* Remove Fax Column From "Locations" Table View */
td.slp_manage_locations_cell.fax.column-sl_fax,
th#sl_fax {
    display: none !important;
}
/* Remove Distance Column From "Locations" Table View */
td.slp_manage_locations_cell.distance.column-sl_initial_distance,
th#sl_initial_distance {
    display: none !important;
}