.post-bid-wrapper {
  display: flex;
  background: #fff;
  padding: 5px 5px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  /*border-radius: 16px;*/
  width: 100%;
}

.post-bid-image-wrapper {
  position: relative;
}

.post-bid-image-meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.post-bid-image {
  color: #fff;
  display: block;
  position: relative;
}

.post-bid-image a {
  text-decoration: none;
}

.post-bid-image a:hover {
  text-decoration: none;
}

.post-bid-image>div {
  border-radius: 16px;
}

.post-bid-image img,
.post-bid-image .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 100px;
  min-height: 100px;
  border-radius: 16px;
}

.post-bid-image .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #284b63;
}

body.night-mode .post-bid-image .image {
  background-color: transparent;
}

.post-bid-image .date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
}

body.night-mode .post-bid-image .date {
  background: var(--card-dark-input);
  color: var(--body-color-dark);
}

.post-bid-image .date .month {
  background: red;
  color: #fff;
  padding: 5px 20px;
  border-radius: 0 0 10px 10px;
}

.post-bid-image .date .day {
  padding: 5px 20px;
}

.post-bid-image .icon {
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -31px;
  padding: 15px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

body.night-mode .post-bid-image .icon {
  background: var(--card-dark-input);
}

.post-bid-details {
  flex: 1;
  text-align: left;
  vertical-align: middle;
}

.post-bid-image .company-title {  
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  text-transform: uppercase;
  width: 100%;
}

.post-bid-image .investor {
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  border-radius: 10px;  
  width: 100%;
}

.post-bid-image .address {
  position: absolute;
  top: 20%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  width: 100%;
}

.post-bid-image .bid-name {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  width: 100%;
}

.post-bid-image .bid-invitation {
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  text-transform: uppercase;
}

.post-bid-image .logo {
  position: absolute;
  top: 20%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: 65px;
  height: 65px;
}

.post-bid-image .type {
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
  text-transform: uppercase;
}

.post-bid-image .price {
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
  text-transform: uppercase;
}

.post-bid-image .description .badge {
  padding-top: 12px;
  padding-bottom: 12px;
}

.post-bid-meta {
  padding: 0px;
  padding-bottom: 0;
  text-align: left;
  background-color: #284b63;
}


.post-bid-meta .bid-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  word-break: break-word;
}

.post-bid-meta .bid-description {
  /*background: #f7f7f7;*/
  padding-bottom: 10px;
  border: 1px solid #284b63;
  margin-top: 5px;
  /*border-radius: 16px;*/
  text-align: center;
}

.bid-description .post-text {
    padding: 0px;
}

.bid-description a[data-readmore-toggle] {
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding-top: 10px;
}

.post_empty_space {
    display: none;
}

.logo-wrapper {
    padding: 12px !important;
}
