body .region-content .heading3-with3 h3 {
  padding: 10px 0px !important;
}

body .region-content .heading3-with3 {
  margin-top: 50px !important;
}

body .region-content .heading2 h3 {
    font-size: 3em;
    font-weight: 900;
    text-align: center;
    margin: 30px 0px;
}

.img-center img{
      display: block !important;
    width: 100% !important;
}

body .region-content .event-summary .view-content {
  display: flex;
  flex-wrap: wrap;
}

body .region-content .event-summary .view-content > .views-row {
  float: none;
  width: auto;
  flex: 0 0 25%;
}

body .region-content .event-summary .details-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  body .region-content .event-summary .view-content > .views-row {
    flex: 0 0 100%;
  }
}

.site-details .views-field {
    font-size: 16px; /* Adjust as needed */
    display: inline-block; /* Keep fields inline */
    margin-right: 20px; /* Add spacing between fields */
}

.site-details .views-label {
    font-weight: bold;
    margin-right: 5px;
}

.site-details .views-row {
    padding: 8px 0;
}

#group-general-information--description {
  order: -1;
}

/* CSS for Requester Landing Page */
/* Header */

/* Add spacing below the header */
.requester-landing-page .view-header{
    margin-bottom: 20px; /* Adjust this value as needed */
}

/* Add spacing below the "Submit Request" button */
.requester-landing-page .view-header a{
    display: inline-block;  /* Ensures proper spacing */
    margin-top: 10px;
}

/* Table */
/* Improve table spacing and readability */
.requester-landing-page .view-content table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px; /* Adds spacing above the table */
}

/* Style table headers */
.requester-landing-page .view-content th{
    background: #f5f5f5;
    text-align: left;
    padding: 10px;
    border-bottom: 2px solid #ddd;
}

/* Style table rows */
.requester-landing-page .view-content td{
    padding: 10px;
    border-bottom: 1px solid #eee;
}

/* Alternate row colors for better readability */
.requester-landing-page .view-content tr:nth-child(odd){
    background: #fafafa;
}

.requester-landing-page .view-content tr:nth-child(even){
    background: #ffffff;
}

.requester-landing-page {
    max-width: 80%;  /* Adjust width */
    margin: 20px auto; /* Adds margin and centers the block */
    padding: 15px; /* Optional: Add some spacing inside */
}

/* ======================================= */
/* Detail Page View                        */
/* ======================================= */
.detail-page .node-detail-container {
    margin: auto;
    padding: 20px;
    background: #b0b0b01c;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

body .region-content .detail-page
{
    background: #b0b0b01c;
    padding-left: 20px;
}

.detail-page .node-detail-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    margin-top: 20px; 
}

.detail-page .views-field {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}

/* Style the label */
.detail-page .field-label {
    font-weight: bold;
    margin-right: 12px;
    color: #555;
}

/* Ensure content stays inline */
.detail-page .field-content {
    display: inline-block;
}

.detail-page .views-field:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-page {
    padding-bottom: 20px;
}
/* Detail Page View */



