/* For IOS mobile */
html {-webkit-text-size-adjust:none}

/* Mainly for use with DOJO */


.venus .homeLogount a:hover { 
	border-top:1px solid ButtonHighlight; 
	border-left:1px solid ButtonHighlight; 
	border-right:1px solid ButtonShadow; 
	border-bottom:1px solid ButtonShadow;
}
.venus .homeLogount a { 
	
	vertical-align:middle;
	text-decoration:none; 
	color:white;
	
}



.venus .gridbody {
	background-color: Window;
	font: icon;
	margin: 0em 0em;
	padding:0;
	border:1px;
	/*overflow:auto;*/
	position:absolute;
}



.venus .heading {
	font-weight: bold;
	padding-bottom: 0.25em;
}

.venus .gridtoolbarBody {
	background-color:ButtonFace;
	background-image:url('images/TableHeadingSmall.gif');
	overflow:hidden;
	position:absolute;
	
	
}

.venus .gridtoolbarBodyVertical {
	background-color:ButtonFace;
	overflow:hidden;
	position:absolute;
	
	
}


/* Toolbar  */
.venus .tlbr  {
	/*background-color:blue; 
	border-left:1px solid black; 
	border-top: 1px solid black; 
	height:40px; 
	width:100%;*/
  width: 100%;
  height: 40px;
  background: rgba(255,255,255,0.10);
  border-bottom: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
   border-radius: 5px 5px 5px 5px;
   box-shadow: 0 4px 12px rgba(0,0,0,0.35);
   
   

}


.venus .gridtlbr  {
	/*background-color:#1A5276; 
	border-left:1px solid #1A5276; 
	border-top: 1px solid #1A5276; 
	height:40px; 
	width:100%;*/
     width: 100%;
    height: 40px;
    background: rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);

}





/* Toolbar buttons */

.venus div.tlbrbutton {

	padding-left:2;
	padding-right:2;

}




 

.venus .tlbrbutton a:hover { 
	border-top:1px solid ButtonHighlight; 
	border-left:1px solid ButtonHighlight; 
	border-right:1px solid ButtonShadow; 
	border-bottom:1px solid ButtonShadow;
}

.venus .tlbrbutton a { 
	display:block; 
	width:20px;
	height:20px;
	writing-mode:tb-rl;
	vertical-align:middle;
	
	
}


.venus .tlbrbutton img { 
	display:block; 
	writing-mode:tb-rl;
	vertical-align:middle;
	
	
}

.venus .tlbrbutton img:hover { 
	border-top:1px solid ButtonHighlight; 
	border-left:1px solid ButtonHighlight; 
	border-right:1px solid ButtonShadow; 
	border-bottom:1px solid ButtonShadow;
}


/*Extended toolbar*/

/*note the hover must come first for some reason!*/

.venus .tlbrExHeading span {
	align:middle;
	color:#FFFFFF;

}


.venus .tlbrbuttonEx a:hover { 
	border-top:1px solid ButtonHighlight; 
	border-left:1px solid ButtonHighlight; 
	border-right:1px solid ButtonShadow; 
	border-bottom:1px solid ButtonShadow;
}
 
.venus .tlbrbuttonEx a { 
	
	vertical-align:top;
	display:block;  
	padding:3px 2px 4px 3px; 
	text-decoration:none; 
	width:auto; 
	border: 1px solid black; 
	color:#FFFFFF;
	
	
}

.venus .tlbrbuttonExSep{
	padding:2px 4px 0 2px;
} 


.venus .tlbrbuttonEx img { 
	
	vertical-align:middle;
	
	
}

/*S020814 - changed from a to span on toolbar button*/

.venus .tlbrbuttonEx span:hover { 
	border-top:1px solid ButtonHighlight; 
	border-left:1px solid ButtonHighlight; 
	border-right:1px solid ButtonShadow; 
	border-bottom:1px solid ButtonShadow;
	cursor:pointer;
}

.venus .tlbrbuttonEx span { 
	
	vertical-align:top;
	display:block;  
	padding:3px 2px 4px 3px; 
	text-decoration:none; 
	width:auto; 
	border: 1px solid transparent; 
	color:#FFFFFF;
	
	
}

/*E020814*/



.venus .venusFlex
{
	/*S190126*/
	display:flex;
        align-items:center;
        /*E190126 */
}

.venus .venusMandatory
{
	position:absolute;
	text-align: left;
	left:-10px;
	
	top:0px;
	
	color:red;
	font-size: 9px; 
	clear:both;
}


