.slide-fade-enter-active {
  transition: all 0.2s;
}

.slide-fade-leave-active {
  transition: all 0.2s;
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(-100vw);
  /* opacity: 0; */
}

.slide-y-enter-active,
.slide-y-leave-active {
  transition: all 0.2s;
}

.slide-y-enter-from,
.slide-y-leave-to {
  transform: translateY(100vw);
  /* opacity: 0; */
}

hr {
  color: var(--color-fg);
  opacity: 1;
  margin: 0rem;
}

.height-filler {
  height: 100vh;
  outline: 1px dotted grey;
  margin: 1px;
}

.ma-1 {
  margin: 0.5rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 0.5rem;
}

.pa-1 {
  padding: 0.5rem;
}

.relative-time-wrapper {
  font-weight: bold;
  margin-top: 0.25rem;
}

.small-feedback-image {
  height: calc(2 * 3.5 * 1rem);
  cursor: pointer;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.drawer-list > li {
  cursor: pointer;
}

.drawer-list > li > div {
  user-select: none;
  border-radius: 1rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  padding-right: 0.4rem;
}

.drawer-list > li > div > div > div > .material-icons {
  margin-right: 1rem;
}

.drawer-list > li > div > div:nth-of-type(1) > div:nth-of-type(2) {
  font-size: 0.8rem;
}

.drawer-list > li.active > div > div:nth-of-type(1) > div:nth-of-type(2) {
  font-weight: bold;
}

.drawer-list > li > div > div:nth-of-type(2) {
  font-size: 0.7rem;
}

.drawer-list > li.active > div {
  background-color: lightgrey;
}

.drawer-list > li > div {
  display: flex;
  align-items: center;
}

body,
html {
  padding: 0rem;
  margin: 0rem;
}

body {
  overflow-y: scroll;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(-45deg, #1e3c72, #2a5298, #667eea, #764ba2);
  line-height: 1.6;
  min-height: 100vh;
}

h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-fg);
  margin: 1.5rem 0 1rem 0;
}

.channel-identifiers {
  font-size: 1rem;
  /* font-family: "Roboto Mono", monospace; */
  margin-left: 0.5rem;
}

.channel-identifiers.big {
  font-size: 1.2rem;
}

@media screen and (max-width: 370px) {
  .channel-identifiers.big {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 370px) {
  .channel-identifiers {
    font-size: 0.7rem;
  }
}

.ellipsis-1 {
  width: fill-available;
  -webkit-line-clamp: 1;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.channel-related-topics-preview {
  -webkit-line-clamp: 1;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 370px) {
  .channel-related-topics-preview {
    min-height: 1rem;
    max-height: 1rem;
  }
}

.card {
  border: 1px solid var(--color-fg-tertiary);
  border-radius: 0.5rem;
  margin: 0.5rem;
  box-shadow: var(--box-shadow);
}

.user-profile-stats {
  font-size: 1.3rem;
}

h1 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  color: var(--color-fg);
}

.user-profile-description {
  font-size: 1.2rem;
  text-align: center;
}

.search-tools-wrapper {
  /* background-color:red; */
  overflow-x: auto;
}

.search-tools-wrapper > div {
  /* background-color: red; */
  display: flex;
  flex-grow: 1;
}

select {
  font-family: Roboto;
  display: flex;
  flex-grow: 1;
  border-radius: 0.3rem;
  height: 1.8rem;
  font-size: 1.1rem;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}

option {
  font-family: Roboto;
  font-size: 1.2rem;
}

.nav-bar {
  background-color: var(--color-bg-secondary);
  /* -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); */
}

.navbar-tab-text {
  font-size: 0.5rem;
  display: inline-block;
  max-width: min-content;
  text-align: center;
}

button.menu {
  border-radius: 0.5rem;
  display: flex;
  flex-grow: 1;
  margin: 0.5rem;
  justify-content: start;
  align-items: center;
  font-size: 1rem;
  height: 3.49rem;
  width: calc(100% - 1rem);
  font-weight: bold;
}

button.menu-x {
  border-radius: 0.5rem;
  margin: 0.5rem;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  height: 3.49rem;
  width: 100%;
  font-weight: bold;
}

button.filled {
  display: flex;
  align-items: center;
  align-content: center;
  /* -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); */
  background-color: var(--color-bg-secondary);
  border-radius: 2rem;
  font-size: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: 0.5rem;
  height: 3.5rem;
}

button:disabled {
  opacity: 0.5;
}

.search-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
  border-radius: 1.5rem;
  background-color: var(--color-bg-secondary);
  white-space: nowrap;
  /* padding-left: 0.5rem; */
}

