.adl-pro-notice-wrapper {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.adl-pro-notice {
    display: flex;
    align-items: flex-start;
    background: #fff5f5;
    border: 1px solid #fecaca;
    border-radius: 12px;
    padding: 16px 0px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.adl-pro-notice-icon {
    margin-left: 15px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #fee2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #dc2626;
    font-weight: bold;
}

.adl-pro-notice-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 15px;
}

.adl-pro-notice-text {
  margin: 0;
  font-size: 14px;
  color: #7f1d1d;
  line-height: 1.6;
}

.adl-pro-notice-text strong {
  color: #991b1b;
}

.adl-pro-notice-actions {
  margin-top: 10px;
}

.adl-pro-notice-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  background: #dc2626;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(220,38,38,0.2);
  transition: all 0.2s ease;
}

.adl-pro-notice-btn:hover {
  background: #b91c1c;
}

.adl-pro-notice-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.adl-pro-notice-btn-primary {
  border: none;
  cursor: pointer;
  font-family: inherit;
  line-height: normal;
}

.adl-pro-notice-btn-primary .btn-loader {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.adl-pro-notice-btn-primary .btn-loader .spinner {
  float: none;
  margin: 0;
}

.adl-pro-notice-external {
  font-size: 12px;
}

.adl-pro-install-notice {
  margin-top: 20px;
}
