/*
Theme Name: RISE Portal
Template: Divi
Author: Tide Pool Creative
Author URI: https://tidepoolcreative.com
Version: 1.0.1755210990
Updated: 2025-08-14 18:36:30

*/

/* Blurb Aspect Ratio Lock */
.aspect-ratio-lock .et_pb_main_blurb_image {
  width: 100%;
  height: 0;
  padding-bottom: 75%; /* 4:3 aspect ratio */
  position: relative;
  overflow: hidden;
}

.aspect-ratio-lock .et_pb_main_blurb_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* Centered Border */
.centered-left-border {
  display: flex;
  align-items: center;
  border-left: inherit; /* Allow control from Divi settings */
  padding-left: 12px; /* Space between border and text */
  height: 100%;
}

/* File Type Icon Color */
.dm-filetype-icon { line-height: 1; display: inline-block; vertical-align: middle; }
.dm-color-google-blue  { color:#1a73e8; }   /* Docs-ish */
.dm-color-google-yellow{ color:#fbbc04; }   /* Slides-ish */
.dm-color-google-green { color:#34a853; }   /* Sheets-ish */
.dm-color-word         { color:#2b579a; }
.dm-color-excel        { color:#217346; }
.dm-color-youtube      { color:#ff0000; }
.dm-color-pdf          { color:#d93025; }