.search-wrapper:focus-within {
  background-color: var(--color-bg);
  border: 1px solid grey;
}

.search-wrapper:focus-within input {
  outline: none;
}

input.search {
  display: flex;
  flex-grow: 1;
  width: 100%;
  color: var(--color-fg);
  background-color: transparent;
  border: 0rem;
  font-size: 1rem;
  height: 2rem;
  border-radius: 1rem;
}

input[id="search"] {
  display: flex;
  width: 100%;
  background-color: transparent;
  border: 0rem;
  font-size: 1rem;
  height: 2rem;
  border-radius: 1rem;
}

#app {
  height: calc(100 * var(--vh));
  /* overflow-y: scroll; */
  -webkit-overflow-scrolling: touch;
}

@media (prefers-color-scheme: light) {
  :root {
    --color-bg: #fafafa;
    --color-bg-secondary: #ffffff;
    --color-bg-green: #def7ca;
    --color-bg-call-bar: rgb(220, 255, 220);
    --color-bg-call-bar-tools: rgb(191, 255, 191);
    --color-notifications: #00c851;
    --color-fg: #2c3e50;
    --color-fg-primary: #3498db;
    --color-fg-secondary: #34495e;
    --color-fg-tertiary: #bdc3c7;
    --box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: #fafafa;
    color: #2c3e50;
    --color-link: #3498db;
    --color-link-visited: #9b59b6;
  }

  body {
    background: #fafafa;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-bg: #0f172a;
    --color-bg-secondary: #1e293b;
    --color-bg-green: #059669;
    --color-bg-call-bar: #0c6660;
    --color-bg-call-bar-tools: #0b544f;
    --color-notifications: #10b981;
    --color-fg: #ffffff;
    --color-fg-primary: #93c5fd;
    --color-fg-secondary: #e2e8f0;
    --color-fg-tertiary: #475569;
    --box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3),
      0 4px 6px -2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background-color: #0f172a;
    --color-link: #93c5fd;
    --color-link-visited: #c4b5fd;
  }

  body {
    background: #0f172a;
  }
}

:root {
  --composer-text-size: 16px;
  /* --badge-color: rgb(23, 218, 72); */
  --badge-color: var(--color-notifications);
}

.badged[data-badge]:after {
  font-family: "Roboto";
  content: attr(data-badge);
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  font-size: 0.8rem;
  background: var(--badge-color);
  color: white;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  border-radius: 50%;
  /*   box-shadow: 0 0 0.2rem #333; */
}

.badged {
  height: 1.5rem;
  position: relative;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: 0rem;
  padding: 0px;
  display: flex;
  align-content: center;
  color: var(--color-fg-primary);
  outline: 0;
}

button:empty {
  display: none;
}

.icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  outline-style: none;
  aspect-ratio: 1/1;
  margin: 0.25rem;
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-fg-tertiary);
  overflow: hidden;
}

.icon:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* GitHub icon hover */
.icon[title*="Github"]:hover {
  background-color: #24292e;
  color: white;
}

/* LinkedIn icon hover */
.icon[title*="Linkedin"]:hover {
  background-color: #0077b5;
  color: white;
}

/* Stack Overflow icon hover */
.icon[title*="Stackoverflow"]:hover {
  background-color: #f48024;
  color: white;
}

a.icon > .mdi {
  margin: 0;
  font-size: 1.8rem;
}

/* div:has(>.tab) {
  display: flex;
  flex-grow: 1;
  justify-content: center;
} */

.tab {
  display: flex;
  flex-grow: 1;
  width: -webkit-fill-available;
  width: -moz-available;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  height: calc(3.5rem - 1px);
}

.tabs {
  display: flex;
  width: -webkit-fill-available;
  width: -moz-available;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 3.5rem;
}

