.tugcd-document-download {
  max-width: 400px !important;
  margin: 0 auto 30px;
  text-align: left;
  background-color: #f5f5f5;
  padding: 30px;
}

.tugcd-document-download.is-preview {
  border: 1px dashed #ccc;
  background-color: #f0f0f0;
  color: #666;
  text-align: center;
  padding: 15px;
}

.tugcd-document-details {
  margin-bottom: 30px;
}

.tugcd-document-title {
  font-size: 1.1rem !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
  font-family: inherit !important;
  line-height: normal !important;
  color: inherit !important;
}

h1.tugcd-document-title {
  font-size: 1.1rem !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
  font-family: inherit !important;
  line-height: normal !important;
  color: inherit !important;
}

.tugcd-document-value {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

h1.tugcd-document-value {
  font-size: 1.1rem !important;
  margin-bottom: 20px !important;
  font-weight: normal !important;
  font-family: inherit !important;
  line-height: normal !important;
  color: inherit !important;
  padding: 0 !important;
  text-align: left !important;
}

.tugcd-document-icon {
  text-align: center;
  margin-bottom: 25px;
}

.tugcd-document-icon i {
  font-size: 50px;
  color: #333;
}

.tugcd-document-name {
  margin: 0 0 20px 0;
}

.tugcd-document-description {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.tugcd-document-meta {
  display: flex;
  margin-bottom: 20px;
}

.tugcd-document-type {
  margin-right: 15px;
  position: relative;
  padding-right: 20px;
  font-size: 1.1rem;
}

.tugcd-document-type::after {
  content: "•";
  position: absolute;
  right: 0;
  color: #ccc;
}

.tugcd-document-size {
  font-size: 1.1rem;
}

.tugcd-document-actions {
  text-align: center;
}

.tugcd-download-button {
  display: inline-block;
  padding: 19px 38px 17px 33px;
  border: none !important;
  font-size: 1.1rem;
  background-color: #fdd143;
  color: #000;
  border-radius: 0px !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Spartan", Helvetica, Arial, sans-serif;
  position: relative;
  clip-path: polygon(
    0% 0px,
    0px 0%,
    calc(100% - 0px) 0%,
    100% 0px,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    0px 100%,
    0 calc(100% - 0px)
  );
}

.tugcd-download-button:hover {
  background-color: #eac230;
  color: #000;
  text-decoration: none;
}

.tugcd-download-button i.fa-solid {
  margin-right: 8px;
  font-size: 1rem;
}

/* Responsive styling */
@media (max-width: 600px) {
  .tugcd-document-details {
    flex-direction: column;
  }

  .tugcd-document-icon {
    margin-bottom: 10px;
  }

  .tugcd-document-actions {
    text-align: left;
  }
}