.venus .venusGrid-heading 
{
	/*background: url(themes/tundra/images/tabEnabled.png) #e9e9e9 repeat-x top;*/
	background: linear-gradient(
            180deg,
            rgba(255,255,255,0.10) 0%,
            rgba(255,255,255,0.05) 100%
        );
        border: 1px solid var(--border);
        border-bottom: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	text-indent:1px !important;/* GKJ IF not here clips text*/
	clear:both;
	margin:0;
	display:block;/* to override dijitTextBox */
        /*color: #111;*//*050226*/
}




.venus .venusGrid-bodyHead 
{
	/*background: url(themes/tundra/images/tabEnabled.png) #e9e9e9 repeat-x top;*/
        background: linear-gradient(
            180deg,
            rgba(255,255,255,0.08) 0%,
            rgba(255,255,255,0.04) 100%
        );
	border: 1px solid var(--border);
        border-top: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	text-indent:1px !important;/* GKJ IF not here clips text*/
	clear:both;
	margin:0;
	display:block;/* to override dijitTextBox */
}

.venus .venusGrid-body 
{
	/*background: url(themes/tundra/images/tabEnabled.png) #e9e9e9 repeat-x top;*/
        background: rgba(255,255,255,0.03);
	border: 1px solid transparent;
        border-top: 0;
        border-bottom: 1px solid rgba(255,255,255,0.06);
	padding: 0;
	text-align: left;
	overflow-x: hidden;
        overflow-y: hidden;
	text-indent:2px !important;/* GKJ IF not here clips text*/
	clear:both;
	margin:0;
        /*S190126*/
	/*display:block;*//* to override dijitTextBox */
        display:flex;
        align-items:center;
        /*E190126 */
        /*S210226*/
        cursor: pointer;
        /*E210226*/
}


/*S050226*/

.venus .venusGrid{
      width: min(520px, 100%);
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 14px;
      backdrop-filter: blur(10px);
      box-shadow: 0 20px 60px rgba(0,0,0,0.35);
      overflow: hidden;
      
    }
    
    
.venus .venusGridFormRepeat{
      width: min(520px, 100%);
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 14px;
      backdrop-filter: blur(10px);
      box-shadow: 0 20px 60px rgba(0,0,0,0.35);
      overflow: auto;
      
    }    


.venus .venusGrid label{
font-size: 13px;
color: var(--muted);
}

.venus .venusGrid input{
  width: 100%;
  /*padding: 12px 12px;*/
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.25);
  /*color: var(--text);*/
  outline: none;
}

.venus .venusGrid input:focus{
  border-color: var(--focus);
  box-shadow: 0 0 0 3px rgba(99, 179, 237, 0.25);
}
/*E050226*/

.venus .venusGrid tr td {
	vertical-align:top;
}


.venus .venusGrid-body:hover
{
    /*overflow:visible;*/
    overflow-y: auto;
    z-index:2;
}

.venus .venusGrid-colsep 
{
	cursor:col-resize;
}

/*Added this 130326*/
.venus .venusGrid .dijitCheckBox{
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.04);
  display: inline-block;
  position: relative;
  transition: all 0.18s ease;
}

.venus .venusGrid .dijitCheckBox:hover{
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.34);
}

.venus .venusGrid .dijitCheckBoxChecked{
  background: var(--focus);
  border-color: var(--focus);
}

.venus .venusGrid .dijitCheckBoxChecked::after{
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}


.venus .heading {
	font-weight: bold;
	padding-bottom: 0.25em;
	}


/* Used in Report Writer.js */
.venus .WriterDBField{
	background:#F0F8FF; 
	border:0px; 
	font-size: 9px; 
	font-family: arial;

}

.venus .WriterHeadTags{
	background:#CC0000; 
	border:0px; 
	font-size: 9px; 
	font-family: arial;

}


.venus .gridQueryCell {
	border-color:#f3d118;
	background-color:#f9f7ba;
	background-image:none;
}
.venus .dj_ie6 .gridQueryCell INPUT {
	
	background-color:#f9f7ba !important;
}


.venus .gridQueryCellFocused {
	background-color:#ff6;
	background-image:none;
}
.venus .dj_ie6 .gridQueryCellFocused INPUT {
	
	background-color:#ff6 !important;
}


.venus .venusGroupBoxLegend{
	
	position:absolute;
	text-align: left;
	left:5px;
	/*top:-5px;*/
        top:0px;
	/*width:100px;*/
	/*height:10px;*/
	/*color:red;*/
	/*background-color: Window;*/
	font-size: 8pt; 
	font-weight: bold;

}
.venus .venusGroupBox{
    /*
    border: solid ButtonFace 1px;
    background-color: lightsteelblue;
    border-color: rgb(211,211,211);
    box-sizing: border-box;
    */
    
    
    
    width: min(100px, 100%);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    overflow: hidden;
    
}