.tabs.callShowTools {
  top: 7rem;
}

.ripple.active {
  background-position: center;
  transition: background 0.2s;
  background-color: rgba(169, 169, 169, 0.5);
}

.ripple {
  background-position: center;
  transition: background 0.2s;
}

.ripple:hover {
  /* filter: brightness(0.8); */
  /* backdrop-filter: brightness(80%); */
  background: var(--color-bg-secondary)
    radial-gradient(circle, transparent 1%, var(--color-bg-secondary) 1%)
    center/15000%;
}

button.ripple:hover {
  background: DarkGray radial-gradient(circle, transparent 1%, DarkGray 1%)
    center/15000%;
}

.ripple:active {
  background-color: rgba(211, 211, 211, 0.5);
  background-size: 100%;
  transition: background 0s;
}

label:has(.material-icons) {
  display: flex;
  width: fit-content;
  height: fit-content;
  /* background: red; */
}

.material-icons {
  user-select: none;
  font-size: 1.5rem;
  margin: 0.5rem;
  /* color: var(--color-fg); */
}

button > .material-icons {
  margin: 0.9rem;
  pointer-events: none;
}

.material-icons.small {
  font-size: 1.5rem;
  margin: 0.5rem;
}

.material-icons.x-small {
  font-size: 1.5rem;
  margin: 0rem;
}

.navigation-wrapper input[type="checkbox"] {
  display: none;
}

.navigation-wrapper:has(input[type="checkbox"]) nav {
  display: none;
}

.navigation-wrapper:has(input[type="checkbox"]:checked) nav {
  display: block;
}

.call-bar {
  position: fixed;
  top: 0rem;
  background-color: var(--color-bg-call-bar);
  height: 3.5rem;
  display: flex;
  width: -webkit-fill-available;
  width: -moz-available;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}

.call-bar-tools {
  position: fixed;
  top: 3.5rem;
  background-color: var(--color-bg-call-bar-tools);
  display: flex;
  width: -webkit-fill-available;
  width: -moz-available;
  flex-grow: 1;
}

.navigation-wrapper {
  z-index: 2;
  position: fixed;
  background-color: var(--color-bg);
  width: 100%;
}

.search-results {
  position: fixed;
  width: 100%;
  height: calc(100 * var(--vh) - 3.5 * 4 * 1rem);
  overflow-y: scroll;
}

.top-cushion {
  width: 100%;
  height: calc(3.6 * 1 * 1rem + 1rem);
}

.bottom-cushion {
  width: 100%;
  height: calc(1.3 * 3.5 * 1rem);
}

.messages-bottom-cushion {
  width: 100%;
  height: calc(1.5 * 3.5 * 1rem);
}

.candidates-cushion {
  width: 100%;
  height: calc(3.5 * 2 * 1rem + 1.5rem);
  /* background-color: red; */
}

ul {
  margin: 0;
  padding: 1.5rem;
  padding-inline: 2rem;
}

ul li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
}

ul li:last-child {
  margin-bottom: 0;
}

ul:has(iframe) {
  list-style-type: none;
  padding: 1.5rem;
  padding-top: 0.5rem;
}

