/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

body, .container { min-width: 1320px; }

.sort-header { text-align: center; }
.sort-header [data-sort-col] { cursor: pointer; user-select: none; }
.sort-indicator { font-size: 0.8rem; }

[data-sort-col="rank"], .data-col-rank { max-width: 7em; }
[data-sort-col="symbol"], .data-col-symbol { max-width: 12em; }
[data-sort-col="close_price"], .data-col-close_price { max-width: 7em; }
[data-sort-col="fluc_rt"], .data-col-fluc_rt { max-width: 7em; }
[data-sort-col="acc_trd_vol"], .data-col-acc_trd_vol { max-width: 999em; }
[data-sort-col="acc_trd_val"], .data-col-acc_trd_val { max-width: 999em; }
[data-sort-col="today_val"], .data-col-today_val { max-width: 999em; }
[data-sort-col="netbid_val"], .data-col-netbid_val { max-width: 999em; }
[data-sort-col="new_high"], .data-col-new_high { max-width: 7em; }
[data-sort-col="consecutive_days"], .data-col-consecutive_days { max-width: 8em; }
.data-sort-status, .data-col-status{ max-width: 8em; }
.data-sort-exlink, .data-col-exlink{ max-width: 7em; }

.data-col-rank { text-align: center; }
.data-col-symbol { text-align: center; }
.data-col-close_price { text-align: right; }
.data-col-fluc_rt { text-align: end; }
.data-col-acc_trd_vol { text-align: right; }
.data-col-acc_trd_val { text-align: right; }
.data-col-today_val { text-align: right; }
.data-col-netbid_val { text-align: right; }
.data-col-consecutive_days { text-align: center; }
.data-col-new_high{ text-align: center; }
.data-col-status{ text-align: center; }
.data-col-exlink{ text-align: center; }

.sort-header > div, .krx-data-row > div {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}