.element-shared-albums {
  background-color: #eeeeee;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.element-shared-albums .div {
  background-color: var(--neutral-colorsneutral-6);
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin: auto;
  width: 100%;
  height: fit-content;
}

.element-shared-albums .album-buttons {
  display: flex;
  width: 90%;
  flex-direction: row-reverse;
  margin: auto;
}
.element-shared-albums .abmc-body-container {
  width: 85% !important;
  margin: auto;
}
.element-shared-albums .img {
  position: relative;
  width: 24px;
  height: 24px;
}

.element-shared-albums .album-page-header {
  flex: 1;
  font-family: "Inter", Helvetica;
  margin-left: 1em;
  margin-top: 1em;
  font-weight: 700;
  color: #000000;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.element-shared-albums .album-tabs {
  flex: 1;
  display: flex;
  width: 100%;
  height: fit-content;
  align-items: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #dedfe3;
}

.element-shared-albums .album-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.element-shared-albums .album-tab-text {
  position: relative;
  width: fit-content;
  font-family: "Roboto", Helvetica;
  font-weight: 600;
  color: var(--neutral-colorsneutral-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element-shared-albums .album-tab.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: var(--brand-colorsoxford-blue);
}

.element-shared-albums .album-tab-text.current {
  position: relative;
  width: fit-content;
  font-family: "Roboto", Helvetica;
  font-weight: 600;
  color: var(--neutral-colorsneutral-8);
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element-shared-albums .album-action-container {
  height: 40px;
  gap: 8px;
  justify-content: center;
  display: inline-flex;
  width: fit-content;
}

.element-shared-albums .album-action {
  display: flex;
  flex: 1;
  width: 122px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 20px 8px 12px;
  margin-right: 2em;
  border: 2px solid;
  border-color: var(--brand-colorsoxford-blue);
}

.alement-shared-albums .album-buttons {
  flex-direction: column;
}

.alement-shared-albums .img {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: -2px;
}

.element-shared-albums .text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  margin-right: -2px;
  font-family: var(--button-btn2-font-family);
  font-weight: var(--button-btn2-font-weight);
  color: var(--brand-colorsoxford-blue);
  font-size: var(--button-btn2-font-size);
  text-align: center;
  letter-spacing: var(--button-btn2-letter-spacing);
  line-height: var(--button-btn2-line-height);
  white-space: nowrap;
  font-style: var(--button-btn2-font-style);
}

.element-shared-albums .album-item-frame {
  display: flex;
  flex-direction: column;
  width: 12.5em;
  height: 12.5em;
  align-items: flex-start;

  background-color: #ffffff;
}

.additional-action-album {
  margin-left: 90%;
}

.element-shared-albums .album-action-icon {
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-shared-albums .album-item-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 25px 24px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.element-shared-albums .ion-albums-sharp {
  position: relative;
  width: 64px;
  height: 64px;
}

.element-shared-albums .album-item-heading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-shared-albums .album-item-name {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--subheader-subheader3-font-family);
  font-weight: var(--subheader-subheader3-font-weight);
  color: #000000;
  font-size: var(--subheader-subheader3-font-size);
  text-align: center;
  letter-spacing: var(--subheader-subheader3-letter-spacing);
  line-height: var(--subheader-subheader3-line-height);
  font-style: var(--subheader-subheader3-font-style);
}

.element-shared-albums .album-item-pages {
  position: relative;
  align-self: stretch;
  font-family: var(--subheader-subheader6-font-family);
  font-weight: var(--subheader-subheader6-font-weight);
  color: var(--neutral-colorsneutral-3);
  font-size: var(--subheader-subheader6-font-size);
  text-align: center;
  letter-spacing: var(--subheader-subheader6-letter-spacing);
  line-height: var(--subheader-subheader6-line-height);
  font-style: var(--subheader-subheader6-font-style);
}

.album-tab:hover,
.album-action:hover,
.album-item-container:hover {
  text-decoration: underline;
  cursor: pointer;
}

.element-shared-albums .album-action.primary-button {
  background-color: var(--brand-colorsoxford-blue);
}

.element-shared-albums .album-action .primary-text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  margin-right: -2px;
  font-family: var(--button-btn2-font-family);
  font-weight: var(--button-btn2-font-weight);
  font-size: var(--button-btn2-font-size);
  text-align: center;
  letter-spacing: var(--button-btn2-letter-spacing);
  line-height: var(--button-btn2-line-height);
  white-space: nowrap;
  font-style: var(--button-btn2-font-style);
  color: var(--neutral-colorsneutral-8);
}

.element-shared-albums .album-container {
  flex: 8;
  width: 90%;
  height: fit-content;
  align-self: center;
  display: flex;
  flex-direction: column;
}

.album-items-container {
  display: flex;
  gap: 0.75em;
}

.element-shared-albums .pagination-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  display: flex;
}

.element-shared-albums .pagination {
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
  .element-shared-albums .album-buttons {
    flex-direction: column;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
  .element-shared-albums .div {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    margin: auto;
    width: 100%;
  }

  .element-shared-albums .album-buttons {
    flex-direction: column;
    gap: 1em;
    align-items: center;
  }

  .element-shared-albums .album-page-header {
    width: 337px;
    font-family: var(--header-h4-font-family);
    font-weight: var(--header-h4-font-weight);
    color: var(--neutral-colorsneutral-1);
    font-size: var(--header-h4-font-size);
    letter-spacing: var(--header-h4-letter-spacing);
    line-height: var(--header-h4-line-height);
    font-style: var(--header-h4-font-style);
  }

  .element-shared-albums .album-action {
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 20px 8px 12px;
    border: 2px solid;
    border-color: var(--brand-colorsoxford-blue);
  }

  .element-shared-albums .album-action-container {
    flex: 1;
    display: flex;
    align-self: center;
    height: 40px;
  }

  .element-shared-albums .album-tabs {
    flex: 1;
    align-self: center;
    display: flex;
    width: fit-content;
    align-items: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #dedfe3;
  }

  .element-shared-albums .album-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 24px;
    position: relative;
    flex: 0 0 auto;
  }

  .element-shared-albums .album-tab-text {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--button-btn4-font-family);
    font-weight: var(--button-btn4-font-weight);
    color: var(--neutral-colorsneutral-2);
    font-size: var(--button-btn4-font-size);
    letter-spacing: var(--button-btn4-letter-spacing);
    line-height: var(--button-btn4-line-height);
    white-space: nowrap;
    font-style: var(--button-btn4-font-style);
  }

  .element-shared-albums .album-item-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .element-shared-albums .album-item-frame {
    display: flex;
    flex-direction: column;
    width: 10em;
    align-items: flex-start;
    background-color: #ffffff;
  }

  .element-shared-albums .album-item-name {
    font-family: var(--subheader-subheader5-font-family);
    font-weight: var(--subheader-subheader5-font-weight);
    font-size: var(--subheader-subheader5-font-size);
    letter-spacing: var(--subheader-subheader5-letter-spacing);
    line-height: var(--subheader-subheader5-line-height);
    font-style: var(--subheader-subheader5-font-style);
  }
}

@media (min-width: 768px) {
  .alement-shared-albums .album-buttons {
    flex-direction: row-reverse;
  }

  .element-shared-albums .album-tabs {
    margin-left: 2em;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {}