.venus .venusAccContainer
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;              /* replaces left/top spacing hacks */
    align-items: start;     /* prevents items stretching vertically */
    padding: 5px 10px;
}
/* Desktop and larger screens */
@media (min-width: 768px) {
    .venus .venusAccContainer {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}


.venus .venusAccCard
{
    position: relative;     /* keep if you need absolutely-positioned children */
    width: 100%;            /* fills its grid column */
    /* height: auto (default) */
    z-index: auto;   
    
    
    
    
}


@media screen and (min-width: 800px) {
  .venus .venusGroupBox{
    padding: 0.5em 1em;/* don't padd for mobile*/
  }
}

/* venus gridBody Overrides the below as veus takes precedence over tundra */
.venus .dijitTextBox,
.venus .dijitComboBox,
.venus .dijitSpinner,
.venus .dijitTextArea,
.venus .dijitInlineEditor input {
	/* 	For all except dijit.form.NumberSpinner:  the actual input element.
		For TextBox, ComboBox, Spinner: the div that contains the input.
		Otherwise the actual input element.
	*/
	background:#fff url("../images/validationInputBg.png") repeat-x top left;
	
	border:1px solid #b3b3b3;
	line-height: normal;
        color: darkblue;/*050226*/
        
}



/* For dojo 1.4 tundra style seems messed up */


.tundra .venusContentPane  .dijitSplitContainer-dijitContentPane,
.tundra .venusContentPane .dijitBorderContainer-dijitContentPane,
.tundra .venusContentPane .dijitBorderContainer, 
.tundra .venusContentPane .dijitSplitContainer-child, 
.venusContentPane .tundra .dijitBorderContainer-child
{
	
	background-color: transparent;
	padding: 0px;
	border:none;

}

.tundra .venusContentPane .dijitGutterV
{
	background:none;
}

.tundra .venusInput .dijitInputField INPUT,
.tundra .venusInput .dijitTextBox,
.tundra .venusInput .dijitComboBox,
.tundra .venusInput .dijitSpinner {
	margin: 0em 0em;/*GJ changed second one to zero from 0.1em as creates issue with my grid else*/
        
}

/* HD75334 issue with color */
.dj_webkit .dijitTextBoxDisabled INPUT{
color:gray;
}

.tundra .venusTreeNode {
	margin-left:19px;/*In dojo 1.4 don't seem to have this define din dijitTreeNode*/
}

.tundra .venusInputPadding {
	padding-left:2px;
}

.tundra .venusFill {
	width:100%;
        height:100%;
        
}

.tundra .venusVAlignLeftJustify {
    display: flex;
    align-items: center;
    justify-content: left;
}


/* For 1.6 need dijitOffScreen */
.dijitOffScreen {
	position: absolute;
	left: 50%;
	top: -10000px;
}


/* HD75334 issue with color of disable fields espeicially in chrome*/
.dj_webkit .dijitTextBoxDisabled INPUT{
color:gray;
}



 /***********************************************/
 /* Style Classes  */
 /***********************************************/
 
/************************************************/
/* Some constants */ 
/************************************************/
.venus .minWidth
{
	min-width:200px;
	
}
 
 
/************************************************/
/* Banner */ 
/************************************************/
.venus .banner-homeLogoutBtns a:hover 
{
		border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
		border-style: solid;
		border-width: 1px;
}
.venus .banner-homeLogoutBtns a 
{
		color: white;
		text-decoration: none;
		vertical-align: middle;
}

.venus .banner-homeLogoutBtns-nonMobile
{
	display:block;
}

.venus .banner-homeLogoutBtns-mobile
{
	display:none;
}




.venus .banner-title
{
	color:white;
	display:block;
	margin-top:0;
}



.venus .scheduler_default_selected,
.venus .scheduler_default_event_inner
{
    background: #ddd;
}

.venus .scheduler_default_main
{
    border: 1px solid #c0c0c0;
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    font-size: 12px;
}
.venus .scheduler_default_timeheader
{
    cursor: default;color: #333;
}
.venus .scheduler_default_message
{
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 10px; 
    color: #ffffff;
    background: #ffa216;
}
.venus .scheduler_default_timeheadergroup,
.venus .scheduler_default_timeheadercol
{
    color: #333;
    background: #f3f3f3;
}


.venus .scheduler_default_rowheader,
.venus .scheduler_default_corner
{
    color: #333;background: #f3f3f3;
}

.venus .scheduler_default_rowheader_inner{position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px;border-right: 1px solid #eee;padding: 2px;}
.venus .scheduler_default_timeheadergroup, .scheduler_default_timeheadercol{text-align: center;}
.venus .scheduler_default_timeheadergroup_inner{position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px;border-right: 1px solid #c0c0c0;border-bottom: 1px solid #c0c0c0;}
.venus .scheduler_default_timeheadercol_inner{position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px;border-right: 1px solid #c0c0c0;}
.venus .scheduler_default_divider{background-color: #c0c0c0;}
.venus .scheduler_default_divider_horizontal{background-color: #c0c0c0;}
.venus .scheduler_default_matrix_vertical_line{background-color: #eee;}
.venus .scheduler_default_matrix_vertical_break{background-color: #000;}
.venus .scheduler_default_matrix_horizontal_line{background-color: #eee;}
.venus .scheduler_default_resourcedivider{background-color: #c0c0c0;}
.venus .scheduler_default_shadow_inner{background-color: #666666;opacity: 0.5;filter: alpha(opacity=50);height: 100%;xborder-radius: 5px;}
.venus .scheduler_default_event{font-size:12px;color:#666;}
.venus .scheduler_default_event_inner{position:absolute;top:0px;left:0px;right:0px;bottom:0px;padding:5px 2px 2px 2px;overflow:hidden;border:1px solid #ccc;}
.venus .scheduler_default_event_bar{top:0px;left:0px;right:0px;height:4px;background-color:#9dc8e8;}
.venus .scheduler_default_event_bar_inner{position:absolute;height:4px;background-color:#1066a8;}
.venus .scheduler_default_event_inner{
            background:#fff;
            background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
            background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee);
            background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee);
            background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee);
            background: -o-linear-gradient(top, #ffffff 0%, #eeeeee);
            background: linear-gradient(top, #ffffff 0%, #eeeeee);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#ffffff", endColorStr="#eeeeee");
        }
.venus .scheduler_default_event_float_inner
        {
            padding:6px 2px 2px 8px;
        } 
        
.venus .scheduler_default_columnheader_inner{font-weight: bold;}
.venus .scheduler_default_columnheader_splitter{background-color: #666;opacity: 0.5;filter: alpha(opacity=50);}
.venus .scheduler_default_columnheader_cell_inner{padding: 2px;}
.venus .scheduler_default_cell{background-color: #f9f9f9;}
.venus .scheduler_default_cell.scheduler_default_cell_business{background-color: #fff;}



#REDF_body {
  /*position: relative;*/
}






@media screen and (max-width:480px)
{
	.venus .banner-homeLogoutBtns-mobile
	{
		display:block;
	}
	
	.venus .banner-homeLogoutBtns-nonMobile
	{
		display:none;
	}
	
	.venus .banner-title
	{
		display:none;
	}
}


/* Accordian Stuff see 6001160*/
.venus  .accordion 
{
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.venus .active, .venus .accordion:hover {
  background-color: #ccc;
}

.venus .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.venus .active:after {
  content: "\2212";
}

.venus .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
		
/* End of Accordian */


/* camera  Stuff see 6001160*/
.venus label.cameraButton {
  display: inline-block;
  margin: 1em 0;

  /* Styles to make it look like a button */
  padding: 0.5em;
  border: 2px solid #666;
  border-color: #EEE #CCC #CCC #EEE;
  background-color: #DDD;
}

/* Look like a clicked/depressed button */
.venus label.cameraButton:active {
  border-color: #CCC #EEE #EEE #CCC;
}

/* This is the part that actually hides the 'Choose file' text box for camera inputs */
.venus label.cameraButton input[accept*="camera"] {
  display: none;
}


.venus .aButton{
     
    
    
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  padding: 10px 20px;

  background:  linear-gradient(rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    var(--surface);
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
  line-height: 1.5;
  cursor: pointer;
  gap: 10px;
  border:none !important;

  border-bottom: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);

  transition:
    transform 0.08s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

/* Notification badge */
.venus .aButton .badge {
    position: absolute;
    top: -6px;
    right: -6px;

    min-width: 18px;
    height: 18px;
    padding: 0 5px;

    background: #e53935;
    color: white;
    font-size: 13px;
    font-weight: bold;

    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    border: 2px solid var(--surface);
}



.venus .aButton:hover{
  background: rgba(255,255,255,0.12);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

.venus .aButton:active{
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

.venus .aButton:focus{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(99,179,237,0.35),
    0 4px 12px rgba(0,0,0,0.35);
}


/**************************/
/* Dialog stuff */
/**************************/


 .venus .dijitDialog {
   
     
    border: 1px solid #7eabcd;
    padding: 0px;
    opacity: 1 !important;
    
    background: radial-gradient(1200px 600px at 15% 10%, rgba(99,179,237,0.14), transparent 55%),
        radial-gradient(900px 500px at 80% 20%, rgba(167,139,250,0.12), transparent 55%),
        #0f172a !important; 
  border: 1px solid rgba(255,255,255,0.18) !important;
  color: rgba(255,255,255,0.92) !important;
  backdrop-filter: blur(10px);
   
    
 }
 
 .venus .dijitDialogTitleBar
 {
    /*background: #fafafa url(images/titleBar.png) repeat-x top left;*/
    background:rgba(255,255,255,0.18);
    padding: 5px 6px 3px 6px;
    cursor: move;
    outline: 0;
 }
 
.venus .dijitDialog .dijitDialogPaneContent {
    background: rgba(255,255,255,0.10);
    border: none;
    border-top: 1px solid #d3d3d3;
    padding: 10px;
}

.venus .dijitDialogUnderlay{
  background: rgba(0,0,0,0.65) !important;
  opacity: 1 !important; /* keep element fully opaque; use rgba for transparency */
}


.venus .dijitButtonNode {
 /*   border: 1px solid rgba(255,255,255,0.18) !important;*/
  border-radius: 10px;
  /*padding: 6px 14px;*/
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.92);
  cursor: pointer;

  transition:
    transform 0.08s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;

  /*box-shadow: 0 3px 8px rgba(0,0,0,0.35);*/
}

.venus .dijitTabContainerTop-dijitContentPane, .venus .dijitTabContainerTop-container 
{
    background:
        radial-gradient(1200px 600px at 15% 10%, rgba(99,179,237,0.14), transparent 55%),
        radial-gradient(900px 500px at 80% 20%, rgba(167,139,250,0.12), transparent 55%),
        #0f172a !important;
      padding: 5px;
}

.venus .dijitTabContainerTop-tabs, .venus .dijitTabContainerBottom-tabs {
    padding-left: 3px;
    padding-right: 3px;
    color: darkblue;
}


.venus .dijitPopup
{
    color:darkblue;
}

.venus .tooltip {
  position: relative;
  display: inline-block;
}

.venus .tooltip .tooltiptext {
  visibility: hidden;
  position: fixed;          /* KEY FIX: prevents clipping */
  background-color: #333;
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 12px;
  width: 300px;

  z-index: 999999;          /* Very high */
  white-space: pre-wrap;    /* Allows line breaks */
}

.venus .tooltip:hover .tooltiptext {
  visibility: visible;
}



/* Grid row click surface */
.hubRow {
  width: 100%;
  cursor: pointer;
  padding: 6px;
  box-sizing: border-box;
}

/* Card */
.hubCard {
  border-radius: 10px;
  background: #f4f6fb;
  box-shadow: 0 2px 10px rgba(0,0,0,.10);
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

/* Top bar */
.hubCard__bar {
  height: 6px;
  background: #899AB7;
}

/* Main layout: image | content | price */
.hubCard__main {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
}

/* Image */
.hubCard__img {
  width: 84px;
  height: 72px;
  border-radius: 8px;
  border: 1px solid #ddd;
  object-fit: cover;
}

/* Text */
.hubCard__title {
  font-size: 16px;
  font-weight: 700;
  color: #154360;
  margin-bottom: 2px;
}

.hubCard__subtitle {
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
}

.hubCard__meta {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

.hubCard__label {
  color: #777;
}

.hubCard__pill {
  background: #e3e7f2;
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 700;
  color: #34495e;
}

.hubCard__value {
  font-weight: 700;
  color: #2c3e50;
}

/* Price block */
.hubCard__price {
  text-align: right;
  padding-left: 10px;
  border-left: 1px solid rgba(0,0,0,.08);
}

.hubCard__priceLabel {
  font-size: 12px;
  color: #777;
}

.hubCard__priceValue {
  font-size: 20px;
  font-weight: 800;
  color: #BA182B;
  line-height: 1.1;
}

/* Nice hover/active states (optional) */
.hubRow:hover .hubCard {
  box-shadow: 0 4px 14px rgba(0,0,0,.14);
}

.hubRow:active .hubCard {
  transform: translateY(1px);
}


 
 
 