.elementor-310 .elementor-element.elementor-element-9a2ba6e{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-310 .elementor-element.elementor-element-9ae062e.elementor-element{--order:-99999 /* order start hack */;}.elementor-310 .elementor-element.elementor-element-dc76988{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--flex-wrap:wrap;--align-content:flex-start;--overflow:auto;--margin-top:100px;--margin-bottom:0px;--margin-left:230px;--margin-right:230px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-310 .elementor-element.elementor-element-815c86e img{width:60%;}.elementor-310 .elementor-element.elementor-element-4ba1908{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-310 .elementor-element.elementor-element-4a5644e .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-primary );}.elementor-310 .elementor-element.elementor-element-4a5644e .elementor-heading-title a:hover, .elementor-310 .elementor-element.elementor-element-4a5644e .elementor-heading-title a:focus{color:var( --e-global-color-primary );}.elementor-310 .elementor-element.elementor-element-e674503 .elementor-heading-title{font-family:"Secondary (Caslon)", Sans-serif;font-size:14px;font-weight:400;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-310 .elementor-element.elementor-element-9ab848a{font-family:"body (Aileron)", Sans-serif;font-weight:400;}body.elementor-page-310:not(.elementor-motion-effects-element-type-background), body.elementor-page-310 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}body.elementor-page-310{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-310 .elementor-element.elementor-element-dc76988{--margin-top:150px;--margin-bottom:0px;--margin-left:50px;--margin-right:0px;}}@media(max-width:767px){.elementor-310 .elementor-element.elementor-element-9a2ba6e{--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-310 .elementor-element.elementor-element-dc76988{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-310 .elementor-element.elementor-element-dc76988{--width:600px;}}/* Start custom CSS for heading, class: .elementor-element-4a5644e */.elementor-310 .elementor-element.elementor-element-4a5644e .curators-byline {
  font-size: 0.9em;   /* relative to theme text */
  opacity: 0.85;
}

.elementor-310 .elementor-element.elementor-element-4a5644e .curator-link {
  font-weight: 500;
  color: inherit;     /* 🔑 use theme text color */
  text-decoration: none;
}

.elementor-310 .elementor-element.elementor-element-4a5644e .curator-link:hover {
  text-decoration: underline;
}

@media (min=767px) .elementor-310 .elementor-element.elementor-element-4a5644e .curators-byline {
  font-size: 0.9em;   /* relative to theme text */
  opacity: 0.85;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9a2ba6e *//* CARD: grows in height */
.discover-card{
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.discover-image-cont {
    object-fit: cover;
  transform-origin: right center; /* scale pulls from right edge */
  transition: transform 100ms ease;
}
/* IMAGE WRAPPER: must have a stable box */
.discover-image{
  height: 150px;
  width: 150px;
  
}

/* IMAGE: anchor to right + zoom */
.discover-image img{
  width: 100%;
  height: 100%;
  display: block;
}

/* zoom on hover */
.discover-card:hover .discover-image-cont {
    transform: scale(1.2);
    
}

/* DETAILS reveal (your existing logic, improved a bit) */
.discover-details{
  opacity: 0;
}

.discover-card:hover .discover-details{
  opacity: 1;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Secondary (Caslon)';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://thevenomoussky.com/wp-content/uploads/2026/01/F37Caslon-RegularDisplay.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'body (Aileron)';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://thevenomoussky.com/wp-content/uploads/2026/01/Aileron-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'body (Aileron)';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://thevenomoussky.com/wp-content/uploads/2026/01/Aileron-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */