/* ---------------------------
   Logo
--------------------------- */
.vidloglogo {
    width:200px; height:auto; vertical-align:middle; margin-right:6px;
}

/* ---------------------------
   Typography & Lists
--------------------------- */
.vstats-list-box h2 {
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.vstats-list-box ol {
    margin: 0;
    padding-left: 20px;
    max-height: 400px;
    overflow-y: auto;
}

.vstats-list-box li {
    margin-bottom: 6px;
    font-size: 14px;
}

select {
    padding: 4px 8px;
    border-radius: 4px;
}
/* Center checkboxes inside table rows */
table.widefat td input[type="checkbox"],
table.widefat td input[type="radio"] {
    display: block;
    margin: 0 auto;
}

/* ---------------------------
   Tables
--------------------------- */
.vstats-list-table,
.widefat {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.vstats-list-table th,
.vstats-list-table td,
.widefat th,
.widefat td {
    text-align: left;
    padding: 6px 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    max-width: 250px; /* limit column width */
}

.vstats-list-table th,
.widefat th {
    background: #f9f9f9;
}

/* Hover to see full text */
.widefat td:hover {
    white-space: normal;
    word-break: break-all;
    background: #f9f9f9;
    z-index: 1;
    position: relative;
}
.vidlog-month-year {
    font-weight: bold;
    color: #000; /* optional: change color if you like */
}

/* ---------------------------
   Checkbox & Flags
--------------------------- */
.ms-select-row,
#ms-select-all {
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

.widefat img {
    vertical-align: middle;
    width: 16px;
    height: auto;
    border-radius: 2px;
    margin-right: 4px;
}

/* ---------------------------
   Buttons
--------------------------- */
.ms-delete-row {
    margin: 0;
}

input[type=checkbox],
input[type=radio] {
    margin-left: 20px;
}
/* VidLog Upgrade submenu only */
#toplevel_page_vidlog li a[href$="vidlog-upgrade"] {
    background-color: #0288d1 !important; 
    color: #fff !important;               
}

/* Hover effect */
#toplevel_page_vidlog li a[href$="vidlog-upgrade"]:hover {
    background-color: #03a9f4 !important; /* slightly darker blue */
    color: #fff !important;
}

/* Active/current submenu item */
#toplevel_page_vidlog li.current a[href$="vidlog-upgrade"] {
    background-color: #03a9f4 !important; /* active highlight */
    color: #fff !important;
}


/* ---------------------------
   Admin page
--------------------------- */
/* Label styling */
.vidlog-month-label {
    margin-left: 0;
}

/* Dropdown styling */
.vidlog-month-selector {
    padding: 3px 8px;
    font-size: 13px!important;
    line-height: 1.4;
    border: 1px solid #2271b1!important;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    vertical-align: middle;
    min-width: 160px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    display:inline-block;
}

/* Focus state */
.vidlog-month-selector:focus {
    border-color: #0073aa;
    box-shadow: 0 0 2px rgba(0,115,170,.6) inset;
    outline: none;
}