/* Improve iframe styling */
iframe {
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

details {
  position: relative;
  border: 1px solid var(--color-fg-tertiary);
  border-radius: 0.75rem;
  padding: 0;
  margin: 0.5rem 0;
  background: var(--color-bg-secondary);
  overflow: hidden;
}

details:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

summary {
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  user-select: none;
  cursor: pointer;
  font-size: 1.05rem;
  color: var(--color-fg);
  background-color: var(--color-bg-secondary);
  margin: 0;
  outline: none;
}

summary:focus {
  outline: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::marker {
  display: none;
}

summary:hover {
  background-color: var(--color-bg);
}

details[open] {
  padding: 0;
}

details[open] summary {
  border-bottom: 1px solid var(--color-fg-tertiary);
  margin-bottom: 0;
  background-color: var(--color-bg);
  outline: none;
}

details[open] {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  outline: none;
}

.sender-wrapper {
  z-index: 2;
  position: fixed;
  bottom: 0rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: transparent;
  display: flex;
  align-items: flex-end;
  width: -webkit-fill-available;
  width: -moz-available;
}

.sender-wrapper > div[contenteditable] {
  background-color: var(--color-bg);
  border: 1px solid grey;
  border-radius: 1rem;
  max-height: calc(100 * var(--vh));
  transition: max-height 1502ms ease-out;
  flex-grow: 1;
  overflow: auto;
  font-size: 1.2rem;
  padding: 1rem 1rem;
  margin: 0rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.flex-grow {
  flex-grow: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.sender-wrapper button {
  border: 1px solid grey;
  border-radius: 50%;
  /* background-color: white; */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.result {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  background-color: rgb(230 230 230);
  /* padding: 0.1rem; */
  height: 3.5rem;
  width: 100%;
  flex-grow: 1;
}

.result > div > .avatar {
  margin-left: calc(0.7rem);
}

.result > div {
  width: 100%;
}

.result > div > .channel-identifiers {
  margin-left: 0.7rem;
  width: 100%;
  /* height: calc(3rem - 1px); */
  /* background-color: red; */
  /* border-bottom: 1px solid grey; */
}

.message {
  font-size: 1.2rem;
  white-space: pre-wrap;
  /* border: 1px solid lightgrey; */
  margin: 0.25rem;
  margin-bottom: 0rem;
  border-radius: 1rem;
  padding: 0.25rem;
}

.session-preview {
  font-size: 0.9rem;
  white-space: pre-wrap;
  /* border: 1px solid lightgrey; */
  background: var(--color-bg-secondary);
  /* border-radius: 0.5rem; */
  padding: 0.25rem;
  padding-right: 0rem;
}

@media screen and (max-width: 370px) {
  .message {
    font-size: 1.1rem;
  }
}

.message.isTouchDevice {
  user-select: none;
  -webkit-user-select: none;
  /* pointer-events: none; */
}

pre {
  white-space: no-wrap;
  font-size: 1.2rem;
  max-height: calc(100 * var(--vh) - 3.5 * 4 * 1rem);
}

.iso-date {
  text-align: center;
  font-size: 1.2rem;
  color: grey;
}

.messages-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

a {
  text-decoration: none;
  /* display: flex; */
  color: var(--color-link);
}

a:visited {
  color: var(--color-link-visited);
}

address {
  margin: 0.75rem 0.5rem;
  text-align: center;
  font-style: normal;
}

address a {
  display: block;
  margin-block: 0.4rem;
  padding: 0.5rem 1.2rem;
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-fg-tertiary);
  border-radius: 0.75rem;
  text-decoration: none;
  font-weight: 500;
  overflow: hidden;
}

address a:hover {
  background-color: var(--color-fg-primary);
  color: white;
}

.mdi {
  font-size: 2rem;
}

.lang-switcher {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.lang-link {
  padding: 0.3rem 0.75rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-fg-secondary);
  background: transparent;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.15s;
}

.lang-link:hover {
  border-color: var(--color-fg-tertiary);
  color: var(--color-fg);
}

.lang-link:visited {
  color: var(--color-fg-secondary);
}

.lang-active {
  background: var(--color-bg-secondary);
  border-color: var(--color-fg-tertiary);
  color: var(--color-fg) !important;
}

.chip {
  color: var(--color-fg);
  cursor: pointer;
  font-size: 0.8rem;
  padding: 0.3rem 0.6rem;
  border: 0.05rem solid grey;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
}

.profile-picture {
  border-radius: 50%;
  width: 9rem;
  aspect-ratio: 1/1;
  margin: 1rem 0.5rem 0.75rem 0.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.profile-picture > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.avatar:has(.avatar) .avatar {
  margin-right: 0rem;
}

.avatar {
  /* margin-left: 0.7rem; */
  /* border: 1px solid lightgray; */
  background-color: lightgray;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar img {
  width: 100%;
  border-radius: 50%;
}

.avatar.big {
  height: 6rem;
  width: 6rem;
}

.avatar.medium {
  height: 3.5rem;
  width: 3.5rem;
}

@media screen and (max-width: 370px) {
  .avatar.medium {
    height: 2.25rem;
    width: 2.25rem;
  }
}

.avatar.green {
  background-color: var(--color-bg-green);
}

.d-flex {
  display: flex;
}

.fill-available {
  width: -webkit-fill-available;
  width: -moz-available;
}

.std-height {
  height: 3.5rem;
}

.blurred {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.flex-column {
  flex-direction: column;
}

.flex-grow {
  flex-grow: 1;
}

.text-center {
  text-align: center;
}

.align-center {
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.input-for-comment {
  width: 90%;
  margin: 1rem;
  font-size: 1.5rem;
  border-radius: 1rem;
  padding: 0.5rem;
}

figure {
  margin: 0;
}

.fullscreen-feedback-image-caption {
  color: white;
}

.dropdown-menu-overlay {
  position: fixed;
  top: 0rem;
  left: 0rem;
  cursor: pointer;
  background-color: black;
  height: calc(100 * var(--vh));
  width: 100%;
  z-index: 1000;
}

.dropdown-menu-overlay.isDesktop {
  opacity: 0;
}

.dropdown-menu-overlay.isMobile {
  opacity: 0.3;
}

.dropdown-menu {
  z-index: 1001;
  background-color: var(--color-bg-secondary);
  /* backdrop-filter: blur(10px); */
}

.dropdown-menu.isMobile {
  max-height: calc(100 * var(--vh) - 2 * 3.5 * 1rem);
  overflow-y: auto;
  min-height: 16rem;
  position: fixed;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 0.5rem);
  border-radius: 1rem 1rem 1rem 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%),
    0 3px 1px -2px rgb(0 0 0 / 20%); */
  box-shadow: var(--box-shadow);
}

.dropdown-menu.isDesktop {
  position: fixed;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 20rem;
  border-radius: 0.5rem;
  /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%),
    0 3px 1px -2px rgb(0 0 0 / 20%); */
  box-shadow: var(--box-shadow);
}

.dialog-overlay {
  opacity: 0.3;
}

.dialog {
  position: fixed;
  width: calc(100% - 16.5rem);
  min-width: 16rem;
  min-height: 16rem;
  max-height: calc(100 * var(--vh) - 3 * 3.5 * 1rem);
  background-color: white;
  z-index: 8;
  box-shadow: 0px 5px 26px 0px rgb(0 0 0 / 22%),
    0px 20px 28px 0px rgb(0 0 0 / 30%);
}

.dialog.isDesktop {
  max-width: 40rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.5rem);
  border-radius: 1rem;
}

.dialog.isMobile {
  min-height: 16.5rem;
  bottom: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 0.5rem);
  border-radius: 1rem 1rem 0rem 0rem;
}

.dialog > img {
  max-width: 100%;
  max-height: 100%;
}

.content-area.debug {
  /* --size-local: 2px; */
  /* border: var(--size-local) solid red; */
  outline: 4px solid red;
}

.content-area-wrapper {
  width: -webkit-fill-available;
  width: -moz-available;
  background-color: var(--color-bg-secondary);
  /* position: fixed; */
  /* top: 0rem; */
  /* overflow-y: scroll; */
  /* height: 100 * var(--vh) */
}

.content-area-wrapper.debug {
  --size-local: 4px;
  padding: var(--size-local);
}

/* Add responsive typography and spacing */
@media screen and (max-width: 480px) {
  .container {
    padding: 1.5rem 0.75rem;
  }

  h1 {
    font-size: 2rem;
  }

  .profile-picture {
    width: 10rem;
    margin: 1.5rem 0.5rem 1rem 0.5rem;
  }

  .icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  a.icon > .mdi {
    font-size: 1.5rem;
  }
}

a:not(.icon):not(address a):hover {
  color: var(--color-fg-primary);
  text-decoration: underline;
}

/* Add focus states for accessibility */
.icon:focus,
summary:focus,
details:focus,
address a:focus {
  outline: 2px solid var(--color-fg-primary);
  outline-offset: 2px;
}

.container {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  margin-top: 0.75rem;
  padding: 1rem 1rem;
  position: relative;
  background: var(--color-bg);
  border-radius: 2rem;
  border: 1px solid var(--color-fg-tertiary);
  box-shadow: var(--box-shadow);
  overflow: hidden;
}
